@mastra/playground-ui 7.0.0-beta.16 → 7.0.0-beta.17

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 7.0.0-beta.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b5dc973`](https://github.com/mastra-ai/mastra/commit/b5dc9733a5158850298dfb103acb3babdba8a318), [`af56599`](https://github.com/mastra-ai/mastra/commit/af56599d73244ae3bf0d7bcade656410f8ded37b)]:
8
+ - @mastra/core@1.0.0-beta.17
9
+ - @mastra/schema-compat@1.0.0-beta.4
10
+ - @mastra/client-js@1.0.0-beta.17
11
+ - @mastra/react@0.1.0-beta.17
12
+
3
13
  ## 7.0.0-beta.16
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": "7.0.0-beta.16",
4
+ "version": "7.0.0-beta.17",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -114,9 +114,9 @@
114
114
  "react-dom": ">=19.0.0",
115
115
  "tailwindcss": "^3.0.0",
116
116
  "@mastra/ai-sdk": "^1.0.0-beta.11",
117
- "@mastra/react": "0.1.0-beta.16",
118
- "@mastra/schema-compat": "1.0.0-beta.3",
119
- "@mastra/client-js": "^1.0.0-beta.16"
117
+ "@mastra/react": "0.1.0-beta.17",
118
+ "@mastra/schema-compat": "1.0.0-beta.4",
119
+ "@mastra/client-js": "^1.0.0-beta.17"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@storybook/addon-docs": "^9.1.16",
@@ -144,10 +144,10 @@
144
144
  "vite-plugin-lib-inject-css": "^2.2.2",
145
145
  "vitest": "4.0.12",
146
146
  "@mastra/ai-sdk": "^1.0.0-beta.11",
147
- "@mastra/core": "1.0.0-beta.16",
148
- "@mastra/client-js": "^1.0.0-beta.16",
149
- "@mastra/react": "0.1.0-beta.16",
150
- "@mastra/schema-compat": "1.0.0-beta.3"
147
+ "@mastra/client-js": "^1.0.0-beta.17",
148
+ "@mastra/react": "0.1.0-beta.17",
149
+ "@mastra/schema-compat": "1.0.0-beta.4",
150
+ "@mastra/core": "1.0.0-beta.17"
151
151
  },
152
152
  "homepage": "https://mastra.ai",
153
153
  "repository": {