diff --git a/CHANGELOG.md b/CHANGELOG.md index c7be934c..56b7fd84 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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +### Features + +- add support for expo-video and expo-audio for Expo SDK 54 ([39c07ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/39c07ca1410ec064c703ca73646217db98b82556)) + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) ### Features diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 9a10ec8f..a4883ef5 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,5 +1,5 @@ -## v3.11.0 +## v3.11.1 ### Features -- add react-native-nitro-sound for React Native 0.81 support +- add support for expo-video and expo-audio for Expo SDK 54 diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 857b5245..6fd6ad61 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +### Features + +- add support for expo-video and expo-audio for Expo SDK 54 ([39c07ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/39c07ca1410ec064c703ca73646217db98b82556)) + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) ### Features diff --git a/docs-validation/package.json b/docs-validation/package.json index 52c526f4..7fa71969 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.11.0", + "version": "3.11.1", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 1c5e9dfe..d2eb2c03 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.11.0", + "version": "3.11.1", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 9d8591e7..eb36a825 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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) **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 61d03eee..cf14fec8 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.11.0", + "version": "3.11.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.11.0" + "@sendbird/uikit-utils": "3.11.1" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.11.0", + "@sendbird/uikit-testing-tools": "3.11.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 db2a43a3..2c874f6d 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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) **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 c30baf5b..381e35c6 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.11.0", + "version": "3.11.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.11.0" + "@sendbird/uikit-utils": "3.11.1" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 85737bb6..e6938d36 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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +### Features + +- add support for expo-video and expo-audio for Expo SDK 54 ([39c07ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/39c07ca1410ec064c703ca73646217db98b82556)) + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) ### Features diff --git a/packages/uikit-react-native/README.md b/packages/uikit-react-native/README.md index 0f62fb83..3d69e1b3 100644 --- a/packages/uikit-react-native/README.md +++ b/packages/uikit-react-native/README.md @@ -213,7 +213,8 @@ expo install expo-image-picker \ expo-file-system \ expo-clipboard \ expo-notifications \ - expo-av \ + expo-audio \ + expo-video \ expo-video-thumbnails \ expo-image-manipulator ``` @@ -225,7 +226,8 @@ import * as ExpoFS from 'expo-file-system'; import * as ExpoImagePicker from 'expo-image-picker'; import * as ExpoMediaLibrary from 'expo-media-library'; import * as ExpoNotifications from 'expo-notifications'; -import * as ExpoAV from 'expo-av'; +import * as ExpoAudio from 'expo-audio'; +import * as ExpoVideo from 'expo-video'; import * as ExpoVideoThumbnail from 'expo-video-thumbnails'; import * as ExpoImageManipulator from 'expo-image-manipulator'; @@ -239,16 +241,16 @@ const expoPlatformServices = { documentPickerModule: ExpoDocumentPicker, }), media: createExpoMediaService({ - avModule: ExpoAV, + avModule: ExpoVideo, thumbnailModule: ExpoVideoThumbnail, imageManipulator: ExpoImageManipulator, fsModule: ExpoFS, }), player: createExpoPlayerService({ - avModule: ExpoAV, + avModule: ExpoAudio, }), recorder: createExpoRecorderService({ - avModule: ExpoAV, + avModule: ExpoAudio, }), }; ``` diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 703d9b1b..c98e4b1c 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.11.0", + "version": "3.11.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.11.0", - "@sendbird/uikit-react-native-foundation": "3.11.0", + "@sendbird/uikit-chat-hooks": "3.11.1", + "@sendbird/uikit-react-native-foundation": "3.11.1", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.11.0" + "@sendbird/uikit-utils": "3.11.1" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", @@ -78,9 +78,8 @@ "@types/react-native": "*", "date-fns": ">=2.28.0", "expo": "^54.0.12", - "expo-av": "^13.2.1", "expo-audio": "^1.0.13", - "expo-video": "^3.0.11", + "expo-av": "^13.2.1", "expo-clipboard": "^4.1.2", "expo-document-picker": "^11.5.3", "expo-file-system": "^15.2.2", @@ -88,6 +87,7 @@ "expo-image-picker": "^14.1.1", "expo-media-library": "^16.0.0", "expo-notifications": "^0.18.1", + "expo-video": "^3.0.11", "expo-video-thumbnails": "^7.2.1", "glob": "^7.2.0", "inquirer": "^8.2.0", @@ -120,9 +120,8 @@ "@sendbird/react-native-scrollview-enhancer": "*", "@sendbird/uikit-tools": ">=0.0.10", "date-fns": ">=2.28.0", - "expo-av": ">=12.0.4", "expo-audio": ">=1.0.0", - "expo-video": ">=3.0.0", + "expo-av": ">=12.0.4", "expo-clipboard": ">=2.1.1", "expo-document-picker": ">=10.1.3", "expo-file-system": ">=13.1.4", @@ -130,6 +129,7 @@ "expo-image-picker": ">=12.0.2", "expo-media-library": ">=16.0.0", "expo-notifications": ">=0.14.1", + "expo-video": ">=3.0.0", "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 83e67066..bb76c9d9 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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) **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 d417dace..ceefa8e7 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.11.0", + "version": "3.11.1", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.19.2", - "@sendbird/uikit-utils": "3.11.0", + "@sendbird/uikit-utils": "3.11.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 6bfeec2e..4c354668 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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 158f3d58..d9ecceec 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.11.0", + "version": "3.11.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 1670ad9b..38a83ba0 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.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) ### Features diff --git a/sample/package.json b/sample/package.json index 33aa7837..4dc95176 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.11.0", + "version": "3.11.1", "private": true, "scripts": { "android": "react-native run-android",