Skip to content

Commit

Permalink
Merge pull request #84 from Abedalkareem/release/2.2.2
Browse files Browse the repository at this point in the history
Release 2.2.2
  • Loading branch information
Abedalkareem authored Sep 3, 2022
2 parents 8d77ab9 + ba31dde commit 2e2fcf2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions games_services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.2
- Add load achievements.
- Add load leaderboard scores.

## 2.2.0
- Release Load/ Save a game 🚀.

Expand Down
8 changes: 4 additions & 4 deletions games_services/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ packages:
games_services_platform_interface:
dependency: "direct main"
description:
path: "../games_services_platform_interface"
relative: true
source: path
version: "2.2.1"
name: games_services_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
lints:
dependency: transitive
description:
Expand Down
5 changes: 2 additions & 3 deletions games_services/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: games_services
description: A new Flutter plugin to support game center and google play games services.
version: 2.2.0
version: 2.2.2
homepage: https://github.com/Abedalkareem/games_services
repository: https://github.com/Abedalkareem/games_services
issue_tracker: https://github.com/Abedalkareem/games_services/issues
Expand All @@ -13,8 +13,7 @@ dependencies:
flutter:
sdk: flutter

games_services_platform_interface:
path: ../games_services_platform_interface
games_services_platform_interface: ^2.2.2

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down
4 changes: 4 additions & 0 deletions games_services_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.2
- Add load achievements.
- Add load leaderboard scores.

## 2.2.1
- Add shouldEnableSavedGame to sign in.

Expand Down
2 changes: 1 addition & 1 deletion games_services_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: games_services_platform_interface
description: A common platform interface for the games_services plugin.
homepage: https://github.com/Abedalkareem/games_services
version: 2.2.1
version: 2.2.2

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 2e2fcf2

Please sign in to comment.