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 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- ## 0.1.1 (2022-04-26)
6+ ## 0.1.2 (2022-04-26)
77
88
99### Bug Fixes
@@ -71,5 +71,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7171* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
7272* ** sample:** added ios notification ([ 44ef9f7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2 ) )
7373* ** 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 ) )
7475* show palette and theme colors to sample app ([ 1b0cd55] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced ) )
7576* ** 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 55 ],
66 "npmClient" : " yarn" ,
77 "useWorkspaces" : true ,
8- "version" : " 0.1.1 " ,
8+ "version" : " 0.1.2 " ,
99 "command" : {
1010 "publish" : {
1111 "allowBranch" : " main" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- ## 0.1.1 (2022-04-26)
6+ ## 0.1.2 (2022-04-26)
77
88
99### Bug Fixes
@@ -31,4 +31,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3131* ** foundation:** added Prompt and Input component ([ 1bc173a] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1bc173af436782a3e6fd34b0d67665d2c44f25ad ) )
3232* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
3333* ** 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 ) )
3435* ** 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 11{
22 "name" : " @sendbird/chat-react-hooks" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " React hooks that built with SendbirdChat SDK" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
3737 "registry" : " https://registry.npmjs.org/"
3838 },
3939 "dependencies" : {
40- "@sendbird/uikit-utils" : " 0.1.1 "
40+ "@sendbird/uikit-utils" : " 0.1.2 "
4141 },
4242 "devDependencies" : {
4343 "@types/react" : " 17.0.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- ## 0.1.1 (2022-04-26)
6+ ## 0.1.2 (2022-04-26)
77
88
99### Bug Fixes
@@ -39,4 +39,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3939* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
4040* ** sample:** added ios notification ([ 44ef9f7] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/44ef9f70cd2bc38ba605c5fd8bf4e1d70cfe03d2 ) )
4141* ** 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 ) )
4243* 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 11{
22 "name" : " @sendbird/uikit-react-native-core" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " SendbirdUIKit Core domains for building UIKit" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
3939 "registry" : " https://registry.npmjs.org/"
4040 },
4141 "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 "
4545 },
4646 "devDependencies" : {
4747 "@react-native-clipboard/clipboard" : " ^1.8.5" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- ## 0.1.1 (2022-04-26)
6+ ## 0.1.2 (2022-04-26)
77
88
99### Bug Fixes
@@ -37,3 +37,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3737* ** sample:** added change profile photo ([ 74ea450] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/74ea450fc061212e3ba9d43910dbfcac96e98c89 ) )
3838* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
3939* ** 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 11{
22 "name" : " @sendbird/uikit-react-native-foundation" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " react-native-uikit" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
3737 "registry" : " https://registry.npmjs.org/"
3838 },
3939 "dependencies" : {
40- "@sendbird/uikit-utils" : " 0.1.1 "
40+ "@sendbird/uikit-utils" : " 0.1.2 "
4141 },
4242 "devDependencies" : {
4343 "@types/react" : " 17.0.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6- ## 0.1.1 (2022-04-26)
6+ ## 0.1.2 (2022-04-26)
77
88
99### Bug Fixes
@@ -34,5 +34,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3434* ** sample:** added change nickname ([ 0eceb48] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/0eceb48b4e365219906a101e7eaa167e498a87ee ) )
3535* ** sample:** added create channel ([ 66e7ae9] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/66e7ae9a035b3b46e58032ba8336bc93fe04131c ) )
3636* ** 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 ) )
3738* show palette and theme colors to sample app ([ 1b0cd55] ( https://github.com/sendbird/sendbird-uikit-react-native/commit/1b0cd5525e8f5716c52fa088a0aa38db36115ced ) )
3839* ** 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 11{
22 "name" : " @sendbird/uikit-react-native" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " react-native-uikit" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
3737 "registry" : " https://registry.npmjs.org/"
3838 },
3939 "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 "
4343 },
4444 "devDependencies" : {
4545 "@types/react" : " 17.0.2" ,
You can’t perform that action at this time.
0 commit comments