Skip to content

Commit c67e7b0

Browse files
1.2.0
1 parent 2ae60e5 commit c67e7b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "stream-chat-expo",
3-
"version": "1.2.0-kcv.1",
3+
"version": "1.2.0",
44
"author": {
55
"company": "Stream.io Inc"
66
},
77
"main": "src/index.js",
88
"types": "types/index.d.ts",
99
"dependencies": {
1010
"react-native-unimodules": "^0.5.4",
11-
"stream-chat-react-native-core": "v1.2.0-kcv.1"
11+
"stream-chat-react-native-core": "v1.2.0"
1212
},
1313
"peerDependencies": {
1414
"expo": "^32.0.0",

native-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "stream-chat-react-native",
3-
"version": "1.2.0-kcv.1",
3+
"version": "1.2.0",
44
"author": {
55
"company": "Stream.io Inc"
66
},
77
"main": "src/index.js",
88
"types": "types/index.d.ts",
99
"dependencies": {
1010
"es6-symbol": "^3.1.3",
11-
"stream-chat-react-native-core": "v1.2.0-kcv.1"
11+
"stream-chat-react-native-core": "v1.2.0"
1212
},
1313
"peerDependencies": {
1414
"@react-native-community/netinfo": ">=2.0.7",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-react-native-core",
3-
"version": "1.2.0-kcv.1",
3+
"version": "1.2.0",
44
"author": {
55
"company": "Stream.io Inc"
66
},

0 commit comments

Comments
 (0)