File tree Expand file tree Collapse file tree 12 files changed +64
-11
lines changed
uikit-react-native-foundation Expand file tree Collapse file tree 12 files changed +64
-11
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.0.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1 ) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** foundation:** position of toast when keyboard is up on iOS ([ bc98b4f] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bc98b4f417fc2e784276148078ca02156ef0fb14 ) )
12
+ * ** uikit:** call setBackgroundState only on background status ([ ca89ecc] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/ca89ecc7305977f584159d2cc9b25498f22f7b0b ) )
13
+
14
+
15
+
6
16
## [ 2.0.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0 ) (2022-10-11)
7
17
8
18
Original file line number Diff line number Diff line change 6
6
],
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true ,
9
- "version" : " 2.0.0 " ,
9
+ "version" : " 2.0.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.0.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1 ) (2022-10-26)
7
+
8
+ ** Note:** Version bump only for package @sendbird/uikit-chat-hooks
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0 ) (2022-10-11)
7
15
8
16
** Note:** Version bump only for package @sendbird/uikit-chat-hooks
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-chat-hooks" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.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.0.0 "
41
+ "@sendbird/uikit-utils" : " 2.0.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.0.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1 ) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** foundation:** position of toast when keyboard is up on iOS ([ bc98b4f] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bc98b4f417fc2e784276148078ca02156ef0fb14 ) )
12
+
13
+
14
+
6
15
## [ 2.0.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0 ) (2022-10-11)
7
16
8
17
** Note:** Version bump only for package @sendbird/uikit-react-native-foundation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native-foundation" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " react-native-uikit" ,
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.0.0 "
41
+ "@sendbird/uikit-utils" : " 2.0.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.0.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1 ) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** uikit:** call setBackgroundState only on background status ([ ca89ecc] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/ca89ecc7305977f584159d2cc9b25498f22f7b0b ) )
12
+
13
+
14
+
6
15
## [ 2.0.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0 ) (2022-10-11)
7
16
8
17
** Note:** Version bump only for package @sendbird/uikit-react-native
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " react-native-uikit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
41
41
"access" : " public"
42
42
},
43
43
"dependencies" : {
44
- "@sendbird/uikit-chat-hooks" : " 2.0.0 " ,
45
- "@sendbird/uikit-react-native-foundation" : " 2.0.0 " ,
46
- "@sendbird/uikit-utils" : " 2.0.0 "
44
+ "@sendbird/uikit-chat-hooks" : " 2.0.1 " ,
45
+ "@sendbird/uikit-react-native-foundation" : " 2.0.1 " ,
46
+ "@sendbird/uikit-utils" : " 2.0.1 "
47
47
},
48
48
"devDependencies" : {
49
49
"@react-native-clipboard/clipboard" : " ^1.8.5" ,
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.0.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1 ) (2022-10-26)
7
+
8
+ ** Note:** Version bump only for package @sendbird/uikit-utils
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0 ) (2022-10-11)
7
15
8
16
** Note:** Version bump only for package @sendbird/uikit-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-utils" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.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.0.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0...v2.0.1 ) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** uikit:** call setBackgroundState only on background status ([ ca89ecc] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/ca89ecc7305977f584159d2cc9b25498f22f7b0b ) )
12
+
13
+
14
+
6
15
## [ 2.0.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.0.0-rc.0...v2.0.0 ) (2022-10-11)
7
16
8
17
** Note:** Version bump only for package @sendbird/uikit-sample-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-sample-cli" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.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