Skip to content

Commit

Permalink
chore(release): release packages v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Apr 26, 2022
1 parent deb31a7 commit 2f303a6
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 20 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2022-04-26)
## 0.1.2 (2022-04-26)


### Bug Fixes
Expand Down Expand Up @@ -71,5 +71,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
* **sample:** added ios notification ([44ef9f7](https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2))
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
* show palette and theme colors to sample app ([1b0cd55](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced))
* **uikit:** added message receipt ([9cafe11](https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.1",
"version": "0.1.2",
"command": {
"publish": {
"allowBranch": "main",
Expand Down
3 changes: 2 additions & 1 deletion packages/chat-react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2022-04-26)
## 0.1.2 (2022-04-26)


### Bug Fixes
Expand Down Expand Up @@ -31,4 +31,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **foundation:** added Prompt and Input component ([1bc173a](https://github.com/sendbird/sendbird-uikit-react-native/commit/1bc173af436782a3e6fd34b0d67665d2c44f25ad))
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
* **uikit:** added message receipt ([9cafe11](https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b))
4 changes: 2 additions & 2 deletions packages/chat-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-react-hooks",
"version": "0.1.1",
"version": "0.1.2",
"description": "React hooks that built with SendbirdChat SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -37,7 +37,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@sendbird/uikit-utils": "0.1.1"
"@sendbird/uikit-utils": "0.1.2"
},
"devDependencies": {
"@types/react": "17.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-react-native-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2022-04-26)
## 0.1.2 (2022-04-26)


### Bug Fixes
Expand Down Expand Up @@ -39,4 +39,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
* **sample:** added ios notification ([44ef9f7](https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2))
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
* show palette and theme colors to sample app ([1b0cd55](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced))
8 changes: 4 additions & 4 deletions packages/uikit-react-native-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "SendbirdUIKit Core domains for building UIKit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -39,9 +39,9 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@sendbird/chat-react-hooks": "0.1.1",
"@sendbird/uikit-react-native-foundation": "0.1.1",
"@sendbird/uikit-utils": "0.1.1"
"@sendbird/chat-react-hooks": "0.1.2",
"@sendbird/uikit-react-native-foundation": "0.1.2",
"@sendbird/uikit-utils": "0.1.2"
},
"devDependencies": {
"@react-native-clipboard/clipboard": "^1.8.5",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2022-04-26)
## 0.1.2 (2022-04-26)


### Bug Fixes
Expand Down Expand Up @@ -37,3 +37,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **sample:** added change profile photo ([74ea450](https://github.com/sendbird/sendbird-uikit-react-native/commit/74ea450fc061212e3ba9d43910dbfcac96e98c89))
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-foundation",
"version": "0.1.1",
"version": "0.1.2",
"description": "react-native-uikit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -37,7 +37,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@sendbird/uikit-utils": "0.1.1"
"@sendbird/uikit-utils": "0.1.2"
},
"devDependencies": {
"@types/react": "17.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2022-04-26)
## 0.1.2 (2022-04-26)


### Bug Fixes
Expand Down Expand Up @@ -34,5 +34,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **sample:** added change nickname ([0eceb48](https://github.com/sendbird/sendbird-uikit-react-native/commit/0eceb48b4e365219906a101e7eaa167e498a87ee))
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
* show palette and theme colors to sample app ([1b0cd55](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced))
* **uikit:** added message receipt ([9cafe11](https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b))
8 changes: 4 additions & 4 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native",
"version": "0.1.1",
"version": "0.1.2",
"description": "react-native-uikit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -37,9 +37,9 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@sendbird/uikit-react-native-core": "0.1.1",
"@sendbird/uikit-react-native-foundation": "0.1.1",
"@sendbird/uikit-utils": "0.1.1"
"@sendbird/uikit-react-native-core": "0.1.2",
"@sendbird/uikit-react-native-foundation": "0.1.2",
"@sendbird/uikit-utils": "0.1.2"
},
"devDependencies": {
"@types/react": "17.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2022-04-26)
## 0.1.2 (2022-04-26)


### Bug Fixes
Expand All @@ -27,3 +27,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **sample:** added create channel ([66e7ae9](https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c))
* **sample:** added ios notification ([44ef9f7](https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2))
* **sample:** added settings ui ([bb81801](https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc))
* setup lerna ([#21](https://github.com/sendbird/sendbird-uikit-react-native/issues/21)) ([1382c42](https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76))
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
"version": "0.1.1",
"version": "0.1.2",
"description": "UIKit utilities",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 2f303a6

Please sign in to comment.