Skip to content

Commit be137a6

Browse files
chore(release): 4.13.0 [skip ci]
1 parent 42dd9c1 commit be137a6

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

package/CHANGELOG.md

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

3+
## [4.13.0](https://github.com/GetStream/stream-chat-react-native/compare/v4.12.2...v4.13.0) (2022-08-05)
4+
5+
6+
### Features
7+
8+
* update markdown package ([0c23acd](https://github.com/GetStream/stream-chat-react-native/commit/0c23acd99ee45d3e2543350a43fbb18465b19934))
9+
10+
11+
### Bug Fixes
12+
13+
* allow overriding message from props on gallery component ([#1620](https://github.com/GetStream/stream-chat-react-native/issues/1620)) ([44ecf98](https://github.com/GetStream/stream-chat-react-native/commit/44ecf98cc59ff4701dfd95e725ecd68231ffa3c0))
14+
* update markdown package to fix prop types import error ([1438321](https://github.com/GetStream/stream-chat-react-native/commit/1438321c396750aeee8b51680452783846d850d3))
15+
16+
17+
### Reverts
18+
19+
* Revert "Revert "fix: update markdown package to fix prop types import error " (#1622)" (#1623) ([12ab5d5](https://github.com/GetStream/stream-chat-react-native/commit/12ab5d5d20daed6534e423f570b4b99d531e8015)), closes [#1622](https://github.com/GetStream/stream-chat-react-native/issues/1622) [#1623](https://github.com/GetStream/stream-chat-react-native/issues/1623)
20+
321
### [4.12.2](https://github.com/GetStream/stream-chat-react-native/compare/v4.12.1...v4.12.2) (2022-08-03)
422

523

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.12.2",
4+
"version": "4.13.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.12.2"
13+
"stream-chat-react-native-core": "4.13.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.12.2",
4+
"version": "4.13.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.12.2"
14+
"stream-chat-react-native-core": "4.13.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.12.2",
4+
"version": "4.13.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.12.2"
2+
"version": "4.13.0"
33
}

0 commit comments

Comments
 (0)