Skip to content

Commit c745103

Browse files
chore(release): 4.9.0 [skip ci]
1 parent 9dfb3d4 commit c745103

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

package/CHANGELOG.md

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

3+
## [4.9.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.8.0...v4.9.0) (2022-07-11)
4+
5+
6+
### Features
7+
8+
* add loading indicator to gallery images ([0b33e2e](https://github.com/GetStream/stream-chat-react-native/commit/0b33e2ec04b2a83de7f597432c9a72f8ecdfc3d3))
9+
* replace static video thumbnails with actual thumbnails ([12caa9d](https://github.com/GetStream/stream-chat-react-native/commit/12caa9da9d260e68f75c8c2f7b0fbd023a20620a))
10+
11+
12+
### Bug Fixes
13+
14+
* align placeholderText to right when when in RTL ([a072c5f](https://github.com/GetStream/stream-chat-react-native/commit/a072c5f34a1e971e90ce26ba8131b239294b4383))
15+
* RTL command up ([217f945](https://github.com/GetStream/stream-chat-react-native/commit/217f9452ab5435774501be2a6e5203fc36729e05))
16+
* rtl-blocked-file-&-image-indicator ([80a5a91](https://github.com/GetStream/stream-chat-react-native/commit/80a5a91047b272eb6e4c42170fc4376fc213316b))
17+
318
## [4.8.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.7.3...v4.8.0) (2022-06-29)
419

520

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.8.0",
4+
"version": "4.9.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.8.0"
13+
"stream-chat-react-native-core": "4.9.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.8.0",
4+
"version": "4.9.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.8.0"
14+
"stream-chat-react-native-core": "4.9.0"
1515
},
1616
"peerDependencies": {
1717
"@react-native-community/cameraroll": ">=4.0.1",

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.8.0",
4+
"version": "4.9.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.8.0"
2+
"version": "4.9.0"
33
}

0 commit comments

Comments
 (0)