Skip to content

Commit

Permalink
chore: update versions (#417)
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 7, 2024
1 parent 14b91ed commit 3e4c5f7
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/gentle-suns-sip.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.0.5

### Patch Changes

- ef25706: feat: Code Header and Syntax Highlighter support
- Updated dependencies [ef25706]
- @assistant-ui/react@0.3.5

## 0.0.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.0.4",
"version": "0.0.5",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-markdown": "^9.0.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.3.2",
"@assistant-ui/react": "^0.3.5",
"@types/react": "*",
"react": "^18"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-syntax-highlighter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @assistant-ui/react-syntax-highlighter

## 0.0.2

### Patch Changes

- Updated dependencies [ef25706]
- @assistant-ui/react-markdown@0.0.5
- @assistant-ui/react@0.3.5
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.0.1",
"version": "0.0.2",
"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.3.2",
"@assistant-ui/react-markdown": "^0.0.4",
"@assistant-ui/react": "^0.3.5",
"@assistant-ui/react-markdown": "^0.0.5",
"@types/react": "*",
"@types/react-syntax-highlighter": "*",
"react": "^18",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @assistant-ui/react-ui

## 0.0.18

### Patch Changes

- ef25706: feat: Code Header and Syntax Highlighter support
- Updated dependencies [ef25706]
- @assistant-ui/react-markdown@0.0.5
- @assistant-ui/react@0.3.5

## 0.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assistant-ui/react-ui",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"react-syntax-highlighter": "^15.5.0"
},
"peerDependencies": {
"@assistant-ui/react": "^0.3.3",
"@assistant-ui/react": "^0.3.5",
"@types/react": "*",
"react": "^18"
},
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.3.5

### Patch Changes

- ef25706: feat: Code Header and Syntax Highlighter support

## 0.3.3

### 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.3.4",
"version": "0.3.5",
"license": "MIT",
"exports": {
".": {
Expand Down
8 changes: 4 additions & 4 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 3e4c5f7

Please sign in to comment.