@equinor/fusion-framework-module-bookmark 3.0.0 → 3.0.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3428](https://github.com/equinor/fusion-framework/pull/3428) [`1700ca8`](https://github.com/equinor/fusion-framework/commit/1700ca8851fa108e55e9729fd24f595272766e63) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update zod from 4.1.9 to 4.1.11
8
+
9
+ - **v4.1.10**: Fixed shape caching issue (#5263) improving validation performance for complex schemas
10
+ - **v4.1.11**: Maintenance release with general improvements
11
+
12
+ This patch update enhances schema validation performance without changing any APIs.
13
+
14
+ - Updated dependencies [[`3b614f8`](https://github.com/equinor/fusion-framework/commit/3b614f87138f5a52f8ccc50ca8c6598ef3db37d6)]:
15
+ - @equinor/fusion-observable@8.5.4
16
+ - @equinor/fusion-framework-module@5.0.2
17
+ - @equinor/fusion-query@5.2.14
18
+
3
19
  ## 3.0.0
4
20
 
5
21
  ### Major Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '3.0.0';
2
+ export const version = '3.0.1';
3
3
  //# sourceMappingURL=version.js.map