Skip to content

Commit

Permalink
chore: v0.7.0 (#99)
Browse files Browse the repository at this point in the history
* chore: v0.7.0

* Update pubspec.yaml

Co-authored-by: Marcos Sevilla <[email protected]>

---------

Co-authored-by: Marcos Sevilla <[email protected]>
  • Loading branch information
Kirpal and marcossevilla authored Sep 14, 2023
1 parent ac2c611 commit cd09414
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: 3.7.0
flutter-version: 3.13.0
cache: true

- name: Install Dependencies
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.7.0
- fix: upgrade to flutter 3.13 (#95)
- fix: render objects not rendering text (#98)

# 0.6.1

- fix: dialogs and dropdown menus not being displayed correctly
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: alchemist
description: A support package that aims to make golden testing in Flutter
easier and more streamlined.
version: 0.6.1
version: 0.7.0
homepage: https://github.com/Betterment/alchemist
repository: https://github.com/Betterment/alchemist

environment:
sdk: ">=2.16.2 <3.0.0"
flutter: ">=3.4.0-34.1.pre"
sdk: ">=3.0.1 <4.0.0"
flutter: ">=3.13.0"

dependencies:
equatable: ^2.0.3
Expand Down

0 comments on commit cd09414

Please sign in to comment.