From a76611901e664a862977b350fbd9104c400aadec Mon Sep 17 00:00:00 2001 From: Ratakondala Arun Date: Tue, 2 Aug 2022 20:43:10 +0530 Subject: [PATCH] chore(release): updated docs with `v0.10.0` release --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca39c9d18a..c2cf2c0cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.0 (2nd August 2022) + +- Support for Web Icons [#374](https://github.com/fluttercommunity/flutter_launcher_icons/pull/374) +- Support for Windows Icons [#382](https://github.com/fluttercommunity/flutter_launcher_icons/pull/382) +- Added missing IOS icon sizes [#298](https://github.com/fluttercommunity/flutter_launcher_icons/pull/298) +- Added `min_sdk_android` option [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) +- Added documentation for `remove_alpha_ios` [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) + ## 0.9.3 (6th June 2022) - Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun) @@ -9,7 +17,6 @@ - Fixed issue where success message printed even when exception occured (thanks to @happy-san) - ## 0.9.1 (25th July 2021) - Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra) diff --git a/README.md b/README.md index 49b1035c97..af6ad12b39 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An example is shown below. More complex examples [can be found in the example pr ```yaml dev_dependencies: - flutter_launcher_icons: "^0.9.3" + flutter_launcher_icons: "^0.10.0" flutter_icons: android: "launcher_icon" diff --git a/pubspec.yaml b/pubspec.yaml index dee2aaf911..8a775dfefc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_launcher_icons description: A package which simplifies the task of updating your Flutter app's launcher icon. -version: 0.9.3 +version: 0.10.0 maintainer: Mark O'Sullivan (@MarkOSullivan94) homepage: https://github.com/fluttercommunity/flutter_launcher_icons @@ -14,7 +14,7 @@ dependencies: yaml: ^3.1.0 environment: - sdk: '>=2.12.0-0 <3.0.0' + sdk: ">=2.12.0-0 <3.0.0" dev_dependencies: # Needed by build_version