Skip to content

Commit

Permalink
chore(release): release packages v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Oct 26, 2022
1 parent 48f0610 commit 99c133a
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26)


### Bug Fixes

* **foundation:** position of toast when keyboard is up on iOS ([ccd0ff2](https://github.com/sendbird/sendbird-uikit-react-native/commit/ccd0ff2b4cce6badb9fa7f24d268857740a2ac7c))
* **uikit:** call setBackgroundState only on background status ([505ed2b](https://github.com/sendbird/sendbird-uikit-react-native/commit/505ed2b4665e6a14ad469574863aba6e73d0828d))



## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.2",
"version": "1.1.3",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/uikit-chat-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26)

**Note:** Version bump only for package @sendbird/uikit-chat-hooks





## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-chat-hooks",
"version": "1.1.2",
"version": "1.1.3",
"description": "React hooks that built with SendbirdChat SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "1.1.2"
"@sendbird/uikit-utils": "1.1.3"
},
"devDependencies": {
"@types/react": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26)


### Bug Fixes

* **foundation:** position of toast when keyboard is up on iOS ([ccd0ff2](https://github.com/sendbird/sendbird-uikit-react-native/commit/ccd0ff2b4cce6badb9fa7f24d268857740a2ac7c))



## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)

**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-foundation",
"version": "1.1.2",
"version": "1.1.3",
"description": "react-native-uikit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "1.1.2"
"@sendbird/uikit-utils": "1.1.3"
},
"devDependencies": {
"@types/react": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26)


### Bug Fixes

* **uikit:** call setBackgroundState only on background status ([505ed2b](https://github.com/sendbird/sendbird-uikit-react-native/commit/505ed2b4665e6a14ad469574863aba6e73d0828d))



## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)


Expand Down
8 changes: 4 additions & 4 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native",
"version": "1.1.2",
"version": "1.1.3",
"description": "react-native-uikit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -41,9 +41,9 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-chat-hooks": "1.1.2",
"@sendbird/uikit-react-native-foundation": "1.1.2",
"@sendbird/uikit-utils": "1.1.2"
"@sendbird/uikit-chat-hooks": "1.1.3",
"@sendbird/uikit-react-native-foundation": "1.1.3",
"@sendbird/uikit-utils": "1.1.3"
},
"devDependencies": {
"@react-native-clipboard/clipboard": "^1.8.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.2...v1.1.3) (2022-10-26)

**Note:** Version bump only for package @sendbird/uikit-utils





## [1.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v1.1.1...v1.1.2) (2022-09-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
"version": "1.1.2",
"version": "1.1.3",
"description": "UIKit utilities",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 99c133a

Please sign in to comment.