Skip to content

Commit e7d4a76

Browse files
committed
chore: rollback unreleased version
1 parent d2a6bd4 commit e7d4a76

File tree

5 files changed

+7
-21
lines changed

5 files changed

+7
-21
lines changed

package/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# Change Log
22

3-
## [3.7.0](https://github.com/GetStream/stream-chat-react-native/compare/v3.6.7...v3.7.0) (2021-07-29)
4-
5-
6-
### Features
7-
8-
* added mutesEnabled prop on Channel component, to toggle "Mute User" action ([b5c1f38](https://github.com/GetStream/stream-chat-react-native/commit/b5c1f38cf5a4510283a2ff30c2884eaf73662577))
9-
* Allow images and attachments on the same message ([9a36352](https://github.com/GetStream/stream-chat-react-native/commit/9a36352cd34c36b0dcf0552fe5dc50c5ebc9f513))
10-
11-
12-
### Bug Fixes
13-
14-
* Fix messages disappearing on reconnect ([dc0fc3d](https://github.com/GetStream/stream-chat-react-native/commit/dc0fc3d21cbb38d3442f8f94d30bd1f795fb2ba8))
15-
* Fix quoted images/attachments ([2bb1f14](https://github.com/GetStream/stream-chat-react-native/commit/2bb1f14ce60d7455c4ff7272440965be0a7e32c8))
16-
173
### [3.6.5](https://github.com/GetStream/stream-chat-react-native/compare/v3.6.4...v3.6.5) (2021-07-15)
184

195

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.7.0",
4+
"version": "3.6.5",
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.7.0"
13+
"stream-chat-react-native-core": "3.6.5"
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.7.0",
4+
"version": "3.6.5",
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.7.0"
14+
"stream-chat-react-native-core": "3.6.5"
1515
},
1616
"peerDependencies": {
1717
"@react-native-community/blur": ">=3.6.0",

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-core",
33
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4-
"version": "3.7.0",
4+
"version": "3.6.5",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -72,7 +72,7 @@
7272
"@babel/runtime": "7.13.10",
7373
"@gorhom/bottom-sheet": "3.6.4",
7474
"anchorme": "^1.1.2",
75-
"dayjs": "1.10.4",
75+
"dayjs": "1.10.5",
7676
"file-loader": "6.2.0",
7777
"i18next": "20.2.4",
7878
"lodash-es": "4.17.21",

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.7.0"
2+
"version": "3.6.5"
33
}

0 commit comments

Comments
 (0)