@mastra/playground-ui 10.0.0-alpha.2 → 10.0.0-alpha.3
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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 10.0.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed observational memory progress bars resetting to zero after agent responses finish. The messages and observations sidebar bars now retain their values on stream completion, cancellation, and page reload. ([#12939](https://github.com/mastra-ai/mastra/pull/12939))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`2e02cd7`](https://github.com/mastra-ai/mastra/commit/2e02cd7e08ba2d84a275c80d80c069d2b8b66211)]:
|
|
10
|
+
- @mastra/client-js@1.3.0-alpha.3
|
|
11
|
+
- @mastra/react@0.2.2-alpha.3
|
|
12
|
+
|
|
3
13
|
## 10.0.0-alpha.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "10.0.0-alpha.
|
|
4
|
+
"version": "10.0.0-alpha.3",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
"react-dom": ">=19.0.0",
|
|
127
127
|
"tailwindcss": "^3.0.0",
|
|
128
128
|
"@mastra/ai-sdk": "^1.0.4-alpha.0",
|
|
129
|
-
"@mastra/
|
|
130
|
-
"@mastra/
|
|
131
|
-
"@mastra/
|
|
129
|
+
"@mastra/react": "0.2.2-alpha.3",
|
|
130
|
+
"@mastra/client-js": "^1.3.0-alpha.3",
|
|
131
|
+
"@mastra/schema-compat": "1.1.0"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@storybook/addon-docs": "^9.1.16",
|
|
@@ -156,10 +156,10 @@
|
|
|
156
156
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
157
157
|
"vitest": "4.0.16",
|
|
158
158
|
"@mastra/ai-sdk": "^1.0.4-alpha.0",
|
|
159
|
-
"@mastra/client-js": "^1.3.0-alpha.2",
|
|
160
|
-
"@mastra/schema-compat": "1.1.0",
|
|
161
159
|
"@mastra/core": "1.3.0-alpha.2",
|
|
162
|
-
"@mastra/react": "0.2.2-alpha.
|
|
160
|
+
"@mastra/react": "0.2.2-alpha.3",
|
|
161
|
+
"@mastra/client-js": "^1.3.0-alpha.3",
|
|
162
|
+
"@mastra/schema-compat": "1.1.0"
|
|
163
163
|
},
|
|
164
164
|
"homepage": "https://mastra.ai",
|
|
165
165
|
"repository": {
|