Skip to content

Commit a3e4ad8

Browse files
committed
Update changelog
1 parent 21a4a4d commit a3e4ad8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build:
19-
runs-on: macos-latest
19+
runs-on: ubuntu-latest
2020

2121
steps:
2222
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 9.2.0
2+
3+
* Update intl to 0.19.0
4+
* Update constraints to Dart 3.3
5+
* Built with Flutter 3.16.6
6+
* Improve CI
7+
18
## 9.1.0
29

310
* Fix MN translation typo

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ^3.3.0
7+
sdk: ^3.2.0
88
flutter: ">=3.16.6"
99

1010
dependencies:

0 commit comments

Comments
 (0)