Skip to content

Commit 2710364

Browse files
chore: update versions (#29)
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.2.0 ### Minor Changes - 6841c35: This change adds the `skipAnimation` function as a return value of the `useMessageTextStreaming` hook and adds the ability for integrators to access this function through a ref of the `StreamingMessage` component. This function allows integrators to skip typewriter animation in progress when, for example, `ai_indicator.stop` event arrives on an active channel. ## react-chat-ai-tutorial@0.0.1 ### Patch Changes - Updated dependencies [6841c35] - @stream-io/chat-react-ai@0.2.0 ## react-chatbot@0.1.2 ### Patch Changes - Updated dependencies [6841c35] - @stream-io/chat-react-ai@0.2.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6841c35 commit 2710364

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/fifty-rules-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# react-chat-ai-tutorial
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6841c35]
8+
- @stream-io/chat-react-ai@0.2.0

examples/react-chat-ai-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-chat-ai-tutorial",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

examples/react-chatbot/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-chatbot
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6841c35]
8+
- @stream-io/chat-react-ai@0.2.0
9+
310
## 0.1.1
411

512
### Patch Changes

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.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/react-sdk/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 6841c35: This change adds the `skipAnimation` function as a return value of the `useMessageTextStreaming` hook and adds the ability for integrators to access this function through a ref of the `StreamingMessage` component. This function allows integrators to skip typewriter animation in progress when, for example, `ai_indicator.stop` event arrives on an active channel.
8+
39
## 0.1.2
410

511
### Patch Changes

packages/react-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-ai",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "React Chat SDK for AI Components",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)