Skip to content

Commit c540aa5

Browse files
chore: update versions (#20)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @stream-io/chat-react-ai@0.1.0 ### Minor Changes - b4f5397: Initial release of the React SDK ## @stream-io/chat-react-native-ai@0.1.3 ### Patch Changes - ba28760: - Introduce expo config plugin for dictation permissions - Fix race condition when no permissions are yet present on ios dictation - Include Expo sample app as well - Fix wrong dependency graph resolution between RNCLI and Expo sample apps ## expochatgptsample@1.0.1 ### Patch Changes - ba28760: - Introduce expo config plugin for dictation permissions - Fix race condition when no permissions are yet present on ios dictation - Include Expo sample app as well - Fix wrong dependency graph resolution between RNCLI and Expo sample apps - Updated dependencies [ba28760] - @stream-io/chat-react-native-ai@0.1.3 ## ReactNativeChatGPTSample@0.0.3 ### Patch Changes - ba28760: - Introduce expo config plugin for dictation permissions - Fix race condition when no permissions are yet present on ios dictation - Include Expo sample app as well - Fix wrong dependency graph resolution between RNCLI and Expo sample apps ## react-chatbot@0.1.1 ### Patch Changes - Updated dependencies [b4f5397] - @stream-io/chat-react-ai@0.1.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4f5397 commit c540aa5

File tree

12 files changed

+50
-20
lines changed

12 files changed

+50
-20
lines changed

.changeset/shy-steaks-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-donkeys-clap.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# expochatgptsample
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- ba28760: - Introduce expo config plugin for dictation permissions
8+
- Fix race condition when no permissions are yet present on ios dictation
9+
- Include Expo sample app as well
10+
- Fix wrong dependency graph resolution between RNCLI and Expo sample apps
11+
- Updated dependencies [ba28760]
12+
- @stream-io/chat-react-native-ai@0.1.3

examples/ExpoChatGPTSample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"@rnx-kit/metro-resolver-symlinks": "^0.2.5",
4242
"typescript": "~5.9.2"
4343
},
44-
"version": "1.0.0",
44+
"version": "1.0.1",
4545
"private": true
4646
}

examples/ReactNativeChatGPTSample/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ReactNativeChatGPTSample
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- ba28760: - Introduce expo config plugin for dictation permissions
8+
- Fix race condition when no permissions are yet present on ios dictation
9+
- Include Expo sample app as well
10+
- Fix wrong dependency graph resolution between RNCLI and Expo sample apps
11+
312
## 0.0.2
413

514
### Patch Changes

examples/ReactNativeChatGPTSample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ReactNativeChatGPTSample",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# react-chatbot
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b4f5397]
8+
- @stream-io/chat-react-ai@0.1.0

examples/react-chatbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chatbot",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/react-native-sdk/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @stream-io/chat-react-native-ai
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- ba28760: - Introduce expo config plugin for dictation permissions
8+
- Fix race condition when no permissions are yet present on ios dictation
9+
- Include Expo sample app as well
10+
- Fix wrong dependency graph resolution between RNCLI and Expo sample apps
11+
312
## 0.1.2
413

514
### Patch Changes

packages/react-native-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stream-io/chat-react-native-ai",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "React Native SDK for Chat AI Components",
55
"main": "./dist/commonjs/index.js",
66
"types": "./dist/typescript/index.d.ts",

0 commit comments

Comments
 (0)