Skip to content

Commit

Permalink
chore: update versions (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 13, 2024
1 parent 998081b commit 619edbd
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .changeset/empty-badgers-share.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-ai-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-ai-sdk

## 0.4.1

### Patch Changes

- 998081b: fix: reduce specificity of built-in CSS styles
- Updated dependencies [998081b]
- @assistant-ui/react@0.4.4

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"zustand": "^4.5.4"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.0",
"@assistant-ui/react": "^0.4.4",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-hook-form

## 0.3.1

### Patch Changes

- 998081b: fix: reduce specificity of built-in CSS styles
- Updated dependencies [998081b]
- @assistant-ui/react@0.4.4

## 0.3.0

### 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.3.0",
"version": "0.3.1",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.0",
"@assistant-ui/react": "^0.4.4",
"@types/react": "*",
"react": "^18",
"react-hook-form": "^7.x.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-markdown

## 0.1.1

### Patch Changes

- 998081b: fix: reduce specificity of built-in CSS styles
- Updated dependencies [998081b]
- @assistant-ui/react@0.4.4

## 0.1.0

### 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.1.0",
"version": "0.1.1",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-markdown": "^9.0.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.0",
"@assistant-ui/react": "^0.4.4",
"@types/react": "*",
"react": "^18",
"tailwindcss": "^3.4.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @assistant-ui/react

## 0.4.4

### Patch Changes

- 998081b: fix: reduce specificity of built-in CSS styles

## 0.4.3

### Minor 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.4.3",
"version": "0.4.4",
"license": "MIT",
"exports": {
".": {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 619edbd

Please sign in to comment.