Skip to content

Commit 1749b94

Browse files
chore: updated test package
1 parent 2a9185a commit 1749b94

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.github/workflows/cd-pub-deploy-published-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v2
1818
- name: Run a one-line script
19-
uses: k-paxian/dart-package-publisher@v1.2
19+
uses: k-paxian/dart-package-publisher@v1.5.1
2020
with:
2121
accessToken: ${{ secrets.PUB_ACCESS_TOKEN }}
2222
refreshToken: ${{ secrets.PUB_REFRESH_TOKEN}}

CHANGELOG.md

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

3-
## 0.11.0 (27th September 2022)
3+
## 0.12.0 (24th February 2023)
4+
5+
- Updated image package and other packages [#447](https://github.com/fluttercommunity/flutter_launcher_icons/pull/447)
46

7+
## 0.11.0 (27th September 2022)
8+
59
- Support for Macos Icons [#407](https://github.com/fluttercommunity/flutter_launcher_icons/pull/407)
610
- Cli-improvement [#400](https://github.com/fluttercommunity/flutter_launcher_icons/pull/400)
711
- Add `repository` and `issue_tracker` [#411](https://github.com/fluttercommunity/flutter_launcher_icons/pull/411) (thanks to [@patelpathik](https://github.com/patelpathik))

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.11.0"
18+
flutter_launcher_icons: "^0.12.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

+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.11.0+1
3+
version: 0.12.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/
@@ -26,5 +26,5 @@ dev_dependencies:
2626
build_version: ^2.1.1
2727
json_serializable: ^6.6.1
2828
mockito: ^5.3.2
29-
test: ^1.22.2
29+
test: ^1.23.1
3030
test_descriptor: ^2.0.1

0 commit comments

Comments
 (0)