Skip to content

Commit

Permalink
chore(release): release packages v2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Oct 11, 2022
1 parent 037bbf4 commit 394d5e3
Show file tree
Hide file tree
Showing 14 changed files with 133 additions and 12 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
16 changes: 16 additions & 0 deletions docs-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion docs-validation/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.2",
"version": "2.0.0-rc.0",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
18 changes: 18 additions & 0 deletions packages/uikit-chat-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "1.1.2"
"@sendbird/uikit-utils": "2.0.0-rc.0"
},
"devDependencies": {
"@types/react": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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": "1.1.2",
"version": "2.0.0-rc.0",
"description": "react-native-uikit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "1.1.2"
"@sendbird/uikit-utils": "2.0.0-rc.0"
},
"devDependencies": {
"@types/react": "*",
Expand Down
19 changes: 19 additions & 0 deletions packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
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": "1.1.2",
"version": "2.0.0-rc.0",
"description": "react-native-uikit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
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": "1.1.2",
"version": "2.0.0-rc.0",
"description": "UIKit utilities",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
13 changes: 13 additions & 0 deletions sample/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 394d5e3

Please sign in to comment.