@equinor/fusion-framework-module-bookmark 3.0.0 → 3.0.2
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 +25 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +8 -8
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`6cb288b`](https://github.com/equinor/fusion-framework/commit/6cb288b9e1ec4fae68ae6899735c176837bb4275), [`d3bcafe`](https://github.com/equinor/fusion-framework/commit/d3bcafed8b8c5a02ebe68693588cb376ed5e1b0e), [`45954e5`](https://github.com/equinor/fusion-framework/commit/45954e5db471a2faa24e88e41fc6d6c18817d6d1)]:
|
|
8
|
+
- @equinor/fusion-observable@8.5.5
|
|
9
|
+
- @equinor/fusion-query@6.0.0
|
|
10
|
+
- @equinor/fusion-framework-module@5.0.3
|
|
11
|
+
|
|
12
|
+
## 3.0.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#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
|
|
17
|
+
|
|
18
|
+
- **v4.1.10**: Fixed shape caching issue (#5263) improving validation performance for complex schemas
|
|
19
|
+
- **v4.1.11**: Maintenance release with general improvements
|
|
20
|
+
|
|
21
|
+
This patch update enhances schema validation performance without changing any APIs.
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`3b614f8`](https://github.com/equinor/fusion-framework/commit/3b614f87138f5a52f8ccc50ca8c6598ef3db37d6)]:
|
|
24
|
+
- @equinor/fusion-observable@8.5.4
|
|
25
|
+
- @equinor/fusion-framework-module@5.0.2
|
|
26
|
+
- @equinor/fusion-query@5.2.14
|
|
27
|
+
|
|
3
28
|
## 3.0.0
|
|
4
29
|
|
|
5
30
|
### Major Changes
|
package/dist/esm/version.js
CHANGED