Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2024
1 parent 4c54273 commit fef53c2
Show file tree
Hide file tree
Showing 27 changed files with 120 additions and 47 deletions.
16 changes: 0 additions & 16 deletions .changeset/chilly-toes-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-schools-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-hornets-yawn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/assistant-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# assistant-stream

## 0.0.11

### Patch Changes

- 4c54273: chore: update dependencies

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assistant-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-stream",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# assistant-ui

## 0.0.24

### Patch Changes

- 4c54273: chore: update dependencies

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-ui",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-assistant-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-assistant-ui

## 0.0.4

### Patch Changes

- 4c54273: chore: update dependencies

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-assistant-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-assistant-ui",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-ai-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @assistant-ui/react-ai-sdk

## 0.7.4

### Patch Changes

- 4c54273: chore: update dependencies
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- @assistant-ui/react@0.7.12

## 0.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-ai-sdk",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"zustand": "^5.0.2"
},
"peerDependencies": {
"@assistant-ui/react": "^0.7.11",
"@assistant-ui/react": "^0.7.12",
"@types/react": "*",
"react": "^18 || ^19 || ^19.0.0-rc"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @assistant-ui/react-hook-form

## 0.7.4

### Patch Changes

- 4c54273: chore: update dependencies
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- @assistant-ui/react@0.7.12

## 0.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-hook-form",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"zod": "^3.24.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.7.11",
"@assistant-ui/react": "^0.7.12",
"@types/react": "*",
"react": "^18 || ^19 || ^19.0.0-rc",
"react-hook-form": "^7"
Expand Down
9 changes: 9 additions & 0 deletions packages/react-langgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @assistant-ui/react-langgraph

## 0.1.7

### Patch Changes

- 4c54273: chore: update dependencies
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- @assistant-ui/react@0.7.12

## 0.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-langgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-langgraph",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"zod": "^3.24.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.7.11",
"@assistant-ui/react": "^0.7.12",
"@types/react": "*",
"react": "^18 || ^19 || ^19.0.0-rc"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/react-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @assistant-ui/react-markdown

## 0.7.5

### Patch Changes

- 4c54273: chore: update dependencies
- 4c54273: refactor: rename components.by_language to componentsByLanguage for react 19 types compat
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- @assistant-ui/react@0.7.12

## 0.7.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-markdown",
"version": "0.7.4",
"version": "0.7.5",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"react-markdown": "^9.0.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.7.11",
"@assistant-ui/react": "^0.7.12",
"@types/react": "*",
"react": "^18 || ^19 || ^19.0.0-rc",
"tailwindcss": "^3.4.4"
Expand Down
9 changes: 9 additions & 0 deletions packages/react-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @assistant-ui/react-playground

## 0.1.4

### Patch Changes

- 4c54273: chore: update dependencies
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- @assistant-ui/react@0.7.12

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-playground",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"zustand": "^5.0.2"
},
"peerDependencies": {
"@assistant-ui/react": "^0.7.11",
"@assistant-ui/react": "^0.7.12",
"@types/react": "*",
"react": "^18 || ^19 || ^19.0.0-rc",
"tailwindcss": "^3.4.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-syntax-highlighter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @assistant-ui/react-syntax-highlighter

## 0.7.4

### Patch Changes

- 4c54273: chore: update dependencies
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- @assistant-ui/react-markdown@0.7.5
- @assistant-ui/react@0.7.12

## 0.7.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-syntax-highlighter",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"exports": {
".": {
Expand All @@ -27,8 +27,8 @@
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
},
"peerDependencies": {
"@assistant-ui/react": "^0.7.11",
"@assistant-ui/react-markdown": "^0.7.4",
"@assistant-ui/react": "^0.7.12",
"@assistant-ui/react-markdown": "^0.7.5",
"@types/react": "*",
"@types/react-syntax-highlighter": "*",
"react": "^18 || ^19 || ^19.0.0-rc",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-trieve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @assistant-ui/react-trieve

## 0.1.5

### Patch Changes

- 4c54273: chore: update dependencies
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- Updated dependencies [4c54273]
- @assistant-ui/react-markdown@0.7.5
- @assistant-ui/react@0.7.12

## 0.1.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-trieve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-trieve",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -45,8 +45,8 @@
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"@assistant-ui/react": "^0.7.11",
"@assistant-ui/react-markdown": "^0.7.4",
"@assistant-ui/react": "^0.7.12",
"@assistant-ui/react-markdown": "^0.7.5",
"@types/react": "*",
"react": "^18 || ^19 || ^19.0.0-rc",
"tailwindcss": "^3.4.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @assistant-ui/react

## 0.7.12

### Patch Changes

- 4c54273: chore: update dependencies
- 4c54273: fix: initialize thread on import

## 0.7.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"conversational-ui",
"conversational-ai"
],
"version": "0.7.11",
"version": "0.7.12",
"license": "MIT",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tool-ui-weather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tool-ui/weather

## 0.0.18

### Patch Changes

- 4c54273: chore: update dependencies

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tool-ui-weather/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tool-ui/weather",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit fef53c2

Please sign in to comment.