Skip to content

Commit bf8ff37

Browse files
committed
chore(release): release packages v3.0.4
1 parent fcdeb41 commit bf8ff37

File tree

16 files changed

+61
-15
lines changed

16 files changed

+61
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
7+
8+
### Features
9+
10+
- update expo-document-picker and support backward compatibility ([364f805](https://github.com/sendbird/sendbird-uikit-react-native/commit/364f805aa9c060d62eae8805121e29a5bddc3bec))
11+
12+
### Bug Fixes
13+
14+
- **utils:** extension should not contain dot in getMimeFromFileExtension ([7be3d0c](https://github.com/sendbird/sendbird-uikit-react-native/commit/7be3d0cdddff6fbfca7f2442eba9bfed8bf80357))
15+
- **utils:** getFileExtensionFromUri should return extension not a mime-type ([e2df878](https://github.com/sendbird/sendbird-uikit-react-native/commit/e2df878d5dc0946cdd0003af4e77e1aeca60ba72))
16+
- **utils:** return extension of getFileExtensionFromMime should contain dot ([85b6d18](https://github.com/sendbird/sendbird-uikit-react-native/commit/85b6d18be278e25491f9274352c12a6118ffff02))
17+
618
## [3.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.2...v3.0.3) (2023-07-11)
719

820
### Bug Fixes

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.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
7+
8+
**Note:** Version bump only for package @sendbird/docs-validation
9+
610
## [3.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.2...v3.0.3) (2023-07-11)
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.3",
3+
"version": "3.0.4",
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.3",
5+
"version": "3.0.4",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/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.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.2...v3.0.3) (2023-07-11)
711

812
**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.3",
3+
"version": "3.0.4",
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.3"
47+
"@sendbird/uikit-utils": "3.0.4"
4848
},
4949
"devDependencies": {
50-
"@sendbird/uikit-testing-tools": "3.0.3",
50+
"@sendbird/uikit-testing-tools": "3.0.4",
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: 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.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.2...v3.0.3) (2023-07-11)
711

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

packages/uikit-react-native/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.0.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.3...v3.0.4) (2023-07-13)
7+
8+
### Features
9+
10+
- update expo-document-picker and support backward compatibility ([364f805](https://github.com/sendbird/sendbird-uikit-react-native/commit/364f805aa9c060d62eae8805121e29a5bddc3bec))
11+
612
## [3.0.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.0.2...v3.0.3) (2023-07-11)
713

814
### Bug Fixes

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.3",
3+
"version": "3.0.4",
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.3",
62-
"@sendbird/uikit-react-native-foundation": "3.0.3",
61+
"@sendbird/uikit-chat-hooks": "3.0.4",
62+
"@sendbird/uikit-react-native-foundation": "3.0.4",
6363
"@sendbird/uikit-tools": "^0.0.1-alpha.38",
64-
"@sendbird/uikit-utils": "3.0.3"
64+
"@sendbird/uikit-utils": "3.0.4"
6565
},
6666
"devDependencies": {
6767
"@bam.tech/react-native-image-resizer": "^3.0.4",

0 commit comments

Comments
 (0)