Skip to content

Commit bd7ab21

Browse files
committed
chore(release): release packages v2.2.0
1 parent 0a57723 commit bd7ab21

File tree

13 files changed

+135
-11
lines changed

13 files changed

+135
-11
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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+
## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03)
7+
8+
9+
### Features
10+
11+
* added group channel notifications fragment ([dfb891d](https://github.com/sendbird/sendbird-uikit-react-native/commit/dfb891d76e79ad33f1b184c248e0d0688add2c13))
12+
* **foundation:** added dynamic header to bottom sheet ([850cb68](https://github.com/sendbird/sendbird-uikit-react-native/commit/850cb68cca6927c4f76c682b182bbe91b688a154))
13+
* **foundation:** added mention related props to group channel preview ([507a1af](https://github.com/sendbird/sendbird-uikit-react-native/commit/507a1af747ca5190e436028c4755f5ebab685cad))
14+
* **foundation:** added reaction ui color ([5b272e5](https://github.com/sendbird/sendbird-uikit-react-native/commit/5b272e57bbec5ece4bbcdaecb88fddd5ec3759f4))
15+
* **uikit:** added emoji manager ([1cad175](https://github.com/sendbird/sendbird-uikit-react-native/commit/1cad175228c89ea995743279ddcbf6ddc0b099e8))
16+
* **uikit:** added reaction addons ([1a0db30](https://github.com/sendbird/sendbird-uikit-react-native/commit/1a0db308f517d2da280db68f2d81a743174dccfb))
17+
* **uikit:** added reaction bottom sheets ([07ae1ad](https://github.com/sendbird/sendbird-uikit-react-native/commit/07ae1ad0608ed9c28760c135fe631ced17159bb1))
18+
* **uikit:** added reaction user list bottom sheet ([e9ef7e9](https://github.com/sendbird/sendbird-uikit-react-native/commit/e9ef7e9b4715e49a41802453aae95f283917e03b))
19+
20+
21+
### Bug Fixes
22+
23+
* added missing keyExtractor to list components of modules ([4ee1108](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ee110878522e1486882285869b68ad7ec98438f))
24+
* android selection bug ([d2b4c8c](https://github.com/sendbird/sendbird-uikit-react-native/commit/d2b4c8c8b6a7216a4dedf6445daf0f951f34b4c9))
25+
* **chat-hooks:** admin message is not added via onMessagesAdded handler ([0bbb499](https://github.com/sendbird/sendbird-uikit-react-native/commit/0bbb499187ce7a4861c8738d802b0d572d79289a))
26+
* **chat-hooks:** fixed wrong error variable name in the useUserList query catch ([82c6f6f](https://github.com/sendbird/sendbird-uikit-react-native/commit/82c6f6fc612de6f8732ec5d6f602783409bc9d52))
27+
28+
29+
### Improvements
30+
31+
* update time format ([708be93](https://github.com/sendbird/sendbird-uikit-react-native/commit/708be932005f0911e63a5d77ace1cb779357beb9))
32+
33+
34+
635
## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06)
736

837

docs-validation/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03)
7+
8+
**Note:** Version bump only for package @sendbird/docs-validation
9+
10+
11+
12+
13+
614
## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06)
715

816

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": "2.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"npmClient": "yarn",
88
"useWorkspaces": true,
9-
"version": "2.1.0",
9+
"version": "2.2.0",
1010
"command": {
1111
"publish": {
1212
"conventionalCommits": true,

packages/uikit-chat-hooks/CHANGELOG.md

+16
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+
## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03)
7+
8+
9+
### Features
10+
11+
* **uikit:** added reaction addons ([1a0db30](https://github.com/sendbird/sendbird-uikit-react-native/commit/1a0db308f517d2da280db68f2d81a743174dccfb))
12+
13+
14+
### Bug Fixes
15+
16+
* added missing keyExtractor to list components of modules ([4ee1108](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ee110878522e1486882285869b68ad7ec98438f))
17+
* **chat-hooks:** admin message is not added via onMessagesAdded handler ([0bbb499](https://github.com/sendbird/sendbird-uikit-react-native/commit/0bbb499187ce7a4861c8738d802b0d572d79289a))
18+
* **chat-hooks:** fixed wrong error variable name in the useUserList query catch ([82c6f6f](https://github.com/sendbird/sendbird-uikit-react-native/commit/82c6f6fc612de6f8732ec5d6f602783409bc9d52))
19+
20+
21+
622
## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06)
723

824

packages/uikit-chat-hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "React hooks that built with SendbirdChat SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -38,7 +38,7 @@
3838
"access": "public"
3939
},
4040
"dependencies": {
41-
"@sendbird/uikit-utils": "2.1.0"
41+
"@sendbird/uikit-utils": "2.2.0"
4242
},
4343
"devDependencies": {
4444
"@types/react": "*",

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

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03)
7+
8+
9+
### Features
10+
11+
* added group channel notifications fragment ([dfb891d](https://github.com/sendbird/sendbird-uikit-react-native/commit/dfb891d76e79ad33f1b184c248e0d0688add2c13))
12+
* **foundation:** added dynamic header to bottom sheet ([850cb68](https://github.com/sendbird/sendbird-uikit-react-native/commit/850cb68cca6927c4f76c682b182bbe91b688a154))
13+
* **foundation:** added mention related props to group channel preview ([507a1af](https://github.com/sendbird/sendbird-uikit-react-native/commit/507a1af747ca5190e436028c4755f5ebab685cad))
14+
* **foundation:** added reaction ui color ([5b272e5](https://github.com/sendbird/sendbird-uikit-react-native/commit/5b272e57bbec5ece4bbcdaecb88fddd5ec3759f4))
15+
* **uikit:** added reaction addons ([1a0db30](https://github.com/sendbird/sendbird-uikit-react-native/commit/1a0db308f517d2da280db68f2d81a743174dccfb))
16+
* **uikit:** added reaction bottom sheets ([07ae1ad](https://github.com/sendbird/sendbird-uikit-react-native/commit/07ae1ad0608ed9c28760c135fe631ced17159bb1))
17+
* **uikit:** added reaction user list bottom sheet ([e9ef7e9](https://github.com/sendbird/sendbird-uikit-react-native/commit/e9ef7e9b4715e49a41802453aae95f283917e03b))
18+
19+
20+
621
## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06)
722

823

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "react-native-uikit",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@sendbird/uikit-utils": "2.1.0"
42+
"@sendbird/uikit-utils": "2.2.0"
4343
},
4444
"devDependencies": {
4545
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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+
## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03)
7+
8+
9+
### Features
10+
11+
* added group channel notifications fragment ([dfb891d](https://github.com/sendbird/sendbird-uikit-react-native/commit/dfb891d76e79ad33f1b184c248e0d0688add2c13))
12+
* **foundation:** added mention related props to group channel preview ([507a1af](https://github.com/sendbird/sendbird-uikit-react-native/commit/507a1af747ca5190e436028c4755f5ebab685cad))
13+
* **uikit:** added emoji manager ([1cad175](https://github.com/sendbird/sendbird-uikit-react-native/commit/1cad175228c89ea995743279ddcbf6ddc0b099e8))
14+
* **uikit:** added reaction addons ([1a0db30](https://github.com/sendbird/sendbird-uikit-react-native/commit/1a0db308f517d2da280db68f2d81a743174dccfb))
15+
* **uikit:** added reaction bottom sheets ([07ae1ad](https://github.com/sendbird/sendbird-uikit-react-native/commit/07ae1ad0608ed9c28760c135fe631ced17159bb1))
16+
* **uikit:** added reaction user list bottom sheet ([e9ef7e9](https://github.com/sendbird/sendbird-uikit-react-native/commit/e9ef7e9b4715e49a41802453aae95f283917e03b))
17+
18+
19+
### Bug Fixes
20+
21+
* added missing keyExtractor to list components of modules ([4ee1108](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ee110878522e1486882285869b68ad7ec98438f))
22+
* android selection bug ([d2b4c8c](https://github.com/sendbird/sendbird-uikit-react-native/commit/d2b4c8c8b6a7216a4dedf6445daf0f951f34b4c9))
23+
24+
25+
### Improvements
26+
27+
* update time format ([708be93](https://github.com/sendbird/sendbird-uikit-react-native/commit/708be932005f0911e63a5d77ace1cb779357beb9))
28+
29+
30+
631
## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06)
732

833

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "react-native-uikit",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -41,9 +41,9 @@
4141
"access": "public"
4242
},
4343
"dependencies": {
44-
"@sendbird/uikit-chat-hooks": "2.1.0",
45-
"@sendbird/uikit-react-native-foundation": "2.1.0",
46-
"@sendbird/uikit-utils": "2.1.0"
44+
"@sendbird/uikit-chat-hooks": "2.2.0",
45+
"@sendbird/uikit-react-native-foundation": "2.2.0",
46+
"@sendbird/uikit-utils": "2.2.0"
4747
},
4848
"devDependencies": {
4949
"@react-native-camera-roll/camera-roll": "^5.0.4",

packages/uikit-utils/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03)
7+
8+
9+
### Features
10+
11+
* **foundation:** added reaction ui color ([5b272e5](https://github.com/sendbird/sendbird-uikit-react-native/commit/5b272e57bbec5ece4bbcdaecb88fddd5ec3759f4))
12+
* **uikit:** added emoji manager ([1cad175](https://github.com/sendbird/sendbird-uikit-react-native/commit/1cad175228c89ea995743279ddcbf6ddc0b099e8))
13+
* **uikit:** added reaction bottom sheets ([07ae1ad](https://github.com/sendbird/sendbird-uikit-react-native/commit/07ae1ad0608ed9c28760c135fe631ced17159bb1))
14+
* **uikit:** added reaction user list bottom sheet ([e9ef7e9](https://github.com/sendbird/sendbird-uikit-react-native/commit/e9ef7e9b4715e49a41802453aae95f283917e03b))
15+
16+
17+
### Bug Fixes
18+
19+
* added missing keyExtractor to list components of modules ([4ee1108](https://github.com/sendbird/sendbird-uikit-react-native/commit/4ee110878522e1486882285869b68ad7ec98438f))
20+
21+
22+
### Improvements
23+
24+
* update time format ([708be93](https://github.com/sendbird/sendbird-uikit-react-native/commit/708be932005f0911e63a5d77ace1cb779357beb9))
25+
26+
27+
628
## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06)
729

830

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "UIKit utilities",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

sample/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [2.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.1.0...v2.2.0) (2023-01-03)
7+
8+
9+
### Features
10+
11+
* added group channel notifications fragment ([dfb891d](https://github.com/sendbird/sendbird-uikit-react-native/commit/dfb891d76e79ad33f1b184c248e0d0688add2c13))
12+
13+
14+
615
## [2.1.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.3...v2.1.0) (2022-12-06)
716

817

0 commit comments

Comments
 (0)