@equinor/fusion-framework-react-app 9.0.0 → 9.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 +8 -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 +16 -16
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`bd539b5`](https://github.com/equinor/fusion-framework/commit/bd539b5355db0cdec7569e9a09f4e8dce2a9a05c) Thanks [@odinr](https://github.com/odinr)! - Internal: Update workspace dependency versions from `workspace:^` to `workspace:*` for better compatibility.
|
|
8
|
+
|
|
9
|
+
Changed all internal workspace dependencies to use `workspace:*` instead of `workspace:^` to ensure exact version matching within the monorepo. This prevents version mismatch issues when different parts of the framework have conflicting version constraints.
|
|
10
|
+
|
|
3
11
|
## 9.0.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/esm/version.js
CHANGED