@mastra/playground-ui 6.7.0-alpha.0 → 6.7.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 +26 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 6.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de)]:
|
|
10
|
+
- @mastra/client-js@0.16.6
|
|
11
|
+
- @mastra/react@0.0.12
|
|
12
|
+
- @mastra/core@0.23.1
|
|
13
|
+
|
|
14
|
+
## 6.7.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- Update peer dependencies to match core package version bump (0.22.1) ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`2060766`](https://github.com/mastra-ai/mastra/commit/20607667bf78ea104cca3e15dfb93ae0b62c9d18), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3)]:
|
|
25
|
+
- @mastra/core@0.23.0
|
|
26
|
+
- @mastra/client-js@0.16.5
|
|
27
|
+
- @mastra/react@0.0.11
|
|
28
|
+
|
|
3
29
|
## 6.7.0-alpha.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.7.
|
|
4
|
+
"version": "6.7.1",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"react-dom": ">=19.0.0",
|
|
108
108
|
"tailwindcss": "^3.0.0",
|
|
109
109
|
"@tanstack/react-query": "^5.81.5",
|
|
110
|
-
"@mastra/
|
|
111
|
-
"@mastra/
|
|
110
|
+
"@mastra/react": "0.0.12",
|
|
111
|
+
"@mastra/client-js": "^0.16.6"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@storybook/addon-docs": "^9.1.10",
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
132
132
|
"vitest": "^3.2.4",
|
|
133
133
|
"@tanstack/react-query": "^5.81.5",
|
|
134
|
-
"@mastra/client-js": "^0.16.
|
|
135
|
-
"@mastra/
|
|
136
|
-
"@mastra/
|
|
134
|
+
"@mastra/client-js": "^0.16.6",
|
|
135
|
+
"@mastra/react": "0.0.12",
|
|
136
|
+
"@mastra/core": "0.23.1"
|
|
137
137
|
},
|
|
138
138
|
"homepage": "https://mastra.ai",
|
|
139
139
|
"repository": {
|