From c778a84a632487047fe532db188b32dfa6e93a7f Mon Sep 17 00:00:00 2001 From: bang9 Date: Tue, 6 Dec 2022 18:12:03 +0900 Subject: [PATCH] chore(release): release packages v2.1.0 --- CHANGELOG.md | 46 +++++++++++++++++++ docs-validation/CHANGELOG.md | 23 ++++++++++ docs-validation/package.json | 2 +- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 21 +++++++++ packages/uikit-chat-hooks/package.json | 4 +- .../CHANGELOG.md | 12 +++++ .../package.json | 4 +- packages/uikit-react-native/CHANGELOG.md | 29 ++++++++++++ packages/uikit-react-native/package.json | 8 ++-- packages/uikit-utils/CHANGELOG.md | 12 +++++ packages/uikit-utils/package.json | 2 +- sample/CHANGELOG.md | 26 +++++++++++ 13 files changed, 180 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540fece11..8dcd01b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,52 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06) + + +### ⚠ BREAKING CHANGES + +* **uikit:** update camera roll module + +### Features + +* added group channel type selector ([9fb7a19](https://github.com/sendbird/sendbird-uikit-react-native/commit/9fb7a193b5e245ba89030ef9c9d8abae95cf4bba)) +* **chat-hooks:** added useGroupChannel hook ([9392dea](https://github.com/sendbird/sendbird-uikit-react-native/commit/9392dea1f5b7c5a102c0aa96107a472f8433bae8)) +* **foundation:** added profile card ui ([472f02f](https://github.com/sendbird/sendbird-uikit-react-native/commit/472f02f064cbad416661cf49e90c4c9509eb1a4c)) +* support broadcast and supergroup channel ([895fa3b](https://github.com/sendbird/sendbird-uikit-react-native/commit/895fa3b27ffb06977fb326610e8234cfb812ec1f)) +* **uikit:** added enableUseUserIdForNickname option ([5d3cfd8](https://github.com/sendbird/sendbird-uikit-react-native/commit/5d3cfd839ba7b0a58f7aba19d46b07b5d8dbea2d)) +* **uikit:** added group channel banned users fragment ([80e1a5e](https://github.com/sendbird/sendbird-uikit-react-native/commit/80e1a5ebaf6b80e6bb015ff64a9b4cc6ef2e19d7)) +* **uikit:** added group channel moderations fragment ([4213e6d](https://github.com/sendbird/sendbird-uikit-react-native/commit/4213e6dc279739d69dc2617de54ba1446c0e16e3)) +* **uikit:** added group channel muted members fragment ([3784b73](https://github.com/sendbird/sendbird-uikit-react-native/commit/3784b7364835fde061f91b157632dc864f555ab1)) +* **uikit:** added group channel operators add fragment ([4ac84ee](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ac84ee727b4336555ed84deb70775c308b6d2e5)) +* **uikit:** added group channel operators fragment ([c7f6626](https://github.com/sendbird/sendbird-uikit-react-native/commit/c7f6626afd4236542f41aee48cfcdf9b217835b1)) +* **uikit:** added mini profile card ([0877463](https://github.com/sendbird/sendbird-uikit-react-native/commit/08774638ba0e283f6da2c63545be746746b64058)) +* **uikit:** added moderation in group channel members ([9b25059](https://github.com/sendbird/sendbird-uikit-react-native/commit/9b250594fa3ecf4c02ceeb3ea035ac7060fcf0f5)) +* **utils:** added buffered request function ([d3e375c](https://github.com/sendbird/sendbird-uikit-react-native/commit/d3e375cc05721c251846d27eb2f8f8e86ad4379f)) + + +### Bug Fixes + +* **chat-hooks:** prevent MESSAGE_RECEIVED handler called twice when receiving new message. ([ab988c6](https://github.com/sendbird/sendbird-uikit-react-native/commit/ab988c611d801e8eecd0b49743743c63ee48e1e2)) + + +### Improvements + +* **chat-hooks:** removed activeChannel from useGroupChannelMessages for normalizing ([70fb1c7](https://github.com/sendbird/sendbird-uikit-react-native/commit/70fb1c7ec2acad4f74d95c37c6d0bdf66d3eab88)) +* **uikit:** update camera roll module ([5ddb5d3](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ddb5d33f81d8fdd7b4dd2fa541cd687d5a9bd30)) + + +### Documentation + +* added list banned users in group channel ([4f60dfb](https://github.com/sendbird/sendbird-uikit-react-native/commit/4f60dfb19e5ae6ee8ab439b23b27cf1ebb0ae213)) +* added list muted members ([877d7d8](https://github.com/sendbird/sendbird-uikit-react-native/commit/877d7d8928b8cfebbb64320756e940e959991e9a)) +* added list operators in group channel ([a4afbf7](https://github.com/sendbird/sendbird-uikit-react-native/commit/a4afbf75e80432fe5cd7ada79b1edb1f33db93d0)) +* added moderating channels and members page ([aad20af](https://github.com/sendbird/sendbird-uikit-react-native/commit/aad20af84a51ad7eb288bc016efe395b791c8754)) +* added register member as operators ([7dde222](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dde22261dca51e19c2d9475141be18ec74aa22b)) +* update docs validation snippet ([4aaeb89](https://github.com/sendbird/sendbird-uikit-react-native/commit/4aaeb894c172c58e95feed03d14fd75b94ec9b19)) + + + ## [2.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.1...v2.0.3) (2022-12-01) diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 91f0e79f8..ebba44559 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06) + + +### ⚠ BREAKING CHANGES + +* **uikit:** update camera roll module + +### Improvements + +* **uikit:** update camera roll module ([5ddb5d3](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ddb5d33f81d8fdd7b4dd2fa541cd687d5a9bd30)) + + +### Documentation + +* added list banned users in group channel ([4f60dfb](https://github.com/sendbird/sendbird-uikit-react-native/commit/4f60dfb19e5ae6ee8ab439b23b27cf1ebb0ae213)) +* added list muted members ([877d7d8](https://github.com/sendbird/sendbird-uikit-react-native/commit/877d7d8928b8cfebbb64320756e940e959991e9a)) +* added list operators in group channel ([a4afbf7](https://github.com/sendbird/sendbird-uikit-react-native/commit/a4afbf75e80432fe5cd7ada79b1edb1f33db93d0)) +* added moderating channels and members page ([aad20af](https://github.com/sendbird/sendbird-uikit-react-native/commit/aad20af84a51ad7eb288bc016efe395b791c8754)) +* added register member as operators ([7dde222](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dde22261dca51e19c2d9475141be18ec74aa22b)) +* update docs validation snippet ([4aaeb89](https://github.com/sendbird/sendbird-uikit-react-native/commit/4aaeb894c172c58e95feed03d14fd75b94ec9b19)) + + + ## [2.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0) (2022-10-11) diff --git a/docs-validation/package.json b/docs-validation/package.json index a4f256349..c4b387c16 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index d7627c3d1..f71b3b687 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.3", + "version": "2.1.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 070d55851..3ad7066ba 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06) + + +### Features + +* **chat-hooks:** added useGroupChannel hook ([9392dea](https://github.com/sendbird/sendbird-uikit-react-native/commit/9392dea1f5b7c5a102c0aa96107a472f8433bae8)) +* support broadcast and supergroup channel ([895fa3b](https://github.com/sendbird/sendbird-uikit-react-native/commit/895fa3b27ffb06977fb326610e8234cfb812ec1f)) +* **uikit:** added group channel operators add fragment ([4ac84ee](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ac84ee727b4336555ed84deb70775c308b6d2e5)) + + +### Bug Fixes + +* **chat-hooks:** prevent MESSAGE_RECEIVED handler called twice when receiving new message. ([ab988c6](https://github.com/sendbird/sendbird-uikit-react-native/commit/ab988c611d801e8eecd0b49743743c63ee48e1e2)) + + +### Improvements + +* **chat-hooks:** removed activeChannel from useGroupChannelMessages for normalizing ([70fb1c7](https://github.com/sendbird/sendbird-uikit-react-native/commit/70fb1c7ec2acad4f74d95c37c6d0bdf66d3eab88)) + + + ## [2.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.1...v2.0.3) (2022-12-01) diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index b2cea1fbd..b907e2af9 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": "2.0.3", + "version": "2.1.0", "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": "2.0.3" + "@sendbird/uikit-utils": "2.1.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index 5bd5b68a8..767a2956e 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06) + + +### Features + +* **foundation:** added profile card ui ([472f02f](https://github.com/sendbird/sendbird-uikit-react-native/commit/472f02f064cbad416661cf49e90c4c9509eb1a4c)) +* support broadcast and supergroup channel ([895fa3b](https://github.com/sendbird/sendbird-uikit-react-native/commit/895fa3b27ffb06977fb326610e8234cfb812ec1f)) +* **uikit:** added mini profile card ([0877463](https://github.com/sendbird/sendbird-uikit-react-native/commit/08774638ba0e283f6da2c63545be746746b64058)) +* **uikit:** added moderation in group channel members ([9b25059](https://github.com/sendbird/sendbird-uikit-react-native/commit/9b250594fa3ecf4c02ceeb3ea035ac7060fcf0f5)) + + + ## [2.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.1...v2.0.3) (2022-12-01) **Note:** Version bump only for package @sendbird/uikit-react-native-foundation diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 07fdc8e67..2dc224612 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": "2.0.3", + "version": "2.1.0", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "2.0.3" + "@sendbird/uikit-utils": "2.1.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 3bbec94f1..46d425327 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06) + + +### ⚠ BREAKING CHANGES + +* **uikit:** update camera roll module + +### Features + +* added group channel type selector ([9fb7a19](https://github.com/sendbird/sendbird-uikit-react-native/commit/9fb7a193b5e245ba89030ef9c9d8abae95cf4bba)) +* **chat-hooks:** added useGroupChannel hook ([9392dea](https://github.com/sendbird/sendbird-uikit-react-native/commit/9392dea1f5b7c5a102c0aa96107a472f8433bae8)) +* support broadcast and supergroup channel ([895fa3b](https://github.com/sendbird/sendbird-uikit-react-native/commit/895fa3b27ffb06977fb326610e8234cfb812ec1f)) +* **uikit:** added enableUseUserIdForNickname option ([5d3cfd8](https://github.com/sendbird/sendbird-uikit-react-native/commit/5d3cfd839ba7b0a58f7aba19d46b07b5d8dbea2d)) +* **uikit:** added group channel banned users fragment ([80e1a5e](https://github.com/sendbird/sendbird-uikit-react-native/commit/80e1a5ebaf6b80e6bb015ff64a9b4cc6ef2e19d7)) +* **uikit:** added group channel moderations fragment ([4213e6d](https://github.com/sendbird/sendbird-uikit-react-native/commit/4213e6dc279739d69dc2617de54ba1446c0e16e3)) +* **uikit:** added group channel muted members fragment ([3784b73](https://github.com/sendbird/sendbird-uikit-react-native/commit/3784b7364835fde061f91b157632dc864f555ab1)) +* **uikit:** added group channel operators add fragment ([4ac84ee](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ac84ee727b4336555ed84deb70775c308b6d2e5)) +* **uikit:** added group channel operators fragment ([c7f6626](https://github.com/sendbird/sendbird-uikit-react-native/commit/c7f6626afd4236542f41aee48cfcdf9b217835b1)) +* **uikit:** added mini profile card ([0877463](https://github.com/sendbird/sendbird-uikit-react-native/commit/08774638ba0e283f6da2c63545be746746b64058)) +* **uikit:** added moderation in group channel members ([9b25059](https://github.com/sendbird/sendbird-uikit-react-native/commit/9b250594fa3ecf4c02ceeb3ea035ac7060fcf0f5)) + + +### Improvements + +* **chat-hooks:** removed activeChannel from useGroupChannelMessages for normalizing ([70fb1c7](https://github.com/sendbird/sendbird-uikit-react-native/commit/70fb1c7ec2acad4f74d95c37c6d0bdf66d3eab88)) +* **uikit:** update camera roll module ([5ddb5d3](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ddb5d33f81d8fdd7b4dd2fa541cd687d5a9bd30)) + + + ## [2.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.1...v2.0.3) (2022-12-01) diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index ee41a2904..ec3604748 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": "2.0.3", + "version": "2.1.0", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "2.0.3", - "@sendbird/uikit-react-native-foundation": "2.0.3", - "@sendbird/uikit-utils": "2.0.3" + "@sendbird/uikit-chat-hooks": "2.1.0", + "@sendbird/uikit-react-native-foundation": "2.1.0", + "@sendbird/uikit-utils": "2.1.0" }, "devDependencies": { "@react-native-camera-roll/camera-roll": "^5.0.4", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 1f44e924c..067981679 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06) + + +### Features + +* **uikit:** added group channel banned users fragment ([80e1a5e](https://github.com/sendbird/sendbird-uikit-react-native/commit/80e1a5ebaf6b80e6bb015ff64a9b4cc6ef2e19d7)) +* **uikit:** added mini profile card ([0877463](https://github.com/sendbird/sendbird-uikit-react-native/commit/08774638ba0e283f6da2c63545be746746b64058)) +* **uikit:** added moderation in group channel members ([9b25059](https://github.com/sendbird/sendbird-uikit-react-native/commit/9b250594fa3ecf4c02ceeb3ea035ac7060fcf0f5)) +* **utils:** added buffered request function ([d3e375c](https://github.com/sendbird/sendbird-uikit-react-native/commit/d3e375cc05721c251846d27eb2f8f8e86ad4379f)) + + + ## [2.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.1...v2.0.3) (2022-12-01) diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 144b27f04..dc724824c 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "2.0.3", + "version": "2.1.0", "description": "UIKit utilities", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index dcea30b9a..dfaa76157 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06) + + +### ⚠ BREAKING CHANGES + +* **uikit:** update camera roll module + +### Features + +* **foundation:** added profile card ui ([472f02f](https://github.com/sendbird/sendbird-uikit-react-native/commit/472f02f064cbad416661cf49e90c4c9509eb1a4c)) +* **uikit:** added enableUseUserIdForNickname option ([5d3cfd8](https://github.com/sendbird/sendbird-uikit-react-native/commit/5d3cfd839ba7b0a58f7aba19d46b07b5d8dbea2d)) +* **uikit:** added group channel banned users fragment ([80e1a5e](https://github.com/sendbird/sendbird-uikit-react-native/commit/80e1a5ebaf6b80e6bb015ff64a9b4cc6ef2e19d7)) +* **uikit:** added group channel moderations fragment ([4213e6d](https://github.com/sendbird/sendbird-uikit-react-native/commit/4213e6dc279739d69dc2617de54ba1446c0e16e3)) +* **uikit:** added group channel muted members fragment ([3784b73](https://github.com/sendbird/sendbird-uikit-react-native/commit/3784b7364835fde061f91b157632dc864f555ab1)) +* **uikit:** added group channel operators add fragment ([4ac84ee](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ac84ee727b4336555ed84deb70775c308b6d2e5)) +* **uikit:** added group channel operators fragment ([c7f6626](https://github.com/sendbird/sendbird-uikit-react-native/commit/c7f6626afd4236542f41aee48cfcdf9b217835b1)) +* **uikit:** added mini profile card ([0877463](https://github.com/sendbird/sendbird-uikit-react-native/commit/08774638ba0e283f6da2c63545be746746b64058)) + + +### Improvements + +* **chat-hooks:** removed activeChannel from useGroupChannelMessages for normalizing ([70fb1c7](https://github.com/sendbird/sendbird-uikit-react-native/commit/70fb1c7ec2acad4f74d95c37c6d0bdf66d3eab88)) +* **uikit:** update camera roll module ([5ddb5d3](https://github.com/sendbird/sendbird-uikit-react-native/commit/5ddb5d33f81d8fdd7b4dd2fa541cd687d5a9bd30)) + + + ## [2.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1) (2022-10-26)