From f5c2540176cce1c73adba1af36ac1220e092c276 Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Fri, 7 Apr 2023 12:05:53 -0300 Subject: [PATCH] chore: release prep for v0.13.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- lib/src/version.dart | 2 +- pubspec.yaml | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d42e0d112..436698f8ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.13.0 (7th April 2023) + +- Fix remove alpha for iOS [#464](https://github.com/fluttercommunity/flutter_launcher_icons/pull/464) +- Updating code style [#472](https://github.com/fluttercommunity/flutter_launcher_icons/pull/472) +- Updated out of bounds dependency [#473](https://github.com/fluttercommunity/flutter_launcher_icons/pull/473) + ## 0.12.0 (24th February 2023) - Updated image package and other packages [#447](https://github.com/fluttercommunity/flutter_launcher_icons/pull/447) diff --git a/README.md b/README.md index cbaf077763..0521d9f95f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Flutter Community: flutter_launcher_icons](https://fluttercommunity.dev/_github/header/flutter_launcher_icons)](https://github.com/fluttercommunity/community) -[![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) +[![pub package](https://img.shields.io/pub/v/flutter_launcher_icons.svg)](https://pub.dartlang.org/packages/flutter_launcher_icons) 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. @@ -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.12.0" + flutter_launcher_icons: "^0.13.0" flutter_icons: android: "launcher_icon" diff --git a/lib/src/version.dart b/lib/src/version.dart index 612840a4b4..5b1c19d62b 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.12.0'; +const packageVersion = '0.13.0'; diff --git a/pubspec.yaml b/pubspec.yaml index c21b8e60d7..322bfd00c8 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.12.0 +version: 0.13.0 maintainer: Mark O'Sullivan (@MarkOSullivan94) homepage: https://github.com/fluttercommunity/flutter_launcher_icons repository: https://github.com/fluttercommunity/flutter_launcher_icons/ @@ -21,7 +21,6 @@ environment: dev_dependencies: # Needed by build_version build_runner: ^2.3.3 - # allows us to get version number from pubspec yaml which we can pass to Sentry # https://pub.dev/packages/build_version build_version: ^2.1.1 json_serializable: ^6.6.1