diff --git a/CHANGELOG.md b/CHANGELOG.md index e48e0d74..d4f489a2 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +### Features + +- update zoomable view dependency and refactor zoomProps handling ([167cee2](https://github.com/sendbird/sendbird-uikit-react-native/commit/167cee218ce49d8d36b9270daebe6d31835ad34e)) + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) ### Features diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index e4e083d0..f98316a5 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,6 +1,4 @@ -## v3.11.3 +## v3.11.4 -### Features -- support expo-file-system in expo 54 or higher -- support MMKV version 4.0 or higher -- add exports field in package.json for module resolution +### Improvements +- update zoomable view dependency and refactor zoomProps handling diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 1013829b..7827e49b 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.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index b4a8faa3..bbcb3e23 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.11.3", + "version": "3.11.4", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", @@ -34,6 +34,7 @@ "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/eslint-config": "^2.0.0", + "@react-native/babel-preset": "0.82.1", "@types/jest": "^29.4.0", "@types/react": "*", "@types/react-native": "*", @@ -43,7 +44,6 @@ "babel-loader": "^8.2.3", "eslint": "^8.52.0", "jest": "^29.4.3", - "@react-native/babel-preset": "0.82.1", "react-dom": "18.2.0", "react-test-renderer": "19.1.1", "typescript": "5.8.3" diff --git a/lerna.json b/lerna.json index 17fedba1..1d908033 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.11.3", + "version": "3.11.4", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index d8e96340..cd5e2085 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) **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 624ccb8f..48f7780d 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.3", + "version": "3.11.4", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.3" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.11.3", + "@sendbird/uikit-testing-tools": "3.11.4", "@types/react": "*", "react": "19.1.1", "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 ce5810d4..96a38cf9 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) **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 1ede8d70..741437fc 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.3", + "version": "3.11.4", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.3" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index b8adecfb..1abfb776 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +### Features + +- update zoomable view dependency and refactor zoomProps handling ([167cee2](https://github.com/sendbird/sendbird-uikit-react-native/commit/167cee218ce49d8d36b9270daebe6d31835ad34e)) + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 4123f902..29536efc 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.3", + "version": "3.11.4", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.11.3", - "@sendbird/uikit-react-native-foundation": "3.11.3", + "@sendbird/uikit-chat-hooks": "3.11.4", + "@sendbird/uikit-react-native-foundation": "3.11.4", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.11.3" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 3f3cfc5e..88f18b38 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) **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 e9957ba3..1f2e8310 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.3", + "version": "3.11.4", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.11.3", + "@sendbird/uikit-utils": "3.11.4", "@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 5a56d8b7..37b16e96 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index e8e1e6a2..8a393c37 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.11.3", + "version": "3.11.4", "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 aba0898c..d0b6eb76 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index d095b685..004e63c3 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.11.3", + "version": "3.11.4", "private": true, "scripts": { "android": "react-native run-android",