From cc1e2d626a4a3278e80d523b4c63fd3719c82441 Mon Sep 17 00:00:00 2001 From: bang9 Date: Wed, 23 Aug 2023 11:31:00 +0900 Subject: [PATCH] chore(release): release packages v3.1.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 | 6 ++++++ 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 | 6 ++++++ packages/uikit-utils/package.json | 2 +- sample/CHANGELOG.md | 4 ++++ sample/package.json | 2 +- 16 files changed, 55 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f5e5ee4..8aca7703e 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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +### Features + +- use thumbnails if available ([62f3ca0](https://github.com/sendbird/sendbird-uikit-react-native/commit/62f3ca0b209c5362bd335dbe22619dc053509fda)) + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index ff294f353..e95b2acb7 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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 58633da9b..5e10f1632 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.1.0", + "version": "3.1.1", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index a33ef6310..0c1a6d1a5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.1.0", + "version": "3.1.1", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index ca3658f5c..92d93d972 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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) ### Features diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index d82e814e3..196c24957 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.1.0", + "version": "3.1.1", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -44,10 +44,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.1.0" + "@sendbird/uikit-utils": "3.1.1" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.1.0", + "@sendbird/uikit-testing-tools": "3.1.1", "@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 a82b98807..f5c74ae30 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +### Features + +- use thumbnails if available ([62f3ca0](https://github.com/sendbird/sendbird-uikit-react-native/commit/62f3ca0b209c5362bd335dbe22619dc053509fda)) + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) ### Features diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 281d196c6..26fefd7e4 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.1.0", + "version": "3.1.1", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -47,7 +47,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.1.0" + "@sendbird/uikit-utils": "3.1.1" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 6e99c92d0..293c6aeb9 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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +### Features + +- use thumbnails if available ([62f3ca0](https://github.com/sendbird/sendbird-uikit-react-native/commit/62f3ca0b209c5362bd335dbe22619dc053509fda)) + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 765e07814..168781b60 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.1.0", + "version": "3.1.1", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -58,10 +58,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "3.1.0", - "@sendbird/uikit-react-native-foundation": "3.1.0", + "@sendbird/uikit-chat-hooks": "3.1.1", + "@sendbird/uikit-react-native-foundation": "3.1.1", "@sendbird/uikit-tools": "^0.0.1-alpha.38", - "@sendbird/uikit-utils": "3.1.0" + "@sendbird/uikit-utils": "3.1.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 3b8938bb2..c31038310 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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) **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 a4b95ed07..f24679e94 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.1.0", + "version": "3.1.1", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -39,7 +39,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.9.8", - "@sendbird/uikit-utils": "3.1.0", + "@sendbird/uikit-utils": "3.1.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 4d6eb4eb4..7ef415990 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +### Features + +- use thumbnails if available ([62f3ca0](https://github.com/sendbird/sendbird-uikit-react-native/commit/62f3ca0b209c5362bd335dbe22619dc053509fda)) + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) ### Bug Fixes diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 56b4033e0..624c5c011 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.1.0", + "version": "3.1.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 de9d49b85..ec34f7260 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.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 1f88be9ed..2eac7a83f 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.1.0", + "version": "3.1.1", "private": true, "scripts": { "android": "concurrently 'yarn start' 'react-native run-android'",