Skip to content

Commit

Permalink
chore(release): version bump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jul 13, 2021
1 parent a5995bf commit e24ad5d
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 7 deletions.
27 changes: 27 additions & 0 deletions examples/SampleApp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.23 (2021-07-13)


### Bug Fixes

* **android:** Fix add member bottom sheet touchables ([4d2e9ad](https://github.com/GetStream/stream-chat-react-native/commit/4d2e9ad04056b382ed7c6183fc780f9907d80965)), closes [#727](https://github.com/GetStream/stream-chat-react-native/issues/727)



## 3.6.1 (2021-07-07)



# 3.6.0 (2021-06-22)



# 3.6.0-rc.0 (2021-06-02)



## 3.3.3 (2021-04-13)





## 0.0.23-rc.0 (2021-07-13)


Expand Down
2 changes: 1 addition & 1 deletion examples/SampleApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SampleApp",
"version": "0.0.23-rc.0",
"version": "0.0.23",
"private": true,
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.6.2 (2021-07-13)


### Bug Fixes

* **android:** use react native FlatList instead of RNGH's on ChannelListMessenger ([1267f64](https://github.com/GetStream/stream-chat-react-native/commit/1267f64d2f003477e12edbb8b1e833872416510d))





## 3.6.2-rc.0 (2021-07-13)


Expand Down
4 changes: 2 additions & 2 deletions package/expo-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-expo",
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"version": "3.6.2-rc.0",
"version": "3.6.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"stream-chat-react-native-core": "3.6.2-rc.0"
"stream-chat-react-native-core": "3.6.2"
},
"peerDependencies": {
"@react-native-community/netinfo": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package/native-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native",
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"version": "3.6.2-rc.0",
"version": "3.6.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -11,7 +11,7 @@
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.3",
"stream-chat-react-native-core": "3.6.2-rc.0"
"stream-chat-react-native-core": "3.6.2"
},
"peerDependencies": {
"@react-native-community/blur": ">=3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native-core",
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
"version": "3.6.2-rc.0",
"version": "3.6.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down
2 changes: 1 addition & 1 deletion package/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.6.2-rc.0"
"version": "3.6.2"
}

0 comments on commit e24ad5d

Please sign in to comment.