Skip to content

Commit

Permalink
chore: update versions (#892)
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 Sep 26, 2024
1 parent 27208fb commit 4cd589c
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/six-pants-compete.md

This file was deleted.

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.2.17

### Patch Changes

- 27208fb: fix: only include "use client" banner in ESM builds
- Updated dependencies [27208fb]
- @assistant-ui/react@0.5.65

## 0.2.16

### 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.2.16",
"version": "0.2.17",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"react-markdown": "^9.0.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.64",
"@assistant-ui/react": "^0.5.65",
"@types/react": "*",
"react": "^18",
"tailwindcss": "^3.4.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @assistant-ui/react-playground

## 0.0.31

### Patch Changes

- 27208fb: fix: only include "use client" banner in ESM builds
- Updated dependencies [27208fb]
- @assistant-ui/react@0.5.65

## 0.0.30

### 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.0.30",
"version": "0.0.31",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"zustand": "^4.5.5"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.64",
"@assistant-ui/react": "^0.5.65",
"@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.5.65

### Patch Changes

- 27208fb: fix: only include "use client" banner in ESM builds

## 0.5.64

### 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.5.64",
"version": "0.5.65",
"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.8

### Patch Changes

- 27208fb: fix: only include "use client" banner in ESM builds

## 0.0.7

### 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.7",
"version": "0.0.8",
"license": "MIT",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 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 4cd589c

Please sign in to comment.