Skip to content

Commit 96c8511

Browse files
chore: bump versions to 4.1.0
1 parent 0158a29 commit 96c8511

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

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

package/package.json

Lines changed: 8 additions & 3 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.10.2",
4+
"version": "4.1.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -15,7 +15,12 @@
1515
"module": "lib/module/index.js",
1616
"react-native": "src/index.ts",
1717
"types": "lib/typescript/index.d.ts",
18-
"files": ["src", "lib", "package.json", "README.md"],
18+
"files": [
19+
"src",
20+
"lib",
21+
"package.json",
22+
"README.md"
23+
],
1924
"scripts": {
2025
"analyze": "yarn build -- --stats && webpack-bundle-analyzer build/bundle-stats.json",
2126
"build": "rm -rf lib && yarn run --silent build-translations && bob build && yarn run --silent copy-translations && yarn run --silent lint-fix-translations",
@@ -137,4 +142,4 @@
137142
"uuid": "8.3.2",
138143
"webpack": "4.44.2"
139144
}
140-
}
145+
}

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

0 commit comments

Comments
 (0)