Skip to content

Commit 51d3998

Browse files
chore(release): release packages v3.7.0
1 parent 2b63f76 commit 51d3998

File tree

16 files changed

+70
-15
lines changed

16 files changed

+70
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- support mmkv storage and deprecate a async storage ([ffbb8fc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ffbb8fcc0434f914355cb28a9d522c6e276a6f7c))
11+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
12+
613
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
714

815
### Features

docs-validation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- support mmkv storage and deprecate a async storage ([ffbb8fc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ffbb8fcc0434f914355cb28a9d522c6e276a6f7c))
11+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
12+
613
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
714

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

docs-validation/package.json

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

lerna.json

Lines changed: 1 addition & 1 deletion
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.6.0",
5+
"version": "3.7.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- support mmkv storage and deprecate a async storage ([ffbb8fc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ffbb8fcc0434f914355cb28a9d522c6e276a6f7c))
11+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
12+
613
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
714

815
### Features

packages/uikit-chat-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
55
"keywords": [
66
"sendbird",
@@ -45,10 +45,10 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@sendbird/uikit-utils": "3.6.0"
48+
"@sendbird/uikit-utils": "3.7.0"
4949
},
5050
"devDependencies": {
51-
"@sendbird/uikit-testing-tools": "3.6.0",
51+
"@sendbird/uikit-testing-tools": "3.7.0",
5252
"@types/react": "*",
5353
"react": "18.2.0",
5454
"react-native-builder-bob": "^0.18.0",

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

Lines changed: 6 additions & 0 deletions
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
11+
612
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
713

814
### Features

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native-foundation",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "A foundational UI kit for building chat-enabled React Native apps.",
55
"keywords": [
66
"sendbird",
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@sendbird/uikit-utils": "3.6.0"
51+
"@sendbird/uikit-utils": "3.7.0"
5252
},
5353
"devDependencies": {
5454
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- support mmkv storage and deprecate a async storage ([ffbb8fc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ffbb8fcc0434f914355cb28a9d522c6e276a6f7c))
11+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
12+
613
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
714

815
### Features

packages/uikit-react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
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",
@@ -60,10 +60,10 @@
6060
},
6161
"dependencies": {
6262
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
63-
"@sendbird/uikit-chat-hooks": "3.6.0",
64-
"@sendbird/uikit-react-native-foundation": "3.6.0",
63+
"@sendbird/uikit-chat-hooks": "3.7.0",
64+
"@sendbird/uikit-react-native-foundation": "3.7.0",
6565
"@sendbird/uikit-tools": "0.0.1-alpha.77",
66-
"@sendbird/uikit-utils": "3.6.0"
66+
"@sendbird/uikit-utils": "3.7.0"
6767
},
6868
"devDependencies": {
6969
"@bam.tech/react-native-image-resizer": "^3.0.4",

packages/uikit-testing-tools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- support mmkv storage and deprecate a async storage ([ffbb8fc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ffbb8fcc0434f914355cb28a9d522c6e276a6f7c))
11+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
12+
613
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
714

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

packages/uikit-testing-tools/package.json

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

packages/uikit-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- support mmkv storage and deprecate a async storage ([ffbb8fc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ffbb8fcc0434f914355cb28a9d522c6e276a6f7c))
11+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
12+
613
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
714

815
### Features

packages/uikit-utils/package.json

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

sample/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.6.0...v3.7.0) (2024-08-08)
7+
8+
### Features
9+
10+
- support mmkv storage and deprecate a async storage ([ffbb8fc](https://github.com/sendbird/sendbird-uikit-react-native/commit/ffbb8fcc0434f914355cb28a9d522c6e276a6f7c))
11+
- updated sample React version to 0.74.3 ([0e32587](https://github.com/sendbird/sendbird-uikit-react-native/commit/0e32587b51b07b160c72d393e044fb6532867d1f))
12+
613
## [3.6.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.5.4...v3.6.0) (2024-07-09)
714

815
### Features

sample/package.json

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

0 commit comments

Comments
 (0)