diff --git a/packages/react-native-chat-uikit/CHANGELOG.md b/packages/react-native-chat-uikit/CHANGELOG.md index 1ca7ff9..ff0157b 100644 --- a/packages/react-native-chat-uikit/CHANGELOG.md +++ b/packages/react-native-chat-uikit/CHANGELOG.md @@ -1,3 +1,20 @@ # Change Log -## [1.0.0](https://github.com/AgoraIO-Usecase/AgoraChat-rn/releases/tag/uikit@1.0.0) (2023-07-04) \ No newline at end of file +## [1.0.1](https://github.com/AgoraIO-Usecase/AgoraChat-rn/compare/uikit@1.0.0...uikit@1.0.1) (2023-07-14) + +### Bug Fixes + +- 88779e4: docs: update +- 63145e7: fix: contact block list, node mini version 16, @react-navigation/material-bottom-tabs patch +- 546986f: fix: example: contact block list count +- 9caf498: fix: uikit: export version +- 3cee856: fix: uikit: Badge component +- 0ec61c3: fix: example: mute notification +- 2ce2cdd: fix: example: add react-native-create-thumbnail patch +- 82ca214: fix: uikit: avatar + +## [1.0.0](https://github.com/AgoraIO-Usecase/AgoraChat-rn/releases/tag/uikit@1.0.0) (2023-07-04) + +### Features + +- The react-native version was upgraded from 0.68.5 to 0.71.11 diff --git a/packages/react-native-chat-uikit/package.json b/packages/react-native-chat-uikit/package.json index f7846a6..4fc8d71 100644 --- a/packages/react-native-chat-uikit/package.json +++ b/packages/react-native-chat-uikit/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat-uikit", - "version": "1.0.0", + "version": "1.0.1", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",