Skip to content

Commit

Permalink
fix: include generated css files in bundle (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Oct 26, 2024
1 parent fb4341b commit 1b72f57
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/react-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"zustand": "^5.0.0"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.94",
"@assistant-ui/react": "^0.5.95",
"@types/react": "*",
"react": "^18 || ^19"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.94",
"@assistant-ui/react": "^0.5.95",
"@types/react": "*",
"react": "^18 || ^19",
"react-hook-form": "^7"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.94",
"@assistant-ui/react": "^0.5.95",
"@types/react": "*",
"react": "^18 || ^19"
},
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.2.25

### Patch Changes

- fix: include generated css files in bundle
- Updated dependencies
- @assistant-ui/react@0.5.95

## 0.2.24

### Patch Changes
Expand Down
5 changes: 3 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.24",
"version": "0.2.25",
"license": "MIT",
"exports": {
".": {
Expand All @@ -23,6 +23,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"generated",
"tailwindcss",
"src",
"README.md"
Expand All @@ -40,7 +41,7 @@
"react-markdown": "^9.0.1"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.94",
"@assistant-ui/react": "^0.5.95",
"@types/react": "*",
"react": "^18 || ^19",
"tailwindcss": "^3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"zustand": "^5.0.0"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.94",
"@assistant-ui/react": "^0.5.95",
"@types/react": "*",
"react": "^18 || ^19",
"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
Expand Up @@ -27,8 +27,8 @@
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.94",
"@assistant-ui/react-markdown": "^0.2.24",
"@assistant-ui/react": "^0.5.95",
"@assistant-ui/react-markdown": "^0.2.25",
"@types/react": "*",
"@types/react-syntax-highlighter": "*",
"react": "^18 || ^19",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-trieve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @assistant-ui/react-trieve

## 0.0.8

### Patch Changes

- fix: include generated css files in bundle
- Updated dependencies
- @assistant-ui/react-markdown@0.2.25
- @assistant-ui/react@0.5.95

## 0.0.7

### Patch Changes
Expand Down
7 changes: 4 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.0.7",
"version": "0.0.8",
"license": "MIT",
"exports": {
".": {
Expand All @@ -23,6 +23,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"generated",
"tailwindcss",
"src",
"README.md"
Expand All @@ -45,8 +46,8 @@
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"@assistant-ui/react": "^0.5.94",
"@assistant-ui/react-markdown": "^0.2.24",
"@assistant-ui/react": "^0.5.95",
"@assistant-ui/react-markdown": "^0.2.25",
"trieve-ts-sdk": "^0.0.13",
"@types/react": "*",
"react": "^18 || ^19",
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.95

### Patch Changes

- fix: include generated css files in bundle

## 0.5.94

### Patch Changes
Expand Down
3 changes: 2 additions & 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.94",
"version": "0.5.95",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -57,6 +57,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"generated",
"edge",
"tailwindcss",
"src",
Expand Down

0 comments on commit 1b72f57

Please sign in to comment.