Skip to content

Commit

Permalink
Bumped version to 9.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Jan 19, 2024
1 parent b005e75 commit 212c232
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 9.0.0

### BREAKING CHANGES

- Moved UI related code outside of Upgrader and into UpgradeAlert and UpgradeCard. Also,
renamed the private methods to make them public. Added and improved example code and README.
- Minimum Dart SDK 3.1.0
- Minimum Flutter SDK 3.13.1
- [371] Added key to alert dialog and alert card.
- [371] Added the parameter `dialogKey` to `UpgraderAlert` that is used by the alert dialog.
- Changed currentAppStoreListingURL, currentAppStoreVersion, and currentInstalledVersion from functions to getters.

Note: This [9.0.0] release is the same as [9.0.0-alpha.3].

## 9.0.0-alpha.3

- [371] Added the parameter `dialogKey` to `UpgraderAlert` that is used by the alert dialog.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: upgrader
description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
version: 9.0.0-alpha.3
version: 9.0.0
homepage: https://github.com/larryaasen/upgrader

environment:
Expand Down

0 comments on commit 212c232

Please sign in to comment.