diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb8b940a9..6c042d09d 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+### Bug Fixes
+
+- remove conditional hooks even if they depend on an unchanging value. ([d61e137](https://github.com/sendbird/sendbird-uikit-react-native/commit/d61e13790fc8e5ec50d430d423b66f1f2d9240fe))
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
### Bug Fixes
diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md
index 7057b2080..0a7539a63 100644
--- a/CHANGELOG_DRAFT.md
+++ b/CHANGELOG_DRAFT.md
@@ -1,22 +1,4 @@
-## v3.4.1
+## v3.4.2
-- Added `channelListQueryParams` prop to `GroupChannelListFragment`. It allows you to set the query parameters for the channel list. (`collectionCreator` is deprecated and replaced by `channelListQueryParams`)
- - ```tsx
-
- ```
-- Added `messageListQueryParams` prop to `GroupChannelFragment`. It allows you to set the query parameters for the message list. (`collectionCreator` is deprecated and replaced by `messageListQueryParams`)
- - ```tsx
-
- ```
-- Fixed an issue where a type error occurred in the `CommonComponent`. It used `React.ComponentType` instead of the function structure.
+- Removed conditional hooks even if they depend on an unchanging value.
+- Fixed an issue with the `sdk` type in the `useSendbirdChat()` hook.
diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md
index 476bb4d65..a44a3d3ed 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+**Note:** Version bump only for package @sendbird/docs-validation
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
**Note:** Version bump only for package @sendbird/docs-validation
diff --git a/docs-validation/package.json b/docs-validation/package.json
index e148ea3c6..406aa605f 100644
--- a/docs-validation/package.json
+++ b/docs-validation/package.json
@@ -1,6 +1,6 @@
{
"name": "@sendbird/docs-validation",
- "version": "3.4.1",
+ "version": "3.4.2",
"private": true,
"scripts": {
"test": "tsc --project tsconfig.build.json",
diff --git a/lerna.json b/lerna.json
index 90f77fb9e..f2f50a732 100644
--- a/lerna.json
+++ b/lerna.json
@@ -2,7 +2,7 @@
"packages": ["packages/*", "sample", "docs-validation"],
"npmClient": "yarn",
"useWorkspaces": true,
- "version": "3.4.1",
+ "version": "3.4.2",
"command": {
"publish": {
"conventionalCommits": true,
diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md
index a21e385c6..42e9f3313 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+**Note:** Version bump only for package @sendbird/uikit-chat-hooks
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
**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 d68028888..15e3fd756 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.4.1",
+ "version": "3.4.2",
"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.4.1"
+ "@sendbird/uikit-utils": "3.4.2"
},
"devDependencies": {
- "@sendbird/uikit-testing-tools": "3.4.1",
+ "@sendbird/uikit-testing-tools": "3.4.2",
"@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 c8c2ae56b..fe4923a5a 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
**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 f3a19f9cd..498fa3c14 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.4.1",
+ "version": "3.4.2",
"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.4.1"
+ "@sendbird/uikit-utils": "3.4.2"
},
"devDependencies": {
"@types/react": "*",
diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md
index 83e834392..e4822bb0a 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+### Bug Fixes
+
+- remove conditional hooks even if they depend on an unchanging value. ([d61e137](https://github.com/sendbird/sendbird-uikit-react-native/commit/d61e13790fc8e5ec50d430d423b66f1f2d9240fe))
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
### Bug Fixes
diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json
index 4157e06fe..e3b42fdb5 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.4.1",
+ "version": "3.4.2",
"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.4.1",
- "@sendbird/uikit-react-native-foundation": "3.4.1",
+ "@sendbird/uikit-chat-hooks": "3.4.2",
+ "@sendbird/uikit-react-native-foundation": "3.4.2",
"@sendbird/uikit-tools": "0.0.1-alpha.58",
- "@sendbird/uikit-utils": "3.4.1"
+ "@sendbird/uikit-utils": "3.4.2"
},
"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 2d464f858..75bd42c1a 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+**Note:** Version bump only for package @sendbird/uikit-testing-tools
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
**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 a293d6852..6d1c38489 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.4.1",
+ "version": "3.4.2",
"private": true,
"description": "UIKit testing tools",
"keywords": [
@@ -40,7 +40,7 @@
},
"devDependencies": {
"@sendbird/chat": "^4.10.7",
- "@sendbird/uikit-utils": "3.4.1",
+ "@sendbird/uikit-utils": "3.4.2",
"@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 9f7f6036a..74c114bf0 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+**Note:** Version bump only for package @sendbird/uikit-utils
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
**Note:** Version bump only for package @sendbird/uikit-utils
diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json
index 93f7a218b..828d99002 100644
--- a/packages/uikit-utils/package.json
+++ b/packages/uikit-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
- "version": "3.4.1",
+ "version": "3.4.2",
"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 37e40d34a..007310bb9 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.4.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.1...v3.4.2) (2024-03-06)
+
+**Note:** Version bump only for package @sendbird/uikit-sample-cli
+
## [3.4.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.4.0...v3.4.1) (2024-02-06)
**Note:** Version bump only for package @sendbird/uikit-sample-cli
diff --git a/sample/package.json b/sample/package.json
index b41a3c8d9..08765485f 100644
--- a/sample/package.json
+++ b/sample/package.json
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-sample-cli",
- "version": "3.4.1",
+ "version": "3.4.2",
"private": true,
"scripts": {
"android": "concurrently 'yarn start' 'react-native run-android'",