File tree Expand file tree Collapse file tree 12 files changed +26
-20
lines changed
uikit-react-native-foundation Expand file tree Collapse file tree 12 files changed +26
-20
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
- ## 0.1.1 (2022-04-26)
6
+ ## 0.1.2 (2022-04-26)
7
7
8
8
9
9
### Bug Fixes
@@ -71,5 +71,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
71
71
* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
72
72
* ** sample:** added ios notification ([ 44ef9f7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2 ) )
73
73
* ** sample:** added settings ui ([ bb81801] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc ) )
74
+ * setup lerna ([ #21 ] ( https://github.com/sendbird/sendbird-uikit-react-native/issues/21 ) ) ([ 1382c42] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76 ) )
74
75
* show palette and theme colors to sample app ([ 1b0cd55] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced ) )
75
76
* ** uikit:** added message receipt ([ 9cafe11] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b ) )
Original file line number Diff line number Diff line change 5
5
],
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
- "version" : " 0.1.1 " ,
8
+ "version" : " 0.1.2 " ,
9
9
"command" : {
10
10
"publish" : {
11
11
"allowBranch" : " main" ,
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
- ## 0.1.1 (2022-04-26)
6
+ ## 0.1.2 (2022-04-26)
7
7
8
8
9
9
### Bug Fixes
@@ -31,4 +31,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
31
31
* ** foundation:** added Prompt and Input component ([ 1bc173a] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1bc173af436782a3e6fd34b0d67665d2c44f25ad ) )
32
32
* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
33
33
* ** sample:** added settings ui ([ bb81801] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc ) )
34
+ * setup lerna ([ #21 ] ( https://github.com/sendbird/sendbird-uikit-react-native/issues/21 ) ) ([ 1382c42] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76 ) )
34
35
* ** uikit:** added message receipt ([ 9cafe11] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/chat-react-hooks" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " React hooks that built with SendbirdChat SDK" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
37
37
"registry" : " https://registry.npmjs.org/"
38
38
},
39
39
"dependencies" : {
40
- "@sendbird/uikit-utils" : " 0.1.1 "
40
+ "@sendbird/uikit-utils" : " 0.1.2 "
41
41
},
42
42
"devDependencies" : {
43
43
"@types/react" : " 17.0.2" ,
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
- ## 0.1.1 (2022-04-26)
6
+ ## 0.1.2 (2022-04-26)
7
7
8
8
9
9
### Bug Fixes
@@ -39,4 +39,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
39
39
* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
40
40
* ** sample:** added ios notification ([ 44ef9f7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2 ) )
41
41
* ** sample:** added settings ui ([ bb81801] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc ) )
42
+ * setup lerna ([ #21 ] ( https://github.com/sendbird/sendbird-uikit-react-native/issues/21 ) ) ([ 1382c42] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76 ) )
42
43
* show palette and theme colors to sample app ([ 1b0cd55] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native-core" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " SendbirdUIKit Core domains for building UIKit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
39
39
"registry" : " https://registry.npmjs.org/"
40
40
},
41
41
"dependencies" : {
42
- "@sendbird/chat-react-hooks" : " 0.1.1 " ,
43
- "@sendbird/uikit-react-native-foundation" : " 0.1.1 " ,
44
- "@sendbird/uikit-utils" : " 0.1.1 "
42
+ "@sendbird/chat-react-hooks" : " 0.1.2 " ,
43
+ "@sendbird/uikit-react-native-foundation" : " 0.1.2 " ,
44
+ "@sendbird/uikit-utils" : " 0.1.2 "
45
45
},
46
46
"devDependencies" : {
47
47
"@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
- ## 0.1.1 (2022-04-26)
6
+ ## 0.1.2 (2022-04-26)
7
7
8
8
9
9
### Bug Fixes
@@ -37,3 +37,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
37
37
* ** sample:** added change profile photo ([ 74ea450] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/74ea450fc061212e3ba9d43910dbfcac96e98c89 ) )
38
38
* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
39
39
* ** sample:** added settings ui ([ bb81801] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc ) )
40
+ * setup lerna ([ #21 ] ( https://github.com/sendbird/sendbird-uikit-react-native/issues/21 ) ) ([ 1382c42] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native-foundation" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " react-native-uikit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
37
37
"registry" : " https://registry.npmjs.org/"
38
38
},
39
39
"dependencies" : {
40
- "@sendbird/uikit-utils" : " 0.1.1 "
40
+ "@sendbird/uikit-utils" : " 0.1.2 "
41
41
},
42
42
"devDependencies" : {
43
43
"@types/react" : " 17.0.2" ,
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
- ## 0.1.1 (2022-04-26)
6
+ ## 0.1.2 (2022-04-26)
7
7
8
8
9
9
### Bug Fixes
@@ -34,5 +34,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
34
34
* ** sample:** added change nickname ([ 0eceb48] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/0eceb48b4e365219906a101e7eaa167e498a87ee ) )
35
35
* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
36
36
* ** sample:** added settings ui ([ bb81801] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc ) )
37
+ * setup lerna ([ #21 ] ( https://github.com/sendbird/sendbird-uikit-react-native/issues/21 ) ) ([ 1382c42] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76 ) )
37
38
* show palette and theme colors to sample app ([ 1b0cd55] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced ) )
38
39
* ** uikit:** added message receipt ([ 9cafe11] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/9cafe11c499196851dea1861eb29bf533737261b ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-react-native" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " react-native-uikit" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
37
37
"registry" : " https://registry.npmjs.org/"
38
38
},
39
39
"dependencies" : {
40
- "@sendbird/uikit-react-native-core" : " 0.1.1 " ,
41
- "@sendbird/uikit-react-native-foundation" : " 0.1.1 " ,
42
- "@sendbird/uikit-utils" : " 0.1.1 "
40
+ "@sendbird/uikit-react-native-core" : " 0.1.2 " ,
41
+ "@sendbird/uikit-react-native-foundation" : " 0.1.2 " ,
42
+ "@sendbird/uikit-utils" : " 0.1.2 "
43
43
},
44
44
"devDependencies" : {
45
45
"@types/react" : " 17.0.2" ,
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
- ## 0.1.1 (2022-04-26)
6
+ ## 0.1.2 (2022-04-26)
7
7
8
8
9
9
### Bug Fixes
@@ -27,3 +27,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
27
* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
28
28
* ** sample:** added ios notification ([ 44ef9f7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2 ) )
29
29
* ** sample:** added settings ui ([ bb81801] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/bb818015db8aaafa5ca3b0761b20bf4f1bf1c9fc ) )
30
+ * setup lerna ([ #21 ] ( https://github.com/sendbird/sendbird-uikit-react-native/issues/21 ) ) ([ 1382c42] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1382c4286c07bcb9a3f8a8c32d757c451610cc76 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendbird/uikit-utils" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
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