@mastra/playground-ui 48.0.0-alpha.5 → 48.0.0-alpha.6

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 48.0.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed external Markdown links to open in a new tab. ([#21004](https://github.com/mastra-ai/mastra/pull/21004))
8
+
3
9
  ## 48.0.0-alpha.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "48.0.0-alpha.5",
4
+ "version": "48.0.0-alpha.6",
5
5
  "description": "Mastra Playground components",
6
6
  "sideEffects": [
7
7
  "**/*.css"
@@ -190,9 +190,9 @@
190
190
  "vite-plugin-lib-inject-css": "^2.2.2",
191
191
  "vitest": "4.1.10",
192
192
  "@internal/lint": "0.0.121",
193
- "@mastra/memory": "1.26.1-alpha.3",
194
193
  "@mastra/client-js": "^1.39.0-alpha.5",
195
194
  "@mastra/core": "1.58.0-alpha.5",
195
+ "@mastra/memory": "1.26.1-alpha.3",
196
196
  "@mastra/react": "1.4.2-alpha.5"
197
197
  },
198
198
  "homepage": "https://mastra.ai",