Skip to content

Commit cd09414

Browse files
chore: v0.7.0 (#99)
* chore: v0.7.0 * Update pubspec.yaml Co-authored-by: Marcos Sevilla <[email protected]> --------- Co-authored-by: Marcos Sevilla <[email protected]>
1 parent ac2c611 commit cd09414

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/post_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: subosito/flutter-action@v2
1616
with:
17-
flutter-version: 3.7.0
17+
flutter-version: 3.13.0
1818
cache: true
1919

2020
- name: Install Dependencies

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.7.0
2+
- fix: upgrade to flutter 3.13 (#95)
3+
- fix: render objects not rendering text (#98)
4+
15
# 0.6.1
26

37
- fix: dialogs and dropdown menus not being displayed correctly

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: alchemist
22
description: A support package that aims to make golden testing in Flutter
33
easier and more streamlined.
4-
version: 0.6.1
4+
version: 0.7.0
55
homepage: https://github.com/Betterment/alchemist
66
repository: https://github.com/Betterment/alchemist
77

88
environment:
9-
sdk: ">=2.16.2 <3.0.0"
10-
flutter: ">=3.4.0-34.1.pre"
9+
sdk: ">=3.0.1 <4.0.0"
10+
flutter: ">=3.13.0"
1111

1212
dependencies:
1313
equatable: ^2.0.3

0 commit comments

Comments
 (0)