Skip to content

Commit 2f303a6

Browse files
committed
chore(release): release packages v0.1.2
1 parent deb31a7 commit 2f303a6

File tree

12 files changed

+26
-20
lines changed

12 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 0.1.1 (2022-04-26)
6+
## 0.1.2 (2022-04-26)
77

88

99
### Bug Fixes
@@ -71,5 +71,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7171
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
7272
* **sample:** added ios notification ([44ef9f7](https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2))
7373
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
74+
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
7475
* show palette and theme colors to sample app ([1b0cd55](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced))
7576
* **uikit:** added message receipt ([9cafe11](https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"npmClient": "yarn",
77
"useWorkspaces": true,
8-
"version": "0.1.1",
8+
"version": "0.1.2",
99
"command": {
1010
"publish": {
1111
"allowBranch": "main",

packages/chat-react-hooks/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 0.1.1 (2022-04-26)
6+
## 0.1.2 (2022-04-26)
77

88

99
### Bug Fixes
@@ -31,4 +31,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3131
* **foundation:** added Prompt and Input component ([1bc173a](https://github.com/sendbird/sendbird-uikit-react-native/commit/1bc173af436782a3e6fd34b0d67665d2c44f25ad))
3232
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
3333
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
34+
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
3435
* **uikit:** added message receipt ([9cafe11](https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b))

packages/chat-react-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/chat-react-hooks",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "React hooks that built with SendbirdChat SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -37,7 +37,7 @@
3737
"registry": "https://registry.npmjs.org/"
3838
},
3939
"dependencies": {
40-
"@sendbird/uikit-utils": "0.1.1"
40+
"@sendbird/uikit-utils": "0.1.2"
4141
},
4242
"devDependencies": {
4343
"@types/react": "17.0.2",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 0.1.1 (2022-04-26)
6+
## 0.1.2 (2022-04-26)
77

88

99
### Bug Fixes
@@ -39,4 +39,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3939
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
4040
* **sample:** added ios notification ([44ef9f7](https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2))
4141
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
42+
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
4243
* show palette and theme colors to sample app ([1b0cd55](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced))

packages/uikit-react-native-core/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-core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "SendbirdUIKit Core domains for building UIKit",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -39,9 +39,9 @@
3939
"registry": "https://registry.npmjs.org/"
4040
},
4141
"dependencies": {
42-
"@sendbird/chat-react-hooks": "0.1.1",
43-
"@sendbird/uikit-react-native-foundation": "0.1.1",
44-
"@sendbird/uikit-utils": "0.1.1"
42+
"@sendbird/chat-react-hooks": "0.1.2",
43+
"@sendbird/uikit-react-native-foundation": "0.1.2",
44+
"@sendbird/uikit-utils": "0.1.2"
4545
},
4646
"devDependencies": {
4747
"@react-native-clipboard/clipboard": "^1.8.5",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 0.1.1 (2022-04-26)
6+
## 0.1.2 (2022-04-26)
77

88

99
### Bug Fixes
@@ -37,3 +37,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3737
* **sample:** added change profile photo ([74ea450](https://github.com/sendbird/sendbird-uikit-react-native/commit/74ea450fc061212e3ba9d43910dbfcac96e98c89))
3838
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
3939
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
40+
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))

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": "0.1.1",
3+
"version": "0.1.2",
44
"description": "react-native-uikit",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -37,7 +37,7 @@
3737
"registry": "https://registry.npmjs.org/"
3838
},
3939
"dependencies": {
40-
"@sendbird/uikit-utils": "0.1.1"
40+
"@sendbird/uikit-utils": "0.1.2"
4141
},
4242
"devDependencies": {
4343
"@types/react": "17.0.2",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 0.1.1 (2022-04-26)
6+
## 0.1.2 (2022-04-26)
77

88

99
### Bug Fixes
@@ -34,5 +34,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434
* **sample:** added change nickname ([0eceb48](https://github.com/sendbird/sendbird-uikit-react-native/commit/0eceb48b4e365219906a101e7eaa167e498a87ee))
3535
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
3636
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
37+
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
3738
* show palette and theme colors to sample app ([1b0cd55](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced))
3839
* **uikit:** added message receipt ([9cafe11](https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b))

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": "0.1.1",
3+
"version": "0.1.2",
44
"description": "react-native-uikit",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -37,9 +37,9 @@
3737
"registry": "https://registry.npmjs.org/"
3838
},
3939
"dependencies": {
40-
"@sendbird/uikit-react-native-core": "0.1.1",
41-
"@sendbird/uikit-react-native-foundation": "0.1.1",
42-
"@sendbird/uikit-utils": "0.1.1"
40+
"@sendbird/uikit-react-native-core": "0.1.2",
41+
"@sendbird/uikit-react-native-foundation": "0.1.2",
42+
"@sendbird/uikit-utils": "0.1.2"
4343
},
4444
"devDependencies": {
4545
"@types/react": "17.0.2",

packages/uikit-utils/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 0.1.1 (2022-04-26)
6+
## 0.1.2 (2022-04-26)
77

88

99
### Bug Fixes
@@ -27,3 +27,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2727
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
2828
* **sample:** added ios notification ([44ef9f7](https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2))
2929
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
30+
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))

packages/uikit-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-utils",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "UIKit utilities",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)