From fd60c2ab02100aefd09c21b2c14d1260d35b468e Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Thu, 29 Jun 2023 09:52:15 +0300 Subject: [PATCH] Version 1.0.0 --- README.md | 5 +++-- api/CHANGELOG.md | 3 +++ api/README.md | 4 ++-- api/pubspec.yaml | 2 +- url_gen/CHANGELOG.md | 3 +++ url_gen/README.md | 4 ++-- url_gen/lib/cloudinary.dart | 2 +- url_gen/pubspec.yaml | 2 +- 8 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9ce58015..9f58551f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Cloudinary Dart SDK ## About The Cloudinary Dart SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize and transform your cloud's assets. +As Flutter is build on the Dart language, the Dart SDK reference is an essential resource for understanding and utilizing the capabilities of the Flutter SDK, as well. For more information about the Flutter SDK, see the [Cloudinary Flutter documentation](https://cloudinary.com/documentation/flutter_integration). ### Note This Readme provides basic installation and usage information. @@ -22,14 +23,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi ## Version Support | SDK Version | Dart Version | |-------------|--------------| -| 0.10.0 | > 1.0 | +| 1.0.0 | > 1.0 | ## Installation To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/). ```yaml dependencies: - cloudinary_url_gen: ^0.10.0 + cloudinary_url_gen: ^1.0.0 ``` ## Usage diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 47c9782e..50eb394b 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,2 +1,5 @@ +## 1.0.0 +- General Access + ## 0.9.0 - Implement Upload API \ No newline at end of file diff --git a/api/README.md b/api/README.md index 43abb79d..31e624e2 100644 --- a/api/README.md +++ b/api/README.md @@ -29,8 +29,8 @@ To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](http ```yaml dependencies: - cloudinary_api: ^0.9.0 - cloudinary_url_gen: ^0.10.0 + cloudinary_api: ^1.0.0 + cloudinary_url_gen: ^1.0.0 ``` ## Usage diff --git a/api/pubspec.yaml b/api/pubspec.yaml index 084350f7..1fc8cb67 100644 --- a/api/pubspec.yaml +++ b/api/pubspec.yaml @@ -1,6 +1,6 @@ name: cloudinary_api description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline -version: 0.9.0 +version: 1.0.0 homepage: https://www.cloudinary.com repository: https://github.com/cloudinary/cloudinary_dart diff --git a/url_gen/CHANGELOG.md b/url_gen/CHANGELOG.md index 1398f2e0..91d16ede 100644 --- a/url_gen/CHANGELOG.md +++ b/url_gen/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0 +- General Access + ## 0.10.0 - Fix version to accept int and String - Add VideoEdit actions diff --git a/url_gen/README.md b/url_gen/README.md index 9ce58015..4de4842f 100644 --- a/url_gen/README.md +++ b/url_gen/README.md @@ -22,14 +22,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi ## Version Support | SDK Version | Dart Version | |-------------|--------------| -| 0.10.0 | > 1.0 | +| 1.0.0 | > 1.0 | ## Installation To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/). ```yaml dependencies: - cloudinary_url_gen: ^0.10.0 + cloudinary_url_gen: ^1.0.0 ``` ## Usage diff --git a/url_gen/lib/cloudinary.dart b/url_gen/lib/cloudinary.dart index 59050687..b5675181 100644 --- a/url_gen/lib/cloudinary.dart +++ b/url_gen/lib/cloudinary.dart @@ -5,7 +5,7 @@ import 'util/environment.dart'; import 'asset/cld_asset.dart'; -String sdkVersion = '0.10.0'; +String sdkVersion = '1.0.0'; class Cloudinary { late CloudinaryConfig config; diff --git a/url_gen/pubspec.yaml b/url_gen/pubspec.yaml index 5b33d484..b118a791 100644 --- a/url_gen/pubspec.yaml +++ b/url_gen/pubspec.yaml @@ -1,6 +1,6 @@ name: cloudinary_url_gen description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline -version: 0.10.0 +version: 1.0.0 homepage: https://www.cloudinary.com repository: https://github.com/cloudinary/cloudinary_dart