@mastra/playground-ui 26.0.0 → 26.0.1
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 +18 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 26.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`cc0469d`](https://github.com/mastra-ai/mastra/commit/cc0469d671d6f7a426013e4425f9501da6fa45f2)]:
|
|
8
|
+
- @mastra/core@1.32.1
|
|
9
|
+
- @mastra/client-js@1.17.1
|
|
10
|
+
- @mastra/react@0.2.35
|
|
11
|
+
|
|
12
|
+
## 26.0.1-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`cc0469d`](https://github.com/mastra-ai/mastra/commit/cc0469d671d6f7a426013e4425f9501da6fa45f2)]:
|
|
17
|
+
- @mastra/core@1.32.1-alpha.0
|
|
18
|
+
- @mastra/client-js@1.17.1-alpha.0
|
|
19
|
+
- @mastra/react@0.2.35-alpha.0
|
|
20
|
+
|
|
3
21
|
## 26.0.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "26.0.
|
|
4
|
+
"version": "26.0.1",
|
|
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
|
"lucide-react": "^0.474.0",
|
|
99
99
|
"react": ">=19.0.0",
|
|
100
100
|
"tailwindcss": "^4.0.0",
|
|
101
|
-
"@mastra/client-js": "^1.17.
|
|
102
|
-
"@mastra/react": "0.2.
|
|
101
|
+
"@mastra/client-js": "^1.17.1",
|
|
102
|
+
"@mastra/react": "0.2.35"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@storybook/addon-a11y": "^10.3.6",
|
|
@@ -133,10 +133,10 @@
|
|
|
133
133
|
"vite-plugin-dts": "^4.5.4",
|
|
134
134
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
135
135
|
"vitest": "4.1.5",
|
|
136
|
-
"@
|
|
137
|
-
"@mastra/
|
|
138
|
-
"@mastra/react": "0.2.
|
|
139
|
-
"@
|
|
136
|
+
"@internal/lint": "0.0.92",
|
|
137
|
+
"@mastra/client-js": "^1.17.1",
|
|
138
|
+
"@mastra/react": "0.2.35",
|
|
139
|
+
"@mastra/core": "1.32.1"
|
|
140
140
|
},
|
|
141
141
|
"homepage": "https://mastra.ai",
|
|
142
142
|
"repository": {
|