@mastra/playground-ui 6.1.4-alpha.2 → 6.2.0-alpha.4

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 CHANGED
@@ -1,5 +1,39 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.2.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed createRun change in agent builder that was missed ([#7966](https://github.com/mastra-ai/mastra/pull/7966))
8
+
9
+ - fix error message when fetching observability things ([#7956](https://github.com/mastra-ai/mastra/pull/7956))
10
+
11
+ - Updated dependencies [[`4f9ea8c`](https://github.com/mastra-ai/mastra/commit/4f9ea8c95ea74ba9abbf3b2ab6106c7d7bc45689)]:
12
+ - @mastra/core@0.17.0-alpha.7
13
+ - @mastra/client-js@0.13.0-alpha.7
14
+
15
+ ## 6.2.0-alpha.3
16
+
17
+ ### Minor Changes
18
+
19
+ - Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
20
+
21
+ ### Patch Changes
22
+
23
+ - dependencies updates: ([#7908](https://github.com/mastra-ai/mastra/pull/7908))
24
+ - Updated dependency [`use-debounce@^10.0.6` ↗︎](https://www.npmjs.com/package/use-debounce/v/10.0.6) (from `^10.0.5`, in `dependencies`)
25
+
26
+ - dependencies updates: ([#7912](https://github.com/mastra-ai/mastra/pull/7912))
27
+ - Updated dependency [`zustand@^5.0.8` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.8) (from `^5.0.7`, in `dependencies`)
28
+
29
+ - fix scorers table link full row ([#7915](https://github.com/mastra-ai/mastra/pull/7915))
30
+
31
+ - adjust the way we display scorers in agent metadata ([#7910](https://github.com/mastra-ai/mastra/pull/7910))
32
+
33
+ - Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
34
+ - @mastra/core@0.17.0-alpha.6
35
+ - @mastra/client-js@0.13.0-alpha.6
36
+
3
37
  ## 6.1.4-alpha.2
4
38
 
5
39
  ### Patch Changes