Skip to content

Commit 1ff295c

Browse files
committed
chore(release): release packages v3.1.0
1 parent ffb43df commit 1ff295c

File tree

16 files changed

+70
-15
lines changed

16 files changed

+70
-15
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)
7+
8+
### Features
9+
10+
- add video thumbnail component ([e702155](https://github.com/sendbird/sendbird-uikit-react-native/commit/e7021559b1bb08d17710c8889a467fd87a1f1395))
11+
- **UIKIT-4240:** implement basic quote reply logic ([#103](https://github.com/sendbird/sendbird-uikit-react-native/issues/103)) ([b4add0e](https://github.com/sendbird/sendbird-uikit-react-native/commit/b4add0eba112c3cde32f893c63812dbffd48a530))
12+
- **UIKIT-4240:** implement basic quote reply logic ([#103](https://github.com/sendbird/sendbird-uikit-react-native/issues/103)) ([2202e3b](https://github.com/sendbird/sendbird-uikit-react-native/commit/2202e3b0f3f034f95815d3cd3fbcfbfcd864462a))
13+
14+
### Bug Fixes
15+
16+
- add exception handling for unreachable parent message ([9df42be](https://github.com/sendbird/sendbird-uikit-react-native/commit/9df42be2e9e725834e31e63472bbff5f35adb75a))
17+
- add exception handling for unreachable parent message ([e1b5330](https://github.com/sendbird/sendbird-uikit-react-native/commit/e1b533044064f7a68545ae2f32b448e54cbc7415))
18+
- unsent messages should be shown first of the message list ([3a4544e](https://github.com/sendbird/sendbird-uikit-react-native/commit/3a4544e1006cd4b9ac13c62aebc63572453fb496))
19+
620
## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
721

822
### Features

docs-validation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)
7+
8+
**Note:** Version bump only for package @sendbird/docs-validation
9+
610
## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
711

812
**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.0.4",
3+
"version": "3.1.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.0.4",
5+
"version": "3.1.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)
7+
8+
### Features
9+
10+
- **UIKIT-4240:** implement basic quote reply logic ([#103](https://github.com/sendbird/sendbird-uikit-react-native/issues/103)) ([b4add0e](https://github.com/sendbird/sendbird-uikit-react-native/commit/b4add0eba112c3cde32f893c63812dbffd48a530))
11+
612
## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
713

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

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.0.4",
3+
"version": "3.1.0",
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.4"
47+
"@sendbird/uikit-utils": "3.1.0"
4848
},
4949
"devDependencies": {
50-
"@sendbird/uikit-testing-tools": "3.0.4",
50+
"@sendbird/uikit-testing-tools": "3.1.0",
5151
"@types/react": "*",
5252
"react": "17.0.2",
5353
"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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)
7+
8+
### Features
9+
10+
- add video thumbnail component ([e702155](https://github.com/sendbird/sendbird-uikit-react-native/commit/e7021559b1bb08d17710c8889a467fd87a1f1395))
11+
612
## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
713

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

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.0.4",
3+
"version": "3.1.0",
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.4"
50+
"@sendbird/uikit-utils": "3.1.0"
5151
},
5252
"devDependencies": {
5353
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)
7+
8+
### Features
9+
10+
- add video thumbnail component ([e702155](https://github.com/sendbird/sendbird-uikit-react-native/commit/e7021559b1bb08d17710c8889a467fd87a1f1395))
11+
- **UIKIT-4240:** implement basic quote reply logic ([#103](https://github.com/sendbird/sendbird-uikit-react-native/issues/103)) ([b4add0e](https://github.com/sendbird/sendbird-uikit-react-native/commit/b4add0eba112c3cde32f893c63812dbffd48a530))
12+
13+
### Bug Fixes
14+
15+
- add exception handling for unreachable parent message ([9df42be](https://github.com/sendbird/sendbird-uikit-react-native/commit/9df42be2e9e725834e31e63472bbff5f35adb75a))
16+
617
## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
718

819
### 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.0.4",
3+
"version": "3.1.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",
@@ -58,10 +58,10 @@
5858
"access": "public"
5959
},
6060
"dependencies": {
61-
"@sendbird/uikit-chat-hooks": "3.0.4",
62-
"@sendbird/uikit-react-native-foundation": "3.0.4",
61+
"@sendbird/uikit-chat-hooks": "3.1.0",
62+
"@sendbird/uikit-react-native-foundation": "3.1.0",
6363
"@sendbird/uikit-tools": "^0.0.1-alpha.38",
64-
"@sendbird/uikit-utils": "3.0.4"
64+
"@sendbird/uikit-utils": "3.1.0"
6565
},
6666
"devDependencies": {
6767
"@bam.tech/react-native-image-resizer": "^3.0.4",

0 commit comments

Comments
 (0)