@mastra/playground-ui 29.0.0 → 29.0.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 29.0.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`cfa2e3a`](https://github.com/mastra-ai/mastra/commit/cfa2e3a5292322f48bb28b4d257d631da7f9d3cc)]:
|
|
8
|
+
- @mastra/core@1.36.1-alpha.0
|
|
9
|
+
- @mastra/client-js@1.20.1-alpha.0
|
|
10
|
+
- @mastra/react@0.4.1-alpha.0
|
|
11
|
+
|
|
3
12
|
## 29.0.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "29.0.0",
|
|
4
|
+
"version": "29.0.1-alpha.0",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"react": ">=19.0.0",
|
|
99
99
|
"react-dom": ">=19.0.0",
|
|
100
100
|
"tailwindcss": "^4.0.0",
|
|
101
|
-
"@mastra/client-js": "^1.20.0",
|
|
102
|
-
"@mastra/react": "0.4.0"
|
|
101
|
+
"@mastra/client-js": "^1.20.1-alpha.0",
|
|
102
|
+
"@mastra/react": "0.4.1-alpha.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@storybook/addon-a11y": "^10.3.6",
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
137
137
|
"vitest": "4.1.5",
|
|
138
138
|
"@internal/lint": "0.0.97",
|
|
139
|
-
"@mastra/client-js": "^1.20.0",
|
|
140
|
-
"@mastra/core": "1.36.0",
|
|
141
|
-
"@mastra/react": "0.4.0"
|
|
139
|
+
"@mastra/client-js": "^1.20.1-alpha.0",
|
|
140
|
+
"@mastra/core": "1.36.1-alpha.0",
|
|
141
|
+
"@mastra/react": "0.4.1-alpha.0"
|
|
142
142
|
},
|
|
143
143
|
"homepage": "https://mastra.ai",
|
|
144
144
|
"repository": {
|