@mastra/playground-ui 7.0.0-beta.22 → 7.0.0-beta.23

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 +9 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 7.0.0-beta.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c8417b4`](https://github.com/mastra-ai/mastra/commit/c8417b41d9f3486854dc7842d977fbe5e2166264), [`dd4f34c`](https://github.com/mastra-ai/mastra/commit/dd4f34c78cbae24063463475b0619575c415f9b8)]:
8
+ - @mastra/core@1.0.0-beta.23
9
+ - @mastra/client-js@1.0.0-beta.23
10
+ - @mastra/react@0.1.0-beta.23
11
+
3
12
  ## 7.0.0-beta.22
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": "7.0.0-beta.22",
4
+ "version": "7.0.0-beta.23",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -112,9 +112,9 @@
112
112
  "react-dom": ">=19.0.0",
113
113
  "tailwindcss": "^3.0.0",
114
114
  "@mastra/ai-sdk": "^1.0.0-beta.15",
115
- "@mastra/react": "0.1.0-beta.22",
116
- "@mastra/schema-compat": "1.0.0-beta.6",
117
- "@mastra/client-js": "^1.0.0-beta.22"
115
+ "@mastra/react": "0.1.0-beta.23",
116
+ "@mastra/client-js": "^1.0.0-beta.23",
117
+ "@mastra/schema-compat": "1.0.0-beta.6"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@storybook/addon-docs": "^9.1.16",
@@ -141,10 +141,10 @@
141
141
  "vite-plugin-lib-inject-css": "^2.2.2",
142
142
  "vitest": "4.0.16",
143
143
  "@mastra/ai-sdk": "^1.0.0-beta.15",
144
- "@mastra/client-js": "^1.0.0-beta.22",
145
- "@mastra/core": "1.0.0-beta.22",
146
- "@mastra/react": "0.1.0-beta.22",
147
- "@mastra/schema-compat": "1.0.0-beta.6"
144
+ "@mastra/client-js": "^1.0.0-beta.23",
145
+ "@mastra/core": "1.0.0-beta.23",
146
+ "@mastra/schema-compat": "1.0.0-beta.6",
147
+ "@mastra/react": "0.1.0-beta.23"
148
148
  },
149
149
  "homepage": "https://mastra.ai",
150
150
  "repository": {