Skip to content

Commit

Permalink
chore(release): release packages v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 11, 2023
1 parent ffb43df commit 1ff295c
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 15 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

### Features

- add video thumbnail component ([e702155](https://github.com/sendbird/sendbird-uikit-react-native/commit/e7021559b1bb08d17710c8889a467fd87a1f1395))
- **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))
- **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))

### Bug Fixes

- add exception handling for unreachable parent message ([9df42be](https://github.com/sendbird/sendbird-uikit-react-native/commit/9df42be2e9e725834e31e63472bbff5f35adb75a))
- add exception handling for unreachable parent message ([e1b5330](https://github.com/sendbird/sendbird-uikit-react-native/commit/e1b533044064f7a68545ae2f32b448e54cbc7415))
- unsent messages should be shown first of the message list ([3a4544e](https://github.com/sendbird/sendbird-uikit-react-native/commit/3a4544e1006cd4b9ac13c62aebc63572453fb496))

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

### Features
Expand Down
4 changes: 4 additions & 0 deletions docs-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

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

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

**Note:** Version bump only for package @sendbird/docs-validation
Expand Down
2 changes: 1 addition & 1 deletion docs-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/docs-validation",
"version": "3.0.4",
"version": "3.1.0",
"private": true,
"scripts": {
"test": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*", "sample", "docs-validation"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.4",
"version": "3.1.0",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/uikit-chat-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

### Features

- **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))

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

**Note:** Version bump only for package @sendbird/uikit-chat-hooks
Expand Down
6 changes: 3 additions & 3 deletions packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-chat-hooks",
"version": "3.0.4",
"version": "3.1.0",
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -44,10 +44,10 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.0.4"
"@sendbird/uikit-utils": "3.1.0"
},
"devDependencies": {
"@sendbird/uikit-testing-tools": "3.0.4",
"@sendbird/uikit-testing-tools": "3.1.0",
"@types/react": "*",
"react": "17.0.2",
"react-native-builder-bob": "^0.18.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

### Features

- add video thumbnail component ([e702155](https://github.com/sendbird/sendbird-uikit-react-native/commit/e7021559b1bb08d17710c8889a467fd87a1f1395))

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-foundation",
"version": "3.0.4",
"version": "3.1.0",
"description": "A foundational UI kit for building chat-enabled React Native apps.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -47,7 +47,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.0.4"
"@sendbird/uikit-utils": "3.1.0"
},
"devDependencies": {
"@types/react": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

### Features

- add video thumbnail component ([e702155](https://github.com/sendbird/sendbird-uikit-react-native/commit/e7021559b1bb08d17710c8889a467fd87a1f1395))
- **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))

### Bug Fixes

- add exception handling for unreachable parent message ([9df42be](https://github.com/sendbird/sendbird-uikit-react-native/commit/9df42be2e9e725834e31e63472bbff5f35adb75a))

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native",
"version": "3.0.4",
"version": "3.1.0",
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -58,10 +58,10 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-chat-hooks": "3.0.4",
"@sendbird/uikit-react-native-foundation": "3.0.4",
"@sendbird/uikit-chat-hooks": "3.1.0",
"@sendbird/uikit-react-native-foundation": "3.1.0",
"@sendbird/uikit-tools": "^0.0.1-alpha.38",
"@sendbird/uikit-utils": "3.0.4"
"@sendbird/uikit-utils": "3.1.0"
},
"devDependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/uikit-testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

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

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

**Note:** Version bump only for package @sendbird/uikit-testing-tools
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-testing-tools",
"version": "3.0.4",
"version": "3.1.0",
"private": true,
"description": "UIKit testing tools",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@sendbird/chat": "^4.9.8",
"@sendbird/uikit-utils": "3.0.4",
"@sendbird/uikit-utils": "3.1.0",
"@types/jest": "^29.4.0",
"@types/react": "*",
"@types/react-native": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

### Bug Fixes

- unsent messages should be shown first of the message list ([3a4544e](https://github.com/sendbird/sendbird-uikit-react-native/commit/3a4544e1006cd4b9ac13c62aebc63572453fb496))

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
"version": "3.0.4",
"version": "3.1.0",
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
"keywords": [
"sendbird",
Expand Down
4 changes: 4 additions & 0 deletions sample/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.4...v3.1.0) (2023-08-11)

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

## [3.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)

**Note:** Version bump only for package @sendbird/uikit-sample-cli
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-sample-cli",
"version": "3.0.4",
"version": "3.1.0",
"private": true,
"scripts": {
"android": "concurrently 'yarn start' 'react-native run-android'",
Expand Down

0 comments on commit 1ff295c

Please sign in to comment.