diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad18e1e..52ea0aac 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. +## [2.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1) (2022-10-26) + + +### Bug Fixes + +* **foundation:** position of toast when keyboard is up on iOS ([bc98b4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/bc98b4f417fc2e784276148078ca02156ef0fb14)) +* **uikit:** call setBackgroundState only on background status ([ca89ecc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ca89ecc7305977f584159d2cc9b25498f22f7b0b)) + + + ## [2.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0) (2022-10-11) diff --git a/lerna.json b/lerna.json index 27a09cfb..1ebc6e62 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0", + "version": "2.0.1", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index bd25ec26..b4c9b1cf 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. +## [2.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1) (2022-10-26) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + + + + + ## [2.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0) (2022-10-11) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 4c8bc115..6e9ef4b5 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": "2.0.0", + "version": "2.0.1", "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": "2.0.0" + "@sendbird/uikit-utils": "2.0.1" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index 59ccaa2c..6e6034f2 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. +## [2.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1) (2022-10-26) + + +### Bug Fixes + +* **foundation:** position of toast when keyboard is up on iOS ([bc98b4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/bc98b4f417fc2e784276148078ca02156ef0fb14)) + + + ## [2.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0) (2022-10-11) **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 bd10e019..2355ba14 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": "2.0.0", + "version": "2.0.1", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "2.0.0" + "@sendbird/uikit-utils": "2.0.1" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 627e2c75..67c74c06 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. +## [2.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1) (2022-10-26) + + +### Bug Fixes + +* **uikit:** call setBackgroundState only on background status ([ca89ecc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ca89ecc7305977f584159d2cc9b25498f22f7b0b)) + + + ## [2.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0) (2022-10-11) **Note:** Version bump only for package @sendbird/uikit-react-native diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 6e03140a..0b86c5ef 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": "2.0.0", + "version": "2.0.1", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "2.0.0", - "@sendbird/uikit-react-native-foundation": "2.0.0", - "@sendbird/uikit-utils": "2.0.0" + "@sendbird/uikit-chat-hooks": "2.0.1", + "@sendbird/uikit-react-native-foundation": "2.0.1", + "@sendbird/uikit-utils": "2.0.1" }, "devDependencies": { "@react-native-clipboard/clipboard": "^1.8.5", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 2541037e..20d62134 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. +## [2.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1) (2022-10-26) + +**Note:** Version bump only for package @sendbird/uikit-utils + + + + + ## [2.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0) (2022-10-11) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 121dcc8b..35a03010 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "UIKit utilities", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index 13595af4..dcea30b9 100644 --- a/sample/CHANGELOG.md +++ b/sample/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. +## [2.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1) (2022-10-26) + + +### Bug Fixes + +* **uikit:** call setBackgroundState only on background status ([ca89ecc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ca89ecc7305977f584159d2cc9b25498f22f7b0b)) + + + ## [2.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0) (2022-10-11) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index f58627b0..26a13066 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "postinstall": "patch-package",