From 770f49f1cab2380dcb5b1a81ca9d206442a6dd58 Mon Sep 17 00:00:00 2001 From: bang9 Date: Tue, 26 Jul 2022 16:29:05 +0900 Subject: [PATCH] chore(release): release packages v1.0.0-rc.3 --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 10 ++++++++++ packages/uikit-chat-hooks/package.json | 4 ++-- packages/uikit-react-native-foundation/CHANGELOG.md | 10 ++++++++++ packages/uikit-react-native-foundation/package.json | 4 ++-- packages/uikit-react-native/CHANGELOG.md | 10 ++++++++++ packages/uikit-react-native/package.json | 8 ++++---- packages/uikit-utils/CHANGELOG.md | 10 ++++++++++ packages/uikit-utils/package.json | 2 +- 10 files changed, 60 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caea2b271..61a7ae510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Changelog + +# [1.0.0-rc.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-07-26) + +**Note:** Version bump only for package sendbird-uikit-react-native + + + + + # Changelog # [1.0.0-rc.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2022-07-26) diff --git a/lerna.json b/lerna.json index db2cf1609..0a1b65688 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index ee6f2fd0d..be882f159 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -1,3 +1,13 @@ +# Changelog + +# [1.0.0-rc.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-07-26) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + + + + + # Changelog # [1.0.0-rc.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2022-07-26) diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index ed6567465..b9fdc26fa 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.0.0-rc.2", + "version": "1.0.0-rc.3", "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.0.0-rc.2" + "@sendbird/uikit-utils": "1.0.0-rc.3" }, "devDependencies": { "@types/react": "17.0.2", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index c54102131..70f052674 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -1,3 +1,13 @@ +# Changelog + +# [1.0.0-rc.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-07-26) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + + + + + # Changelog # [1.0.0-rc.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2022-07-26) diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 28681c9bf..7f2c57bb2 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.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "1.0.0-rc.2" + "@sendbird/uikit-utils": "1.0.0-rc.3" }, "devDependencies": { "@types/react": "17.0.2", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 41b537412..6bf28fe13 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -1,3 +1,13 @@ +# Changelog + +# [1.0.0-rc.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-07-26) + +**Note:** Version bump only for package @sendbird/uikit-react-native + + + + + # Changelog # [1.0.0-rc.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2022-07-26) diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 1a60b0d80..18787b572 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.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "1.0.0-rc.2", - "@sendbird/uikit-react-native-foundation": "1.0.0-rc.2", - "@sendbird/uikit-utils": "1.0.0-rc.2" + "@sendbird/uikit-chat-hooks": "1.0.0-rc.3", + "@sendbird/uikit-react-native-foundation": "1.0.0-rc.3", + "@sendbird/uikit-utils": "1.0.0-rc.3" }, "devDependencies": { "@react-native-clipboard/clipboard": "^1.8.5", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 2f5951efc..36fb30d24 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -1,3 +1,13 @@ +# Changelog + +# [1.0.0-rc.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-07-26) + +**Note:** Version bump only for package @sendbird/uikit-utils + + + + + # Changelog # [1.0.0-rc.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2022-07-26) diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 5be470ef7..0d80942ba 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "UIKit utilities", "main": "lib/commonjs/index", "module": "lib/module/index",