Skip to content

Commit e284837

Browse files
authored
feat(react-native): trigger initial version release (#11)
1 parent 92d2890 commit e284837

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

.changeset/fifty-buckets-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@stream-io/chat-react-native-ai': minor
3+
---
4+
5+
Initial release of @stream-io/char-react-native-ai

examples/ReactNativeChatGPTSample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@react-navigation/drawer": "^7.7.4",
1717
"@react-navigation/native": "^7.1.21",
1818
"@shopify/react-native-skia": "^2.4.2",
19-
"@stream-io/ai-components-react-native": "workspace:^",
19+
"@stream-io/chat-react-native-ai": "workspace:^",
2020
"react": "19.1.1",
2121
"react-native": "0.82.1",
2222
"react-native-fs": "^2.20.0",

examples/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@stream-io/ai-chat-react": "workspace:^",
13+
"@stream-io/chat-react-ai": "workspace:^",
1414
"clsx": "^2.1.1",
1515
"material-symbols": "^0.40.0",
1616
"nanoid": "^5.1.6",

packages/react-native-sdk/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"name": "@stream-io/ai-components-react-native",
3-
"version": "1.0.0",
4-
"private": true,
5-
"description": "React Native SDK for AI Components",
2+
"name": "@stream-io/chat-react-native-ai",
3+
"version": "0.0.0",
4+
"description": "React Native SDK for Chat AI Components",
65
"main": "./dist/commonjs/index.js",
76
"types": "./dist/typescript/index.d.ts",
87
"homepage": "https://github.com/GetStream/ai-components-js.git",
98
"exports": {
109
".": {
1110
"react-native": {
12-
"import": "./src/index.ts",
11+
"import": "./dist/module/index.js",
1312
"require": "./dist/commonjs/index.js"
1413
},
1514
"default": "./dist/module/index.js",
@@ -35,6 +34,7 @@
3534
"!**/.*"
3635
],
3736
"scripts": {
37+
"prepublishOnly": "pnpm run build",
3838
"build": "pnpm run clean && bob build",
3939
"start": "tsc --project tsconfig.json --watch",
4040
"eslint": "eslint 'src/**/*.{js,ts,tsx}' --max-warnings 0",

packages/react-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@stream-io/ai-chat-react",
3-
"version": "1.0.0",
2+
"name": "@stream-io/chat-react-ai",
3+
"version": "0.0.0",
44
"private": true,
55
"description": "React Chat SDK for AI Components",
66
"main": "./dist/cjs/index.js",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)