File tree Expand file tree Collapse file tree 10 files changed +77
-10
lines changed
uikit-react-native-foundation Expand file tree Collapse file tree 10 files changed +77
-10
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
+ ## [ 1.1.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.0...v1.1.1 ) (2022-09-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** chat-hooks:** added useMessageOutgoingStatus hook ([ f3af2a7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/f3af2a7e265486a35e209d6353d2b74e7b2c3cba ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * added missing collectionCreator prop to GroupChannelListFragment ([ d06d60e] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/d06d60e76639eb1f68bfef8d63ed1f79e1d3069d ) )
17
+ * ** chat-hooks:** respect the order of group channel collection and query. ([ 913875d] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/913875db138518fd03648074fe959617ae67b791 ) )
18
+
19
+
20
+
6
21
## [ 1.1.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.2...v1.1.0 ) (2022-08-31)
7
22
8
23
Original file line number Diff line number Diff line change 5
5
],
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
- "version" : " 1.1.0 " ,
8
+ "version" : " 1.1.1 " ,
9
9
"command" : {
10
10
"publish" : {
11
11
"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
+ ## [ 1.1.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.0...v1.1.1 ) (2022-09-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** chat-hooks:** added useMessageOutgoingStatus hook ([ f3af2a7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/f3af2a7e265486a35e209d6353d2b74e7b2c3cba ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * added missing collectionCreator prop to GroupChannelListFragment ([ d06d60e] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/d06d60e76639eb1f68bfef8d63ed1f79e1d3069d ) )
17
+ * ** chat-hooks:** respect the order of group channel collection and query. ([ 913875d] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/913875db138518fd03648074fe959617ae67b791 ) )
18
+
19
+
20
+
6
21
## [ 1.1.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.2...v1.1.0 ) (2022-08-31)
7
22
8
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-chat-hooks" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.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" : " 1.1.0 "
41
+ "@sendbird/uikit-utils" : " 1.1.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
+ ## [ 1.1.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.0...v1.1.1 ) (2022-09-14)
7
+
8
+ ** Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.1.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.2...v1.1.0 ) (2022-08-31)
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" : " 1.1.0 " ,
3
+ "version" : " 1.1.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" : " 1.1.0 "
41
+ "@sendbird/uikit-utils" : " 1.1.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
+ ## [ 1.1.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.0...v1.1.1 ) (2022-09-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** chat-hooks:** added useMessageOutgoingStatus hook ([ f3af2a7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/f3af2a7e265486a35e209d6353d2b74e7b2c3cba ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * added missing collectionCreator prop to GroupChannelListFragment ([ d06d60e] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/d06d60e76639eb1f68bfef8d63ed1f79e1d3069d ) )
17
+ * ** chat-hooks:** respect the order of group channel collection and query. ([ 913875d] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/913875db138518fd03648074fe959617ae67b791 ) )
18
+
19
+
20
+
6
21
## [ 1.1.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.2...v1.1.0 ) (2022-08-31)
7
22
8
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.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" : " 1.1.0 " ,
45
- "@sendbird/uikit-react-native-foundation" : " 1.1.0 " ,
46
- "@sendbird/uikit-utils" : " 1.1.0 "
44
+ "@sendbird/uikit-chat-hooks" : " 1.1.1 " ,
45
+ "@sendbird/uikit-react-native-foundation" : " 1.1.1 " ,
46
+ "@sendbird/uikit-utils" : " 1.1.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
+ ## [ 1.1.1] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.0...v1.1.1 ) (2022-09-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** chat-hooks:** added useMessageOutgoingStatus hook ([ f3af2a7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/f3af2a7e265486a35e209d6353d2b74e7b2c3cba ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * ** chat-hooks:** respect the order of group channel collection and query. ([ 913875d] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/913875db138518fd03648074fe959617ae67b791 ) )
17
+
18
+
19
+
6
20
## [ 1.1.0] ( https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.0.2...v1.1.0 ) (2022-08-31)
7
21
8
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-utils" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " UIKit utilities" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments