Skip to content

Commit 4d6a47a

Browse files
Merge branch 'develop' of https://github.com/GetStream/stream-chat-react-native into v5.0.0-beta
2 parents caa811e + a11b5b0 commit 4d6a47a

File tree

10 files changed

+39
-10
lines changed

10 files changed

+39
-10
lines changed

.github/workflows/next-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x]
13+
node-version: [16.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [12.x]
13+
node-version: [16.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:

docusaurus/docs/reactnative/basics/getting_started.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@ npm install @stream-io/react-native-cameraroll @react-native-community/netinfo @
8686

8787
For iOS on a Mac install the pods `npx pod-install ios`.
8888

89-
#### Version compabilities
89+
#### Version compatibilities
9090

9191
To be able to use the Stream Chat React Native SDK, a few dependencies must meet the following version requirements:
9292

9393
| react-native | stream-chat-react-native (min required) | react-native-reanimated (min required) |
9494
| ------------ | --------------------------------------- | -------------------------------------- |
95+
| 0.69 | 4.13.0 | 2.9.1 |
9596
| 0.68 | 4.11.0 | 2.7.0 |
9697
| 0.67 | 4.2.0 | 2.4.0 |
9798
| 0.66 | 3.9.0 | 2.2.3 |

examples/SampleApp/CHANGELOG.md

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

3+
### [1.11.2](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v1.11.2) (2022-08-17)
4+
5+
6+
### Bug Fixes
7+
8+
* SampleApp app icons in right format ([0e51dcf](https://github.com/GetStream/stream-chat-react-native/commit/0e51dcffff798e75801a219f57c5b1e36f7a208a))
9+
* SampleApp app icons in right format ([824f4dc](https://github.com/GetStream/stream-chat-react-native/commit/824f4dc42f3369c0bb24a81f65abe85aff2ce774))
10+
* SampleApp app icons in right format (renaming files) ([8679dbb](https://github.com/GetStream/stream-chat-react-native/commit/8679dbb43fa2a568dfad73c4aa97c3aacfbed9d8))
11+
12+
13+
### Workspaces
14+
15+
* Following linked packages updated: [stream-chat-react-native]
16+
317
### [1.11.1](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v1.11.1) (2022-08-10)
418

519

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": "1.11.1",
3+
"version": "1.11.2",
44
"private": true,
55
"repository": {
66
"type": "git",

package/CHANGELOG.md

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

3+
## [4.15.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.14.0...v4.15.0) (2022-08-17)
4+
5+
6+
### Features
7+
8+
* add asset url for file attachment's press event emitter ([#1637](https://github.com/GetStream/stream-chat-react-native/issues/1637)) ([9df8e59](https://github.com/GetStream/stream-chat-react-native/commit/9df8e59c137e48d87da149e0dce8094addabd6b3))
9+
10+
11+
### Bug Fixes
12+
13+
* channel preview message only updates on the first last message ([#1636](https://github.com/GetStream/stream-chat-react-native/issues/1636)) ([920a776](https://github.com/GetStream/stream-chat-react-native/commit/920a776ade74cecf65a35b44f2cccc396f9b0410))
14+
* generics typing issues if js client is above 6.7.1 ([#1645](https://github.com/GetStream/stream-chat-react-native/issues/1645)) ([79296e0](https://github.com/GetStream/stream-chat-react-native/commit/79296e023d7f72c4c3ca6fe0951254ea2948cc72))
15+
* make onPressMessage possible to override for TextLink ([#1635](https://github.com/GetStream/stream-chat-react-native/issues/1635)) ([0a57442](https://github.com/GetStream/stream-chat-react-native/commit/0a574421a56aa0e536b6ad9043169b2f2f111d08))
16+
317
## [4.14.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.13.0...v4.14.0) (2022-08-10)
418

519

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": "4.14.0",
4+
"version": "4.15.0",
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": "4.14.0"
13+
"stream-chat-react-native-core": "4.15.0"
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": "4.14.0",
4+
"version": "4.15.0",
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": "4.14.0"
14+
"stream-chat-react-native-core": "4.15.0"
1515
},
1616
"peerDependencies": {
1717
"@stream-io/react-native-cameraroll": ">=4.2.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": "4.14.0",
4+
"version": "4.15.0",
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": "4.14.0"
2+
"version": "4.15.0"
33
}

0 commit comments

Comments
 (0)