@equinor/fusion-framework-cli 9.4.1 → 9.4.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 +20 -0
- package/dist/bin/public/assets/index-330e26e1.js +3139 -0
- package/dist/bin/public/index.html +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +12 -12
- package/dist/bin/public/assets/index-c8172734.js +0 -3141
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @equinor/fusion-framework-app@7.1.10
|
|
9
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
10
|
+
|
|
11
|
+
## 9.4.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1533](https://github.com/equinor/fusion-framework/pull/1533) [`a571b640`](https://github.com/equinor/fusion-framework/commit/a571b640c9fe94519ce2ede22f1eb1c336ecdac9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump find-up from 6.3.0 to 7.0.0
|
|
16
|
+
|
|
17
|
+
- [#1534](https://github.com/equinor/fusion-framework/pull/1534) [`8c77de20`](https://github.com/equinor/fusion-framework/commit/8c77de209df2f41a78636f1f6f85a81d653484d2) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump vite-plugin-restart from 0.3.1 to 0.4.0
|
|
18
|
+
|
|
19
|
+
- Updated dependencies []:
|
|
20
|
+
- @equinor/fusion-framework-app@7.1.9
|
|
21
|
+
- @equinor/fusion-framework-react-components-people-provider@1.1.3
|
|
22
|
+
|
|
3
23
|
## 9.4.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|