Skip to content

Commit 19fe744

Browse files
committed
Update version, document in changelog.
1 parent c094dae commit 19fe744

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/in_app_purchase/in_app_purchase_storekit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.22+1
2+
3+
* Fix a channel thread-safety issue when StoreKit2 is enabled.
4+
15
## 0.3.22
26

37
* Adds `sync()` and `countryCode()`.

packages/in_app_purchase/in_app_purchase_storekit/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: in_app_purchase_storekit
22
description: An implementation for the iOS and macOS platforms of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
33
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase_storekit
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5-
version: 0.3.22
5+
version: 0.3.22+1
66

77
environment:
88
sdk: ^3.4.0

0 commit comments

Comments
 (0)