Skip to content

Commit d676f8d

Browse files
committed
2 parents 5ed4cb6 + 992ea17 commit d676f8d

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

examples/SampleApp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.24](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@0.0.24) (2021-07-13)
7+
8+
**Note:** Version bump only for package SampleApp
9+
10+
11+
12+
13+
614
## 0.0.23 (2021-07-13)
715

816

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SampleApp",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"private": true,
55
"repository": {
66
"type": "git",

package/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.6.3](https://github.com/GetStream/stream-chat-react-native/compare/stream-chat-react-native-core@[email protected]) (2021-07-13)
7+
8+
**Note:** Version bump only for package stream-chat-react-native-core
9+
10+
11+
12+
13+
614
## 3.6.2 (2021-07-13)
715

816

package/expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "3.6.2",
4+
"version": "3.6.3",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"stream-chat-react-native-core": "3.6.2"
13+
"stream-chat-react-native-core": "3.6.3"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": "^6.0.0",

package/native-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native",
33
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4-
"version": "3.6.2",
4+
"version": "3.6.3",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -11,7 +11,7 @@
1111
"types": "types/index.d.ts",
1212
"dependencies": {
1313
"es6-symbol": "^3.1.3",
14-
"stream-chat-react-native-core": "3.6.2"
14+
"stream-chat-react-native-core": "3.6.3"
1515
},
1616
"peerDependencies": {
1717
"@react-native-community/blur": ">=3.6.0",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native-core",
33
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4-
"version": "3.6.2",
4+
"version": "3.6.3",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.6.2"
2+
"version": "3.6.3"
33
}

0 commit comments

Comments
 (0)