From 98ab944367959657368a0f2f2abb3782b2fb88f2 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Thu, 13 Jun 2024 07:34:25 +0000 Subject: [PATCH] chore(release): release packages v3.5.4 --- CHANGELOG.md | 10 ++++++++++ docs-validation/CHANGELOG.md | 4 ++++ docs-validation/package.json | 2 +- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 4 ++++ packages/uikit-chat-hooks/package.json | 6 +++--- packages/uikit-react-native-foundation/CHANGELOG.md | 4 ++++ packages/uikit-react-native-foundation/package.json | 4 ++-- packages/uikit-react-native/CHANGELOG.md | 10 ++++++++++ packages/uikit-react-native/package.json | 8 ++++---- packages/uikit-testing-tools/CHANGELOG.md | 4 ++++ packages/uikit-testing-tools/package.json | 4 ++-- packages/uikit-utils/CHANGELOG.md | 4 ++++ packages/uikit-utils/package.json | 2 +- sample/CHANGELOG.md | 4 ++++ sample/package.json | 2 +- 16 files changed, 59 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779a5f9f..f9ebdde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +### ⚠ BREAKING CHANGES + +- deprecated enableReactionsSupergroup in SendbirdUIKitContainerProps + +### Features + +- deprecated enableReactionsSupergroup in SendbirdUIKitContainerProps ([b90d2e2](https://github.com/sendbird/sendbird-uikit-react-native/commit/b90d2e2ed8e13e35729a5c77775529e2380093da)) + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) ### Bug Fixes diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 1ed80152..08152bed 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index b4f3b41d..42dbcc59 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.5.3", + "version": "3.5.4", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 3ac7c382..3f39b300 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.5.3", + "version": "3.5.4", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 72543a76..c503bd6a 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 8ba32dfe..a069b157 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": "3.5.3", + "version": "3.5.4", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -45,10 +45,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.5.3" + "@sendbird/uikit-utils": "3.5.4" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.5.3", + "@sendbird/uikit-testing-tools": "3.5.4", "@types/react": "*", "react": "17.0.2", "react-native-builder-bob": "^0.18.0", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index 2fefefe8..9a66e607 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) **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 739c652b..4d17bdd8 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": "3.5.3", + "version": "3.5.4", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.5.3" + "@sendbird/uikit-utils": "3.5.4" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 8385f849..216c6209 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +### ⚠ BREAKING CHANGES + +- deprecated enableReactionsSupergroup in SendbirdUIKitContainerProps + +### Features + +- deprecated enableReactionsSupergroup in SendbirdUIKitContainerProps ([b90d2e2](https://github.com/sendbird/sendbird-uikit-react-native/commit/b90d2e2ed8e13e35729a5c77775529e2380093da)) + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) ### Bug Fixes diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 8e89031b..8642bf88 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": "3.5.3", + "version": "3.5.4", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -60,10 +60,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.1.5", - "@sendbird/uikit-chat-hooks": "3.5.3", - "@sendbird/uikit-react-native-foundation": "3.5.3", + "@sendbird/uikit-chat-hooks": "3.5.4", + "@sendbird/uikit-react-native-foundation": "3.5.4", "@sendbird/uikit-tools": "0.0.1-alpha.76", - "@sendbird/uikit-utils": "3.5.3" + "@sendbird/uikit-utils": "3.5.4" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index f7c046f1..22c1a824 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) **Note:** Version bump only for package @sendbird/uikit-testing-tools diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index b6dc4502..09a5b902 100644 --- a/packages/uikit-testing-tools/package.json +++ b/packages/uikit-testing-tools/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-testing-tools", - "version": "3.5.3", + "version": "3.5.4", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.10.7", - "@sendbird/uikit-utils": "3.5.3", + "@sendbird/uikit-utils": "3.5.4", "@types/jest": "^29.4.0", "@types/react": "*", "@types/react-native": "*", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index dd0d7f1b..03f33d67 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) ### Bug Fixes diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index f5e16ce4..6a8cbd52 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.5.3", + "version": "3.5.4", "description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.", "keywords": [ "sendbird", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index b7a80cce..185262a7 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.3...v3.5.4) (2024-06-13) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.5.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.2...v3.5.3) (2024-05-28) ### Bug Fixes diff --git a/sample/package.json b/sample/package.json index 21754909..9d77c6ee 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.5.3", + "version": "3.5.4", "private": true, "scripts": { "android": "concurrently 'yarn start' 'react-native run-android'",