From b43229b4161614b92919750676588cd3fd4f0845 Mon Sep 17 00:00:00 2001 From: bang9 Date: Tue, 23 Apr 2024 14:54:12 +0900 Subject: [PATCH] chore(release): release packages v3.5.2 --- 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 4a259d60..4e99f763 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.5.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +### Features + +- inputDisabled prop opened as public ([6eb4ad0](https://github.com/sendbird/sendbird-uikit-react-native/commit/6eb4ad0d35447183a697c2c8c5064a003c1e6f9a)) + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) ### Bug Fixes diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index fe25214f..d4d9573a 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.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index b361cb02..b60fd20d 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.5.1", + "version": "3.5.2", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index ef686137..33d23372 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.5.1", + "version": "3.5.2", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index c4bfe24c..16526283 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.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) **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 49ed4221..aa3ae08f 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.1", + "version": "3.5.2", "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.1" + "@sendbird/uikit-utils": "3.5.2" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.5.1", + "@sendbird/uikit-testing-tools": "3.5.2", "@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 174592f3..a6df2807 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.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) **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 d976f932..e6a53ed2 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.1", + "version": "3.5.2", "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.1" + "@sendbird/uikit-utils": "3.5.2" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 32e9c803..18325571 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.5.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +### Features + +- inputDisabled prop opened as public ([6eb4ad0](https://github.com/sendbird/sendbird-uikit-react-native/commit/6eb4ad0d35447183a697c2c8c5064a003c1e6f9a)) + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) ### Bug Fixes diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 6397c374..aa6fe7c0 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.1", + "version": "3.5.2", "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.1", - "@sendbird/uikit-react-native-foundation": "3.5.1", + "@sendbird/uikit-chat-hooks": "3.5.2", + "@sendbird/uikit-react-native-foundation": "3.5.2", "@sendbird/uikit-tools": "0.0.1-alpha.66", - "@sendbird/uikit-utils": "3.5.1" + "@sendbird/uikit-utils": "3.5.2" }, "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 0713c157..221fcb4b 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.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) **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 bd4c7f21..6f15e921 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.1", + "version": "3.5.2", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.10.7", - "@sendbird/uikit-utils": "3.5.1", + "@sendbird/uikit-utils": "3.5.2", "@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 78ef9294..8b38e37d 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.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index fb107dbc..48c054e6 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.5.1", + "version": "3.5.2", "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 896d664d..2ae3b3d2 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.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.1...v3.5.2) (2024-04-23) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.5.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.0...v3.5.1) (2024-04-08) ### Bug Fixes diff --git a/sample/package.json b/sample/package.json index 7b13f802..d9e21828 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.5.1", + "version": "3.5.2", "private": true, "scripts": { "android": "concurrently 'yarn start' 'react-native run-android'",