diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c722829..1a9f32701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-rc.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v2.0.0-rc.0) (2022-10-11) + + +### ⚠ BREAKING CHANGES + +* migrated to Chat SDK v4 + +### Features + +* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713)) + + +### Bug Fixes + +* **utils:** remove useLayoutEffect sync from useFreshCallback ([d5656be](https://github.com/sendbird/sendbird-uikit-react-native/commit/d5656becb20f5f2927610f87c40b404a2db74516)) + + +### Documentation + +* update architecture ([d7c5548](https://github.com/sendbird/sendbird-uikit-react-native/commit/d7c5548fd2322b65493335e7baf0a3692a337bd1)) +* update core components ([040dbb4](https://github.com/sendbird/sendbird-uikit-react-native/commit/040dbb442427428e1d522a8adaf802eb073942a9)) +* update customization, themese, resources ([1d208ac](https://github.com/sendbird/sendbird-uikit-react-native/commit/1d208ac8babaecc9e43825de5cd810d11b71e298)) +* update features ([f3a94e2](https://github.com/sendbird/sendbird-uikit-react-native/commit/f3a94e2178dc5b005679535c3d0b9d1225e22b2d)) +* update introduction ([3173e38](https://github.com/sendbird/sendbird-uikit-react-native/commit/3173e3844778005c5405b954d3325267aea4af9c)) +* update key functions ([75cc813](https://github.com/sendbird/sendbird-uikit-react-native/commit/75cc8136f490bbd95a02239c6e091cc91ac5c880)) +* update README ([a1b7452](https://github.com/sendbird/sendbird-uikit-react-native/commit/a1b74524741af306b32736b9338d28ead3769bc7)) + + + ## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28) diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md new file mode 100644 index 000000000..8e5c09435 --- /dev/null +++ b/docs-validation/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.0-rc.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v2.0.0-rc.0) (2022-10-11) + + +### Documentation + +* update architecture ([d7c5548](https://github.com/sendbird/sendbird-uikit-react-native/commit/d7c5548fd2322b65493335e7baf0a3692a337bd1)) +* update core components ([040dbb4](https://github.com/sendbird/sendbird-uikit-react-native/commit/040dbb442427428e1d522a8adaf802eb073942a9)) +* update customization, themese, resources ([1d208ac](https://github.com/sendbird/sendbird-uikit-react-native/commit/1d208ac8babaecc9e43825de5cd810d11b71e298)) +* update features ([f3a94e2](https://github.com/sendbird/sendbird-uikit-react-native/commit/f3a94e2178dc5b005679535c3d0b9d1225e22b2d)) +* update introduction ([3173e38](https://github.com/sendbird/sendbird-uikit-react-native/commit/3173e3844778005c5405b954d3325267aea4af9c)) +* update key functions ([75cc813](https://github.com/sendbird/sendbird-uikit-react-native/commit/75cc8136f490bbd95a02239c6e091cc91ac5c880)) diff --git a/docs-validation/package.json b/docs-validation/package.json index 7dce4a216..322ebd67f 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "1.1.1", + "version": "2.0.0-rc.0", "private": true, "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx" diff --git a/lerna.json b/lerna.json index f70a81fc9..7755ec829 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.1.2", + "version": "2.0.0-rc.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 1c1a0e88a..4d32c9c22 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-rc.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v2.0.0-rc.0) (2022-10-11) + + +### ⚠ BREAKING CHANGES + +* migrated to Chat SDK v4 + +### Features + +* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713)) + + +### Documentation + +* update README ([a1b7452](https://github.com/sendbird/sendbird-uikit-react-native/commit/a1b74524741af306b32736b9338d28ead3769bc7)) + + + ## [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 3dee0a0d5..fe609aecb 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": "2.0.0-rc.0", "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": "2.0.0-rc.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index 4c4525018..aa6a15477 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/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.0-rc.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v2.0.0-rc.0) (2022-10-11) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + + + + + ## [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 80c6bb990..bacea95de 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": "2.0.0-rc.0", "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": "2.0.0-rc.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 8467863c5..56d43a9f7 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-rc.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v2.0.0-rc.0) (2022-10-11) + + +### ⚠ BREAKING CHANGES + +* migrated to Chat SDK v4 + +### Features + +* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713)) + + +### Documentation + +* update core components ([040dbb4](https://github.com/sendbird/sendbird-uikit-react-native/commit/040dbb442427428e1d522a8adaf802eb073942a9)) +* update README ([a1b7452](https://github.com/sendbird/sendbird-uikit-react-native/commit/a1b74524741af306b32736b9338d28ead3769bc7)) + + + ## [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 3ed276e11..9884ac826 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": "2.0.0-rc.0", "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": "2.0.0-rc.0", + "@sendbird/uikit-react-native-foundation": "2.0.0-rc.0", + "@sendbird/uikit-utils": "2.0.0-rc.0" }, "devDependencies": { "@react-native-clipboard/clipboard": "^1.8.5", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index b5a3706c4..5a0377985 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-rc.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v2.0.0-rc.0) (2022-10-11) + + +### ⚠ BREAKING CHANGES + +* migrated to Chat SDK v4 + +### Features + +* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713)) + + +### Bug Fixes + +* **utils:** remove useLayoutEffect sync from useFreshCallback ([d5656be](https://github.com/sendbird/sendbird-uikit-react-native/commit/d5656becb20f5f2927610f87c40b404a2db74516)) + + + ## [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 70c3dd91f..7001cae22 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": "2.0.0-rc.0", "description": "UIKit utilities", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index e45e1fb2c..50f98cff0 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-rc.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v2.0.0-rc.0) (2022-10-11) + + +### ⚠ BREAKING CHANGES + +* migrated to Chat SDK v4 + +### Features + +* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713)) + + + ## [1.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0...v1.0.2) (2022-08-09) diff --git a/sample/package.json b/sample/package.json index f58627b05..ae0e205a7 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.0-rc.0", "private": true, "scripts": { "postinstall": "patch-package",