Skip to content

Commit

Permalink
Merge tag '1.9.0' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
mbkim95 committed Mar 4, 2024
2 parents 5257443 + 48614c7 commit 4e1f21a
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.9.0

- Added Select Shipping address API.
- Changed UserShippingAddresses.needsAgreement in the Retrieve shipping address API response to
nullable.
- Changed Content.title and Content.imageUrl of the message template to nullable.

## 1.8.0
- Supports Follow Kakao Talk Channel(`followChannel()`).
- Fixed a bug.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_example
description: Demonstrates how to use the kakao_flutter_sdk plugin.
version: 1.8.0
version: 1.9.0
publish_to: "none"
environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_auth
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_common/lib/src/kakao_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class KakaoSdk {
static late String _nativeKey;
static late String _jsKey;

static String sdkVersion = "1.8.0";
static String sdkVersion = "1.9.0";

static String get appKey => kIsWeb ? _jsKey : _nativeKey;

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_common
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_friend/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_friend
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_navi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_navi
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_share/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_share
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_talk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_talk
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_template/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_template
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/kakao_flutter_sdk_user/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kakao_flutter_sdk_user
description: A flutter plugin for Kakao API, which supports Kakao login, KakaoTalk Share, User API, KakaoTalk API and Navi API.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/kakao/kakao_flutter_sdk
issue_tracker: https://github.com/kakao/kakao_flutter_sdk/issues

Expand Down

0 comments on commit 4e1f21a

Please sign in to comment.