Skip to content

Commit

Permalink
5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jun 22, 2023
1 parent dafaa92 commit 980cbc8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 5.4.2
## What's Changed
* Update actions/stale action to v8 by @renovate in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/414
* Fix - wrong casting by @BrunoFSimon in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/427
* Fixed consumable product purchase on Android by @33-Elephants in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/420

## New Contributors
* @BrunoFSimon made their first contribution in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/427
* @33-Elephants made their first contribution in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/420

**Full Changelog**: https://github.com/dooboolab-community/flutter_inapp_purchase/compare/5.4.1...5.4.2

## 5.4.1
- Fixed concurrency issue on iOS. by @OctavianLfrd in https://github.com/dooboolab/flutter_inapp_purchase/pull/413

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Demonstrates how to use the flutter_inapp_purchase plugin.
version: 1.0.0+1

environment:
sdk: ">=2.7.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: flutter_inapp_purchase
description: In App Purchase plugin for flutter. This project has been forked by
react-native-iap and we are willing to share same experience with that on
react-native.
version: 5.4.1
version: 5.4.2
homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/main/pubspec.yaml
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down

0 comments on commit 980cbc8

Please sign in to comment.