From 9d1b5148c4af415c985566bddb45a20c97b365fd Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Tue, 10 Sep 2024 07:18:56 +0000 Subject: [PATCH] chore(release): release packages v3.7.1 --- CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ 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, 51 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3749a2855..904a92873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +### Bug Fixes + +- disconnect ws only on unmounted ([5f09729](https://github.com/sendbird/sendbird-uikit-react-native/commit/5f0972962d437f6a34c70698ef3aa2d9df6af69e)) + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index bdbbeb4d7..d50361da3 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.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/docs-validation/package.json b/docs-validation/package.json index 7304123ff..2bcc56ea8 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.7.0", + "version": "3.7.1", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index c162a5048..d6f4c3bad 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.7.0", + "version": "3.7.1", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 656959683..7db0b677c 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.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 1ff496826..eb06e6b74 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.7.0", + "version": "3.7.1", "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.7.0" + "@sendbird/uikit-utils": "3.7.1" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.7.0", + "@sendbird/uikit-testing-tools": "3.7.1", "@types/react": "*", "react": "18.2.0", "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 2ae5a1303..808da4d65 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.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index e81e75582..28d6bfd76 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.7.0", + "version": "3.7.1", "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.7.0" + "@sendbird/uikit-utils": "3.7.1" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 25e780e7c..8cb7b7fd5 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +### Bug Fixes + +- disconnect ws only on unmounted ([5f09729](https://github.com/sendbird/sendbird-uikit-react-native/commit/5f0972962d437f6a34c70698ef3aa2d9df6af69e)) + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 940bcd7f2..7adca241b 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.7.0", + "version": "3.7.1", "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.7.0", - "@sendbird/uikit-react-native-foundation": "3.7.0", + "@sendbird/uikit-chat-hooks": "3.7.1", + "@sendbird/uikit-react-native-foundation": "3.7.1", "@sendbird/uikit-tools": "0.0.1-alpha.77", - "@sendbird/uikit-utils": "3.7.0" + "@sendbird/uikit-utils": "3.7.1" }, "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 fe03aadf3..a23e3c80f 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.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index b61e76b5c..af4246197 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.7.0", + "version": "3.7.1", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.12.9", - "@sendbird/uikit-utils": "3.7.0", + "@sendbird/uikit-utils": "3.7.1", "@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 b529d11a7..bbe0c03e4 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.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index a54cefb4b..5bca2fa85 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.7.0", + "version": "3.7.1", "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 4fea131ab..8da1889b7 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.7.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.0...v3.7.1) (2024-09-10) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08) ### Features diff --git a/sample/package.json b/sample/package.json index 1cd7b254d..99f996eff 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.7.0", + "version": "3.7.1", "private": true, "scripts": { "android": "react-native run-android",