create-mastra 1.3.2 → 1.3.3

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,21 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Added a side-by-side diff view to the Dataset comparison pages (Compare Items and Compare Item Versions), making it easier to spot differences between dataset entries at a glance. ([#13267](https://github.com/mastra-ai/mastra/pull/13267))
8
+
9
+ - Added a searchable combobox header to the Dataset page, allowing you to quickly filter and switch between datasets without scrolling through a long list. ([#13273](https://github.com/mastra-ai/mastra/pull/13273))
10
+
11
+ ## 1.3.3-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Added a side-by-side diff view to the Dataset comparison pages (Compare Items and Compare Item Versions), making it easier to spot differences between dataset entries at a glance. ([#13267](https://github.com/mastra-ai/mastra/pull/13267))
16
+
17
+ - Added a searchable combobox header to the Dataset page, allowing you to quickly filter and switch between datasets without scrolling through a long list. ([#13273](https://github.com/mastra-ai/mastra/pull/13273))
18
+
3
19
  ## 1.3.2
4
20
 
5
21
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1265,7 +1265,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
1265
1265
  };
1266
1266
 
1267
1267
  var package_default = {
1268
- version: "1.3.2"};
1268
+ version: "1.3.3"};
1269
1269
  function getPackageManagerAddCommand(pm) {
1270
1270
  switch (pm) {
1271
1271
  case "npm":