@mastra/playground-ui 15.2.0-alpha.0 → 15.2.0-alpha.1
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 +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 15.2.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed documentation link in empty datasets page pointing to the correct datasets docs instead of evals ([#13872](https://github.com/mastra-ai/mastra/pull/13872))
|
|
8
|
+
|
|
3
9
|
## 15.2.0-alpha.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -35187,7 +35187,7 @@ function EmptyDatasetsTable({ onCreateClick }) {
|
|
|
35187
35187
|
size: "lg",
|
|
35188
35188
|
variant: "outline",
|
|
35189
35189
|
as: "a",
|
|
35190
|
-
href: "https://mastra.ai/docs/
|
|
35190
|
+
href: "https://mastra.ai/docs/observability/datasets/overview",
|
|
35191
35191
|
target: "_blank",
|
|
35192
35192
|
rel: "noopener noreferrer",
|
|
35193
35193
|
children: [
|