Skip to content

Commit 394d5e3

Browse files
committed
chore(release): release packages v2.0.0-rc.0
1 parent 037bbf4 commit 394d5e3

File tree

14 files changed

+133
-12
lines changed

14 files changed

+133
-12
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* migrated to Chat SDK v4
12+
13+
### Features
14+
15+
* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713))
16+
17+
18+
### Bug Fixes
19+
20+
* **utils:** remove useLayoutEffect sync from useFreshCallback ([d5656be](https://github.com/sendbird/sendbird-uikit-react-native/commit/d5656becb20f5f2927610f87c40b404a2db74516))
21+
22+
23+
### Documentation
24+
25+
* update architecture ([d7c5548](https://github.com/sendbird/sendbird-uikit-react-native/commit/d7c5548fd2322b65493335e7baf0a3692a337bd1))
26+
* update core components ([040dbb4](https://github.com/sendbird/sendbird-uikit-react-native/commit/040dbb442427428e1d522a8adaf802eb073942a9))
27+
* update customization, themese, resources ([1d208ac](https://github.com/sendbird/sendbird-uikit-react-native/commit/1d208ac8babaecc9e43825de5cd810d11b71e298))
28+
* update features ([f3a94e2](https://github.com/sendbird/sendbird-uikit-react-native/commit/f3a94e2178dc5b005679535c3d0b9d1225e22b2d))
29+
* update introduction ([3173e38](https://github.com/sendbird/sendbird-uikit-react-native/commit/3173e3844778005c5405b954d3325267aea4af9c))
30+
* update key functions ([75cc813](https://github.com/sendbird/sendbird-uikit-react-native/commit/75cc8136f490bbd95a02239c6e091cc91ac5c880))
31+
* update README ([a1b7452](https://github.com/sendbird/sendbird-uikit-react-native/commit/a1b74524741af306b32736b9338d28ead3769bc7))
32+
33+
34+
635
## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)
736

837

docs-validation/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [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)
7+
8+
9+
### Documentation
10+
11+
* update architecture ([d7c5548](https://github.com/sendbird/sendbird-uikit-react-native/commit/d7c5548fd2322b65493335e7baf0a3692a337bd1))
12+
* update core components ([040dbb4](https://github.com/sendbird/sendbird-uikit-react-native/commit/040dbb442427428e1d522a8adaf802eb073942a9))
13+
* update customization, themese, resources ([1d208ac](https://github.com/sendbird/sendbird-uikit-react-native/commit/1d208ac8babaecc9e43825de5cd810d11b71e298))
14+
* update features ([f3a94e2](https://github.com/sendbird/sendbird-uikit-react-native/commit/f3a94e2178dc5b005679535c3d0b9d1225e22b2d))
15+
* update introduction ([3173e38](https://github.com/sendbird/sendbird-uikit-react-native/commit/3173e3844778005c5405b954d3325267aea4af9c))
16+
* update key functions ([75cc813](https://github.com/sendbird/sendbird-uikit-react-native/commit/75cc8136f490bbd95a02239c6e091cc91ac5c880))

docs-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/docs-validation",
3-
"version": "1.1.1",
3+
"version": "2.0.0-rc.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"npmClient": "yarn",
88
"useWorkspaces": true,
9-
"version": "1.1.2",
9+
"version": "2.0.0-rc.0",
1010
"command": {
1111
"publish": {
1212
"conventionalCommits": true,

packages/uikit-chat-hooks/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* migrated to Chat SDK v4
12+
13+
### Features
14+
15+
* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713))
16+
17+
18+
### Documentation
19+
20+
* update README ([a1b7452](https://github.com/sendbird/sendbird-uikit-react-native/commit/a1b74524741af306b32736b9338d28ead3769bc7))
21+
22+
23+
624
## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)
725

826

packages/uikit-chat-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "1.1.2",
3+
"version": "2.0.0-rc.0",
44
"description": "React hooks that built with SendbirdChat SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -38,7 +38,7 @@
3838
"access": "public"
3939
},
4040
"dependencies": {
41-
"@sendbird/uikit-utils": "1.1.2"
41+
"@sendbird/uikit-utils": "2.0.0-rc.0"
4242
},
4343
"devDependencies": {
4444
"@types/react": "*",

packages/uikit-react-native-foundation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)
715

816
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation

packages/uikit-react-native-foundation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native-foundation",
3-
"version": "1.1.2",
3+
"version": "2.0.0-rc.0",
44
"description": "react-native-uikit",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -38,7 +38,7 @@
3838
"access": "public"
3939
},
4040
"dependencies": {
41-
"@sendbird/uikit-utils": "1.1.2"
41+
"@sendbird/uikit-utils": "2.0.0-rc.0"
4242
},
4343
"devDependencies": {
4444
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* migrated to Chat SDK v4
12+
13+
### Features
14+
15+
* migrated to Chat SDK v4 ([5ce9e4f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ce9e4f99bfac790ce66cc13c7e390e578f08713))
16+
17+
18+
### Documentation
19+
20+
* update core components ([040dbb4](https://github.com/sendbird/sendbird-uikit-react-native/commit/040dbb442427428e1d522a8adaf802eb073942a9))
21+
* update README ([a1b7452](https://github.com/sendbird/sendbird-uikit-react-native/commit/a1b74524741af306b32736b9338d28ead3769bc7))
22+
23+
24+
625
## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)
726

827

packages/uikit-react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native",
3-
"version": "1.1.2",
3+
"version": "2.0.0-rc.0",
44
"description": "react-native-uikit",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -41,9 +41,9 @@
4141
"access": "public"
4242
},
4343
"dependencies": {
44-
"@sendbird/uikit-chat-hooks": "1.1.2",
45-
"@sendbird/uikit-react-native-foundation": "1.1.2",
46-
"@sendbird/uikit-utils": "1.1.2"
44+
"@sendbird/uikit-chat-hooks": "2.0.0-rc.0",
45+
"@sendbird/uikit-react-native-foundation": "2.0.0-rc.0",
46+
"@sendbird/uikit-utils": "2.0.0-rc.0"
4747
},
4848
"devDependencies": {
4949
"@react-native-clipboard/clipboard": "^1.8.5",

0 commit comments

Comments
 (0)