Skip to content

Commit 3989ae1

Browse files
Updating changelog
1 parent 08a9bb0 commit 3989ae1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Changelog
22

3-
## [1.3.5] 2020-10-27
4-
5-
- Fixing [keyboard issue](https://github.com/GetStream/stream-chat-react-native/issues/397) during app state change [a8aa4ed](https://github.com/GetStream/stream-chat-react-native/commit/a8aa4edebd723120ea41d88b2f9d45df5a75f848)
6-
7-
## [2.0.0-beta.0]
3+
## [2.0.0] 2020-10-29
84

95
Please check [Upgrade Docs](https://github.com/GetStream/stream-chat-react-native/wiki/Upgrade-helper#upgrade-from-0xx-to-2xx) for upgrading from 0.x.x to 2.x.x
106

@@ -90,6 +86,10 @@ This library has been moved to full typescript. Please check [Typescript doc](ht
9086

9187
- All contexts are exported and any values can be accessed through a higher order component (ex: `withMessagesContext`) or with one of our custom context hooks (ex: access `MessagesContext` by `const { messages } = useMessagesContext();`).
9288

89+
## [1.3.5] 2020-10-27
90+
91+
- Fixing [keyboard issue](https://github.com/GetStream/stream-chat-react-native/issues/397) during app state change [a8aa4ed](https://github.com/GetStream/stream-chat-react-native/commit/a8aa4edebd723120ea41d88b2f9d45df5a75f848)
92+
9393
## [1.3.4] 2020-10-13
9494

9595
- Fixing keyboard glitch functionality for android [a7f94b9](https://github.com/GetStream/stream-chat-react-native/commit/a7f94b93a12c997055a706316902aafbd256f29b)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To use this library you need to ensure you match up with the correct version of
4747

4848
| `stream-chat-react-native` version | Required React Native Version |
4949
| ----------------------------------------- | --------- |
50-
| `2.x.x` (beta) | `>= 0.60` |
50+
| `2.x.x` | `>= 0.60` |
5151
| `1.x.x` | `>= 0.59` |
5252
| `0.x.x` | `*` |
5353

0 commit comments

Comments
 (0)