Skip to content

Commit 2fb2eee

Browse files
committed
chore(release): release packages v3.0.2
1 parent 2bbd36c commit 2fb2eee

File tree

16 files changed

+51
-15
lines changed

16 files changed

+51
-15
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
### Bug Fixes
9+
10+
- revert "fix: do not use scrollview enhancer if the platform is not android (ff48e36)" ([907b09e](https://github.com/sendbird/sendbird-uikit-react-native/commit/907b09e3a71821b5d47e24d28e3ef429982a2f9b))
11+
612
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
713

814
### Bug Fixes

docs-validation/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
**Note:** Version bump only for package @sendbird/docs-validation
9+
610
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
711

812
**Note:** Version bump only for package @sendbird/docs-validation

docs-validation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/docs-validation",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*", "sample", "docs-validation"],
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "3.0.1",
5+
"version": "3.0.2",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
711

812
**Note:** Version bump only for package @sendbird/uikit-chat-hooks

packages/uikit-chat-hooks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
55
"keywords": [
66
"sendbird",
@@ -44,10 +44,10 @@
4444
"access": "public"
4545
},
4646
"dependencies": {
47-
"@sendbird/uikit-utils": "3.0.1"
47+
"@sendbird/uikit-utils": "3.0.2"
4848
},
4949
"devDependencies": {
50-
"@sendbird/uikit-testing-tools": "3.0.1",
50+
"@sendbird/uikit-testing-tools": "3.0.2",
5151
"@types/react": "*",
5252
"react": "17.0.2",
5353
"react-native-builder-bob": "^0.18.0",

packages/uikit-react-native-foundation/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
711

812
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation

packages/uikit-react-native-foundation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native-foundation",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A foundational UI kit for building chat-enabled React Native apps.",
55
"keywords": [
66
"sendbird",
@@ -47,7 +47,7 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@sendbird/uikit-utils": "3.0.1"
50+
"@sendbird/uikit-utils": "3.0.2"
5151
},
5252
"devDependencies": {
5353
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
### Bug Fixes
9+
10+
- revert "fix: do not use scrollview enhancer if the platform is not android (ff48e36)" ([907b09e](https://github.com/sendbird/sendbird-uikit-react-native/commit/907b09e3a71821b5d47e24d28e3ef429982a2f9b))
11+
612
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
713

814
### Bug Fixes

packages/uikit-react-native/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",
@@ -58,10 +58,10 @@
5858
"access": "public"
5959
},
6060
"dependencies": {
61-
"@sendbird/uikit-chat-hooks": "3.0.1",
62-
"@sendbird/uikit-react-native-foundation": "3.0.1",
61+
"@sendbird/uikit-chat-hooks": "3.0.2",
62+
"@sendbird/uikit-react-native-foundation": "3.0.2",
6363
"@sendbird/uikit-tools": "^0.0.1-alpha.38",
64-
"@sendbird/uikit-utils": "3.0.1"
64+
"@sendbird/uikit-utils": "3.0.2"
6565
},
6666
"devDependencies": {
6767
"@bam.tech/react-native-image-resizer": "^3.0.4",

packages/uikit-testing-tools/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-testing-tools
9+
610
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
711

812
**Note:** Version bump only for package @sendbird/uikit-testing-tools

packages/uikit-testing-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-testing-tools",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"description": "UIKit testing tools",
66
"keywords": [
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@sendbird/chat": "^4.9.2",
43-
"@sendbird/uikit-utils": "3.0.1",
43+
"@sendbird/uikit-utils": "3.0.2",
4444
"@types/jest": "^29.4.0",
4545
"@types/react": "*",
4646
"@types/react-native": "*",

packages/uikit-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-utils
9+
610
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
711

812
**Note:** Version bump only for package @sendbird/uikit-utils

packages/uikit-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-utils",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
55
"keywords": [
66
"sendbird",

sample/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.1...v3.0.2) (2023-07-10)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-sample-cli
9+
610
## [3.0.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.0...v3.0.1) (2023-07-04)
711

812
**Note:** Version bump only for package @sendbird/uikit-sample-cli

sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-sample-cli",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"scripts": {
66
"android": "concurrently 'yarn start' 'react-native run-android'",

0 commit comments

Comments
 (0)