@mastra/playground-ui 49.0.0 → 49.0.1-alpha.0

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 49.0.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`587f6ef`](https://github.com/mastra-ai/mastra/commit/587f6efcfc25880b93760a8607d1cd381ec612fe)]:
8
+ - @mastra/core@1.59.1-alpha.0
9
+ - @mastra/client-js@1.40.1-alpha.0
10
+ - @mastra/react@1.4.4-alpha.0
11
+
3
12
  ## 49.0.0
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": "49.0.0",
4
+ "version": "49.0.1-alpha.0",
5
5
  "description": "Mastra Playground components",
6
6
  "sideEffects": [
7
7
  "**/*.css"
@@ -151,8 +151,8 @@
151
151
  "react": ">=19.0.0",
152
152
  "react-dom": ">=19.0.0",
153
153
  "tailwindcss": "^4.0.0",
154
- "@mastra/client-js": "^1.40.0",
155
- "@mastra/react": "1.4.3"
154
+ "@mastra/client-js": "^1.40.1-alpha.0",
155
+ "@mastra/react": "1.4.4-alpha.0"
156
156
  },
157
157
  "devDependencies": {
158
158
  "@storybook/addon-a11y": "^10.4.1",
@@ -190,11 +190,11 @@
190
190
  "vite-plugin-dts": "^4.5.4",
191
191
  "vite-plugin-lib-inject-css": "^2.2.2",
192
192
  "vitest": "4.1.10",
193
+ "@mastra/client-js": "^1.40.1-alpha.0",
194
+ "@mastra/core": "1.59.1-alpha.0",
193
195
  "@internal/lint": "0.0.123",
194
- "@mastra/client-js": "^1.40.0",
195
- "@mastra/core": "1.59.0",
196
196
  "@mastra/memory": "1.26.2",
197
- "@mastra/react": "1.4.3"
197
+ "@mastra/react": "1.4.4-alpha.0"
198
198
  },
199
199
  "homepage": "https://mastra.ai",
200
200
  "repository": {