diff --git a/CHANGELOG.md b/CHANGELOG.md index 11945267..444db9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0) (2023-02-09) + + +### Features + +* added image compression feature ([568b5bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21)) +* **utils:** added useSafeAreaPadding hook ([80cd9ab](https://github.com/sendbird/sendbird-uikit-react-native/commit/80cd9abea96a95cb3f51a7c8ecc87c0bbd7e104d)) + + +### Bug Fixes + +* added missing labels for permissions ([89186bd](https://github.com/sendbird/sendbird-uikit-react-native/commit/89186bd5a64573a0994495c927cd1442f0af5e80)) +* **chat-hooks:** do not clear next message when loading prev message ([6508144](https://github.com/sendbird/sendbird-uikit-react-native/commit/65081448760750f1ac61315171f29092124f147b)) +* **uikit:** fixed to useContext type compiles the correct package path ([d17ccb0](https://github.com/sendbird/sendbird-uikit-react-native/commit/d17ccb0a1a492b6ec6558e97e7d3b35021db2242)) +* **uikit:** support compatibility for removing AppState listener under 0.65 ([b122691](https://github.com/sendbird/sendbird-uikit-react-native/commit/b12269130dd5648c4afe5497957ef47832ca6672)) + + + ## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03) diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index a041bc79..cbd2323c 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0) (2023-02-09) + + +### Features + +* added image compression feature ([568b5bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21)) + + + ## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 21f94044..6d1f3f83 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "2.2.0", + "version": "2.3.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 5c1277af..643a8cea 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.2.0", + "version": "2.3.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index cb57f6b7..23fc5024 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0) (2023-02-09) + + +### Bug Fixes + +* **chat-hooks:** do not clear next message when loading prev message ([6508144](https://github.com/sendbird/sendbird-uikit-react-native/commit/65081448760750f1ac61315171f29092124f147b)) + + + ## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03) diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 97510c1b..5ae70b83 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": "2.2.0", + "version": "2.3.0", "description": "React hooks that built with SendbirdChat SDK", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "2.2.0" + "@sendbird/uikit-utils": "2.3.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index fe646898..7fa9809b 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0) (2023-02-09) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + + + + + ## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03) diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 0b0bf948..726fb7b1 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": "2.2.0", + "version": "2.3.0", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -39,7 +39,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "2.2.0" + "@sendbird/uikit-utils": "2.3.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 6c7825c4..6dd624e0 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0) (2023-02-09) + + +### Features + +* added image compression feature ([568b5bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21)) + + +### Bug Fixes + +* added missing labels for permissions ([89186bd](https://github.com/sendbird/sendbird-uikit-react-native/commit/89186bd5a64573a0994495c927cd1442f0af5e80)) +* **uikit:** fixed to useContext type compiles the correct package path ([d17ccb0](https://github.com/sendbird/sendbird-uikit-react-native/commit/d17ccb0a1a492b6ec6558e97e7d3b35021db2242)) +* **uikit:** support compatibility for removing AppState listener under 0.65 ([b122691](https://github.com/sendbird/sendbird-uikit-react-native/commit/b12269130dd5648c4afe5497957ef47832ca6672)) + + + ## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03) diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 64c243dc..c6fe3ab3 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": "2.2.0", + "version": "2.3.0", "description": "react-native-uikit", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "2.2.0", - "@sendbird/uikit-react-native-foundation": "2.2.0", - "@sendbird/uikit-utils": "2.2.0" + "@sendbird/uikit-chat-hooks": "2.3.0", + "@sendbird/uikit-react-native-foundation": "2.3.0", + "@sendbird/uikit-utils": "2.3.0" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 0c64ea1a..113bc80f 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0) (2023-02-09) + + +### Features + +* **utils:** added useSafeAreaPadding hook ([80cd9ab](https://github.com/sendbird/sendbird-uikit-react-native/commit/80cd9abea96a95cb3f51a7c8ecc87c0bbd7e104d)) + + +### Bug Fixes + +* **uikit:** support compatibility for removing AppState listener under 0.65 ([b122691](https://github.com/sendbird/sendbird-uikit-react-native/commit/b12269130dd5648c4afe5497957ef47832ca6672)) + + + ## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03) diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 53d772c6..c828f682 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "2.2.0", + "version": "2.3.0", "description": "UIKit utilities", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index 4c11d11e..81c59919 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.2.0...v2.3.0) (2023-02-09) + + +### Features + +* added image compression feature ([568b5bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/568b5bb86efa2cd1310be62207b4f2345d159d21)) + + +### Bug Fixes + +* added missing labels for permissions ([89186bd](https://github.com/sendbird/sendbird-uikit-react-native/commit/89186bd5a64573a0994495c927cd1442f0af5e80)) + + + ## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03) diff --git a/sample/package.json b/sample/package.json index ee30a3e1..c802ce45 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "2.2.0", + "version": "2.3.0", "private": true, "scripts": { "postinstall": "patch-package",