File tree 14 files changed +88
-12
lines changed
uikit-react-native-foundation
14 files changed +88
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.0...v2.4.1 ) (2023-03-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** uikit:** fixed connection failure due to duplicate network listener invocation on v4.6.0+ session token connection. ([ ff761f3] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/ff761f3414bb6018813561c0014ff95388827097 ) )
12
+ * ** utils:** properly retrieve file extensions from URLs that contain query parameters ([ 7401d55] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/7401d55d43e1fd0094ea459c554ea85ee48c9f2c ) )
13
+
14
+
15
+ ### Improvements
16
+
17
+ * refactored createFileService functions and utils structure ([ 5e44d4f] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/5e44d4f7a989df54f103efc67f7d18c28405426c ) )
18
+
19
+
20
+
6
21
## [ 2.4.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.3.0...v2.4.0 ) (2023-03-15)
7
22
8
23
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.0...v2.4.1 ) (2023-03-24)
7
+
8
+ ** Note:** Version bump only for package @sendbird/docs-validation
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.4.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.3.0...v2.4.0 ) (2023-03-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/docs-validation" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"test" : " tsc --project tsconfig.build.json" ,
Original file line number Diff line number Diff line change 6
6
],
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true ,
9
- "version" : " 2.4.0 " ,
9
+ "version" : " 2.4.1 " ,
10
10
"command" : {
11
11
"publish" : {
12
12
"conventionalCommits" : true ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.0...v2.4.1 ) (2023-03-24)
7
+
8
+ ** Note:** Version bump only for package @sendbird/uikit-chat-hooks
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.4.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.3.0...v2.4.0 ) (2023-03-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-chat-hooks" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " React hooks that built with SendbirdChat SDK" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
38
38
"access" : " public"
39
39
},
40
40
"dependencies" : {
41
- "@sendbird/uikit-utils" : " 2.4.0 "
41
+ "@sendbird/uikit-utils" : " 2.4.1 "
42
42
},
43
43
"devDependencies" : {
44
44
"@types/react" : " *" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.0...v2.4.1 ) (2023-03-24)
7
+
8
+ ** Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.4.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.3.0...v2.4.0 ) (2023-03-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native-foundation" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " react-native-uikit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
39
39
"access" : " public"
40
40
},
41
41
"dependencies" : {
42
- "@sendbird/uikit-utils" : " 2.4.0 "
42
+ "@sendbird/uikit-utils" : " 2.4.1 "
43
43
},
44
44
"devDependencies" : {
45
45
"@types/react" : " *" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.0...v2.4.1 ) (2023-03-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** uikit:** fixed connection failure due to duplicate network listener invocation on v4.6.0+ session token connection. ([ ff761f3] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/ff761f3414bb6018813561c0014ff95388827097 ) )
12
+
13
+
14
+ ### Improvements
15
+
16
+ * refactored createFileService functions and utils structure ([ 5e44d4f] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/5e44d4f7a989df54f103efc67f7d18c28405426c ) )
17
+
18
+
19
+
6
20
## [ 2.4.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.3.0...v2.4.0 ) (2023-03-15)
7
21
8
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " react-native-uikit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
42
42
"access" : " public"
43
43
},
44
44
"dependencies" : {
45
- "@sendbird/uikit-chat-hooks" : " 2.4.0 " ,
46
- "@sendbird/uikit-react-native-foundation" : " 2.4.0 " ,
47
- "@sendbird/uikit-utils" : " 2.4.0 "
45
+ "@sendbird/uikit-chat-hooks" : " 2.4.1 " ,
46
+ "@sendbird/uikit-react-native-foundation" : " 2.4.1 " ,
47
+ "@sendbird/uikit-utils" : " 2.4.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@bam.tech/react-native-image-resizer" : " ^3.0.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.0...v2.4.1 ) (2023-03-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** utils:** properly retrieve file extensions from URLs that contain query parameters ([ 7401d55] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/7401d55d43e1fd0094ea459c554ea85ee48c9f2c ) )
12
+
13
+
14
+ ### Improvements
15
+
16
+ * refactored createFileService functions and utils structure ([ 5e44d4f] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/5e44d4f7a989df54f103efc67f7d18c28405426c ) )
17
+
18
+
19
+
6
20
## [ 2.4.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.3.0...v2.4.0 ) (2023-03-15)
7
21
8
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-utils" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " UIKit utilities" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.0...v2.4.1 ) (2023-03-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** uikit:** fixed connection failure due to duplicate network listener invocation on v4.6.0+ session token connection. ([ ff761f3] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/ff761f3414bb6018813561c0014ff95388827097 ) )
12
+
13
+
14
+
6
15
## [ 2.4.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.3.0...v2.4.0 ) (2023-03-15)
7
16
8
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-sample-cli" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"postinstall" : " patch-package" ,
You can’t perform that action at this time.
0 commit comments