Skip to content

Commit

Permalink
chore: update versions (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 16, 2024
1 parent 424f040 commit f9d6ee2
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 15 deletions.
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.1",
"version": "0.5.0",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"zustand": "^4.5.4"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.4",
"@assistant-ui/react": "^0.5.0",
"@types/react": "*",
"ai": "^3.1.x",
"react": "^18"
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.2",
"version": "0.4.0",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.6",
"@assistant-ui/react": "^0.5.0",
"@types/react": "*",
"react": "^18",
"react-hook-form": "^7.x.x"
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.2",
"version": "0.2.0",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-markdown": "^9.0.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.6",
"@assistant-ui/react": "^0.5.0",
"@types/react": "*",
"react": "^18",
"tailwindcss": "^3.4.4"
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.0.4",
"license": "MIT",
"exports": {
".": {
Expand All @@ -27,7 +27,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
},
"peerDependencies": {
"@assistant-ui/react": "^0.4.0",
"@assistant-ui/react": "^0.5.0",
"@assistant-ui/react-markdown": "^0.1.0",
"@types/react": "*",
"@types/react-syntax-highlighter": "*",
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.0-alpha.1",
"version": "0.5.0",
"license": "MIT",
"exports": {
".": {
Expand Down
87 changes: 81 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 f9d6ee2

Please sign in to comment.