From 99c133a8bbee3d806bf72ffc040acdd5c883d1d7 Mon Sep 17 00:00:00 2001 From: bang9 Date: Wed, 26 Oct 2022 15:38:14 +0900 Subject: [PATCH] chore(release): release packages v1.1.3 --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 8 ++++++++ packages/uikit-chat-hooks/package.json | 4 ++-- packages/uikit-react-native-foundation/CHANGELOG.md | 9 +++++++++ packages/uikit-react-native-foundation/package.json | 4 ++-- packages/uikit-react-native/CHANGELOG.md | 9 +++++++++ packages/uikit-react-native/package.json | 8 ++++---- packages/uikit-utils/CHANGELOG.md | 8 ++++++++ packages/uikit-utils/package.json | 2 +- 10 files changed, 54 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c72282..9f1fa07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26) + + +### Bug Fixes + +* **foundation:** position of toast when keyboard is up on iOS ([ccd0ff2](https://github.com/sendbird/sendbird-uikit-react-native/commit/ccd0ff2b4cce6badb9fa7f24d268857740a2ac7c)) +* **uikit:** call setBackgroundState only on background status ([505ed2b](https://github.com/sendbird/sendbird-uikit-react-native/commit/505ed2b4665e6a14ad469574863aba6e73d0828d)) + + + ## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28) diff --git a/lerna.json b/lerna.json index 11c835f3..427ca154 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.1.2", + "version": "1.1.3", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 1c1a0e88..6e141d5e 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + + + + + ## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28) diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index c4c3b57d..1c063fa7 100644 --- a/packages/uikit-chat-hooks/package.json +++ b/packages/uikit-chat-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-chat-hooks", - "version": "1.1.2", + "version": "1.1.3", "description": "React hooks that built with SendbirdChat SDK", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "1.1.2" + "@sendbird/uikit-utils": "1.1.3" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index 4c452501..1b9e6188 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26) + + +### Bug Fixes + +* **foundation:** position of toast when keyboard is up on iOS ([ccd0ff2](https://github.com/sendbird/sendbird-uikit-react-native/commit/ccd0ff2b4cce6badb9fa7f24d268857740a2ac7c)) + + + ## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28) **Note:** Version bump only for package @sendbird/uikit-react-native-foundation diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 3190e024..337d04da 100644 --- a/packages/uikit-react-native-foundation/package.json +++ b/packages/uikit-react-native-foundation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react-native-foundation", - "version": "1.1.2", + "version": "1.1.3", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "1.1.2" + "@sendbird/uikit-utils": "1.1.3" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 8467863c..9224c4e6 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26) + + +### Bug Fixes + +* **uikit:** call setBackgroundState only on background status ([505ed2b](https://github.com/sendbird/sendbird-uikit-react-native/commit/505ed2b4665e6a14ad469574863aba6e73d0828d)) + + + ## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28) diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 35d941eb..adc08202 100644 --- a/packages/uikit-react-native/package.json +++ b/packages/uikit-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react-native", - "version": "1.1.2", + "version": "1.1.3", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "1.1.2", - "@sendbird/uikit-react-native-foundation": "1.1.2", - "@sendbird/uikit-utils": "1.1.2" + "@sendbird/uikit-chat-hooks": "1.1.3", + "@sendbird/uikit-react-native-foundation": "1.1.3", + "@sendbird/uikit-utils": "1.1.3" }, "devDependencies": { "@react-native-clipboard/clipboard": "^1.8.5", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index b5a3706c..7cf03d3b 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26) + +**Note:** Version bump only for package @sendbird/uikit-utils + + + + + ## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28) diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 97cfbe6c..1f289c96 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "1.1.2", + "version": "1.1.3", "description": "UIKit utilities", "main": "lib/commonjs/index", "module": "lib/module/index",