Skip to content

Commit f5c2540

Browse files
chore: release prep for v0.13.0
1 parent d3bc20f commit f5c2540

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

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

3+
## 0.13.0 (7th April 2023)
4+
5+
- Fix remove alpha for iOS [#464](https://github.com/fluttercommunity/flutter_launcher_icons/pull/464)
6+
- Updating code style [#472](https://github.com/fluttercommunity/flutter_launcher_icons/pull/472)
7+
- Updated out of bounds dependency [#473](https://github.com/fluttercommunity/flutter_launcher_icons/pull/473)
8+
39
## 0.12.0 (24th February 2023)
410

511
- Updated image package and other packages [#447](https://github.com/fluttercommunity/flutter_launcher_icons/pull/447)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Flutter Community: flutter_launcher_icons](https://fluttercommunity.dev/_github/header/flutter_launcher_icons)](https://github.com/fluttercommunity/community)
44

5-
[![Build Status](https://travis-ci.org/fluttercommunity/flutter_launcher_icons.svg?branch=master)](https://travis-ci.org/MarkOSullivan94/flutter_launcher_icons) [![pub package](https://img.shields.io/pub/v/flutter_launcher_icons.svg)](https://pub.dartlang.org/packages/flutter_launcher_icons)
5+
[![pub package](https://img.shields.io/pub/v/flutter_launcher_icons.svg)](https://pub.dartlang.org/packages/flutter_launcher_icons)
66

77
A command-line tool which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future.
88

@@ -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.12.0"
18+
flutter_launcher_icons: "^0.13.0"
1919

2020
flutter_icons:
2121
android: "launcher_icon"

lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

+1-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.12.0
3+
version: 0.13.0
44
maintainer: Mark O'Sullivan (@MarkOSullivan94)
55
homepage: https://github.com/fluttercommunity/flutter_launcher_icons
66
repository: https://github.com/fluttercommunity/flutter_launcher_icons/
@@ -21,7 +21,6 @@ environment:
2121
dev_dependencies:
2222
# Needed by build_version
2323
build_runner: ^2.3.3
24-
# allows us to get version number from pubspec yaml which we can pass to Sentry
2524
# https://pub.dev/packages/build_version
2625
build_version: ^2.1.1
2726
json_serializable: ^6.6.1

0 commit comments

Comments
 (0)