Skip to content

Commit a766119

Browse files
chore(release): updated docs with v0.10.0 release
1 parent 4ffd0f5 commit a766119

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.10.0 (2nd August 2022)
4+
5+
- Support for Web Icons [#374](https://github.com/fluttercommunity/flutter_launcher_icons/pull/374)
6+
- Support for Windows Icons [#382](https://github.com/fluttercommunity/flutter_launcher_icons/pull/382)
7+
- Added missing IOS icon sizes [#298](https://github.com/fluttercommunity/flutter_launcher_icons/pull/298)
8+
- Added `min_sdk_android` option [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392)
9+
- Added documentation for `remove_alpha_ios` [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392)
10+
311
## 0.9.3 (6th June 2022)
412

513
- Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun)
@@ -9,7 +17,6 @@
917

1018
- Fixed issue where success message printed even when exception occured (thanks to @happy-san)
1119

12-
1320
## 0.9.1 (25th July 2021)
1421

1522
- Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An example is shown below. More complex examples [can be found in the example pr
1515

1616
```yaml
1717
dev_dependencies:
18-
flutter_launcher_icons: "^0.9.3"
18+
flutter_launcher_icons: "^0.10.0"
1919

2020
flutter_icons:
2121
android: "launcher_icon"

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_launcher_icons
22
description: A package which simplifies the task of updating your Flutter app's launcher icon.
3-
version: 0.9.3
3+
version: 0.10.0
44
maintainer: Mark O'Sullivan (@MarkOSullivan94)
55
homepage: https://github.com/fluttercommunity/flutter_launcher_icons
66

@@ -14,7 +14,7 @@ dependencies:
1414
yaml: ^3.1.0
1515

1616
environment:
17-
sdk: '>=2.12.0-0 <3.0.0'
17+
sdk: ">=2.12.0-0 <3.0.0"
1818

1919
dev_dependencies:
2020
# Needed by build_version

0 commit comments

Comments
 (0)