diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1ab63d..bc75445a 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +### Improvements + +- bump minimum expo-media-library version for android policy compliance ([71fedf0](https://github.com/sendbird/sendbird-uikit-react-native/commit/71fedf03d6980cc9a7692b7e244453f30df809c3)) + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-11) ### Features diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 6a5f311f..1c66329f 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,8 +1,5 @@ -## v3.9.0 +## v3.9.1 -### Features -- add optional support for @react-native-documents/picker -- support for react-native 0.77 or later +### Improvements +- bump minimum expo-media-library version for android policy compliance -### Bug Fixes -- resolve FlatList-related error on Metro 0.81.3 diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 29fe7031..a9585ae0 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-11) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 5f1f1c71..9e9ab374 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.9.0", + "version": "3.9.1", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 894ba4cc..7e42c9ac 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.9.0", + "version": "3.9.1", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 56d916ed..ad866dca 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-11) **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 5baa63c5..b6ad74b7 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.9.0", + "version": "3.9.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.9.0" + "@sendbird/uikit-utils": "3.9.1" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.9.0", + "@sendbird/uikit-testing-tools": "3.9.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 3c68dbae..9209ce0c 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-11) **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 087991d5..55a00d78 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.9.0", + "version": "3.9.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.9.0" + "@sendbird/uikit-utils": "3.9.1" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index d19690ce..cb965a26 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +### Improvements + +- bump minimum expo-media-library version for android policy compliance ([71fedf0](https://github.com/sendbird/sendbird-uikit-react-native/commit/71fedf03d6980cc9a7692b7e244453f30df809c3)) + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-11) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 38c5ff48..517e7199 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.9.0", + "version": "3.9.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.9.0", - "@sendbird/uikit-react-native-foundation": "3.9.0", + "@sendbird/uikit-chat-hooks": "3.9.1", + "@sendbird/uikit-react-native-foundation": "3.9.1", "@sendbird/uikit-tools": "0.0.1-alpha.77", - "@sendbird/uikit-utils": "3.9.0" + "@sendbird/uikit-utils": "3.9.1" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", @@ -120,8 +120,8 @@ "expo-file-system": ">=13.1.4", "expo-image-manipulator": ">=11.0.0", "expo-image-picker": ">=12.0.2", - "expo-notifications": ">=0.14.1", "expo-media-library": ">=16.0.0", + "expo-notifications": ">=0.14.1", "expo-video-thumbnails": ">=6.4.0", "react": ">=17.0.2", "react-native": ">=0.65.0", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 7942bfbe..1ad99ad6 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-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 ab8e7d5a..cff2ebb2 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.9.0", + "version": "3.9.1", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.16.0", - "@sendbird/uikit-utils": "3.9.0", + "@sendbird/uikit-utils": "3.9.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 a8a9ca8f..c70c3a4c 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-11) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 682c9ade..3a036153 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.9.0", + "version": "3.9.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 725202b5..e4edbb68 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.9.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.0...v3.9.1) (2025-04-15) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.9.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.6...v3.9.0) (2025-04-11) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 6a758515..5d69de9e 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.9.0", + "version": "3.9.1", "private": true, "scripts": { "android": "react-native run-android",