Skip to content

Commit dd02958

Browse files
committed
chore(release): release packages v3.2.0
1 parent 8e5c47c commit dd02958

File tree

16 files changed

+138
-15
lines changed

16 files changed

+138
-15
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03)
7+
8+
### Features
9+
10+
- add chat init params to chatOptions ([7742853](https://github.com/sendbird/sendbird-uikit-react-native/commit/7742853837959884feb1e577e4682802486efb9f))
11+
- add createRecordFilePath method to FileServiceInterface ([0b7fd40](https://github.com/sendbird/sendbird-uikit-react-native/commit/0b7fd40faaf12721dfc84cb90fdbc8040e4ea951))
12+
- add reaction.onPressUserProfile to SendbirdUIKitContainer props ([379bcce](https://github.com/sendbird/sendbird-uikit-react-native/commit/379bcce0bb4f123108bec86e6decdfe93b3c3718))
13+
- add scrollToMessage to group channel contexts ([df48e2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/df48e2c3a20abecc3577aa59748b18500c61236e))
14+
- add string set for microphone permission ([9e9c2e1](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e9c2e177932fb0ae7034cd932d2bbb7d5af9eed))
15+
- add string set for muted and frozen when sending a voice message ([0c8d1f5](https://github.com/sendbird/sendbird-uikit-react-native/commit/0c8d1f561e0a8a1685363851529a5eeff52426d3))
16+
- add voice message config to uikit container ([6f5de2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/6f5de2c7e100d08f56de58047f9e865bcfe5121e))
17+
- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a))
18+
- **foundation:** add audio icon ([366d6af](https://github.com/sendbird/sendbird-uikit-react-native/commit/366d6afc1538ae488e8aaf3ebad6daf3fc556e4e))
19+
- **foundation:** add progress bar component ([af6a2fb](https://github.com/sendbird/sendbird-uikit-react-native/commit/af6a2fb4424f99b2fc46ff8dc8e6a3f74be08c86))
20+
- **foundation:** add voice message input color set ([b94d230](https://github.com/sendbird/sendbird-uikit-react-native/commit/b94d230b6947aa2b46f59ced77e2bbb505cb5bfc))
21+
- **foundation:** implement voice file message component ([f6d90db](https://github.com/sendbird/sendbird-uikit-react-native/commit/f6d90db47dc933f607450667b4095b5926cd854d))
22+
- **foundation:** update icons ([85d7d58](https://github.com/sendbird/sendbird-uikit-react-native/commit/85d7d588b9b5b55113e2a5399d24c38c838b9d06))
23+
- implement cli player service ([b136de4](https://github.com/sendbird/sendbird-uikit-react-native/commit/b136de4ebaa32cc0651ee9a66f9598454d8adac2))
24+
- implement cli recorder service ([e05cf93](https://github.com/sendbird/sendbird-uikit-react-native/commit/e05cf93754900675dae71d2d542701488df8afdd))
25+
- implement recorder and player service for expo ([851ec0e](https://github.com/sendbird/sendbird-uikit-react-native/commit/851ec0efbff989da6becf9938dbf5a2bd8efcc69))
26+
- implement voice message input ([9e6bc75](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e6bc7551d0e28d020fc04599a833c0dd34bcd80))
27+
- implement voice message logic ([337d022](https://github.com/sendbird/sendbird-uikit-react-native/commit/337d0228fd1fc593c12d886aa8bd776d5666a4bc))
28+
29+
### Bug Fixes
30+
31+
- await onClose for voice message input before displaying permission alert ([62ef277](https://github.com/sendbird/sendbird-uikit-react-native/commit/62ef277069a057bb4e5ee6331b2bcb9320bb6c7b))
32+
- **CLNP-983:** display a message unavailable text if the message is not accessible ([e38512a](https://github.com/sendbird/sendbird-uikit-react-native/commit/e38512aeece12c32aea2c56b7a7a9ed49bc6f7bb))
33+
- **CLNP-983:** search for messages from an accessible range ([b025f7f](https://github.com/sendbird/sendbird-uikit-react-native/commit/b025f7f771e8c335101651aebb97380be9516c36))
34+
- **foundation:** fixed to use color variant in unknown group channel message ([1b8576a](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b8576aed15d651b832f2690df768210729bb4e9))
35+
- reset player and recorder if input closed with back button press ([e8e43ec](https://github.com/sendbird/sendbird-uikit-react-native/commit/e8e43ec727f9cd2483bd3a82ed00984560c983aa))
36+
- **UIKIT-4452:** uikit configuration should always be initialized ([1e539bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/1e539bbdd3ee332a0d1f7eee839d77a9972b4b4e))
37+
38+
### Improvements
39+
40+
- lift up the flatListRef to the provider and created MessageList context ([4a6efdc](https://github.com/sendbird/sendbird-uikit-react-native/commit/4a6efdcf71ce8659f1de5ea90a34be630e47df55))
41+
642
## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04)
743

844
### 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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03)
7+
8+
### Features
9+
10+
- add createRecordFilePath method to FileServiceInterface ([0b7fd40](https://github.com/sendbird/sendbird-uikit-react-native/commit/0b7fd40faaf12721dfc84cb90fdbc8040e4ea951))
11+
- implement voice message input ([9e6bc75](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e6bc7551d0e28d020fc04599a833c0dd34bcd80))
12+
613
## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04)
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.1.2",
3+
"version": "3.2.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.1.2",
5+
"version": "3.2.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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03)
7+
8+
### Features
9+
10+
- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a))
11+
612
## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04)
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.1.2",
3+
"version": "3.2.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.1.2"
48+
"@sendbird/uikit-utils": "3.2.0"
4949
},
5050
"devDependencies": {
51-
"@sendbird/uikit-testing-tools": "3.1.2",
51+
"@sendbird/uikit-testing-tools": "3.2.0",
5252
"@types/react": "*",
5353
"react": "17.0.2",
5454
"react-native-builder-bob": "^0.18.0",

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03)
7+
8+
### Features
9+
10+
- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a))
11+
- **foundation:** add audio icon ([366d6af](https://github.com/sendbird/sendbird-uikit-react-native/commit/366d6afc1538ae488e8aaf3ebad6daf3fc556e4e))
12+
- **foundation:** add progress bar component ([af6a2fb](https://github.com/sendbird/sendbird-uikit-react-native/commit/af6a2fb4424f99b2fc46ff8dc8e6a3f74be08c86))
13+
- **foundation:** add voice message input color set ([b94d230](https://github.com/sendbird/sendbird-uikit-react-native/commit/b94d230b6947aa2b46f59ced77e2bbb505cb5bfc))
14+
- **foundation:** implement voice file message component ([f6d90db](https://github.com/sendbird/sendbird-uikit-react-native/commit/f6d90db47dc933f607450667b4095b5926cd854d))
15+
- **foundation:** update icons ([85d7d58](https://github.com/sendbird/sendbird-uikit-react-native/commit/85d7d588b9b5b55113e2a5399d24c38c838b9d06))
16+
- implement voice message logic ([337d022](https://github.com/sendbird/sendbird-uikit-react-native/commit/337d0228fd1fc593c12d886aa8bd776d5666a4bc))
17+
18+
### Bug Fixes
19+
20+
- **foundation:** fixed to use color variant in unknown group channel message ([1b8576a](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b8576aed15d651b832f2690df768210729bb4e9))
21+
622
## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04)
723

824
**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.1.2",
3+
"version": "3.2.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.1.2"
51+
"@sendbird/uikit-utils": "3.2.0"
5252
},
5353
"devDependencies": {
5454
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03)
7+
8+
### Features
9+
10+
- add chat init params to chatOptions ([7742853](https://github.com/sendbird/sendbird-uikit-react-native/commit/7742853837959884feb1e577e4682802486efb9f))
11+
- add createRecordFilePath method to FileServiceInterface ([0b7fd40](https://github.com/sendbird/sendbird-uikit-react-native/commit/0b7fd40faaf12721dfc84cb90fdbc8040e4ea951))
12+
- add reaction.onPressUserProfile to SendbirdUIKitContainer props ([379bcce](https://github.com/sendbird/sendbird-uikit-react-native/commit/379bcce0bb4f123108bec86e6decdfe93b3c3718))
13+
- add scrollToMessage to group channel contexts ([df48e2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/df48e2c3a20abecc3577aa59748b18500c61236e))
14+
- add string set for microphone permission ([9e9c2e1](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e9c2e177932fb0ae7034cd932d2bbb7d5af9eed))
15+
- add string set for muted and frozen when sending a voice message ([0c8d1f5](https://github.com/sendbird/sendbird-uikit-react-native/commit/0c8d1f561e0a8a1685363851529a5eeff52426d3))
16+
- add voice message config to uikit container ([6f5de2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/6f5de2c7e100d08f56de58047f9e865bcfe5121e))
17+
- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a))
18+
- **foundation:** add progress bar component ([af6a2fb](https://github.com/sendbird/sendbird-uikit-react-native/commit/af6a2fb4424f99b2fc46ff8dc8e6a3f74be08c86))
19+
- **foundation:** add voice message input color set ([b94d230](https://github.com/sendbird/sendbird-uikit-react-native/commit/b94d230b6947aa2b46f59ced77e2bbb505cb5bfc))
20+
- implement cli player service ([b136de4](https://github.com/sendbird/sendbird-uikit-react-native/commit/b136de4ebaa32cc0651ee9a66f9598454d8adac2))
21+
- implement cli recorder service ([e05cf93](https://github.com/sendbird/sendbird-uikit-react-native/commit/e05cf93754900675dae71d2d542701488df8afdd))
22+
- implement recorder and player service for expo ([851ec0e](https://github.com/sendbird/sendbird-uikit-react-native/commit/851ec0efbff989da6becf9938dbf5a2bd8efcc69))
23+
- implement voice message input ([9e6bc75](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e6bc7551d0e28d020fc04599a833c0dd34bcd80))
24+
- implement voice message logic ([337d022](https://github.com/sendbird/sendbird-uikit-react-native/commit/337d0228fd1fc593c12d886aa8bd776d5666a4bc))
25+
26+
### Bug Fixes
27+
28+
- await onClose for voice message input before displaying permission alert ([62ef277](https://github.com/sendbird/sendbird-uikit-react-native/commit/62ef277069a057bb4e5ee6331b2bcb9320bb6c7b))
29+
- **CLNP-983:** display a message unavailable text if the message is not accessible ([e38512a](https://github.com/sendbird/sendbird-uikit-react-native/commit/e38512aeece12c32aea2c56b7a7a9ed49bc6f7bb))
30+
- **CLNP-983:** search for messages from an accessible range ([b025f7f](https://github.com/sendbird/sendbird-uikit-react-native/commit/b025f7f771e8c335101651aebb97380be9516c36))
31+
- reset player and recorder if input closed with back button press ([e8e43ec](https://github.com/sendbird/sendbird-uikit-react-native/commit/e8e43ec727f9cd2483bd3a82ed00984560c983aa))
32+
- **UIKIT-4452:** uikit configuration should always be initialized ([1e539bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/1e539bbdd3ee332a0d1f7eee839d77a9972b4b4e))
33+
34+
### Improvements
35+
36+
- lift up the flatListRef to the provider and created MessageList context ([4a6efdc](https://github.com/sendbird/sendbird-uikit-react-native/commit/4a6efdcf71ce8659f1de5ea90a34be630e47df55))
37+
638
## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04)
739

840
### 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.1.2",
3+
"version": "3.2.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",
@@ -59,10 +59,10 @@
5959
"access": "public"
6060
},
6161
"dependencies": {
62-
"@sendbird/uikit-chat-hooks": "3.1.2",
63-
"@sendbird/uikit-react-native-foundation": "3.1.2",
62+
"@sendbird/uikit-chat-hooks": "3.2.0",
63+
"@sendbird/uikit-react-native-foundation": "3.2.0",
6464
"@sendbird/uikit-tools": "^0.0.1-alpha.38",
65-
"@sendbird/uikit-utils": "3.1.2"
65+
"@sendbird/uikit-utils": "3.2.0"
6666
},
6767
"devDependencies": {
6868
"@bam.tech/react-native-image-resizer": "^3.0.4",

0 commit comments

Comments
 (0)