@equinor/fusion-framework-cli 9.12.2 → 9.12.4
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 +30 -0
- package/dist/bin/public/assets/{index-B76liOEj.js → index-DwtdS6lt.js} +664 -741
- package/dist/bin/public/index.html +1 -1
- package/dist/lib/vite-config.js +2 -0
- package/dist/lib/vite-config.js.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.12.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2107](https://github.com/equinor/fusion-framework/pull/2107) [`491c2e0`](https://github.com/equinor/fusion-framework/commit/491c2e05a2383dc7aa310f11ba6f7325a69e7197) Thanks [@odinr](https://github.com/odinr)! - Fixed issue with missing process env `FUSION_LOG_LEVEL`
|
|
8
|
+
|
|
9
|
+
- added default resolve value when generating base vite configuration
|
|
10
|
+
- moved default query log level resolve outside class
|
|
11
|
+
|
|
12
|
+
fixes: https://github.com/equinor/fusion/issues/343
|
|
13
|
+
|
|
14
|
+
- Updated dependencies []:
|
|
15
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.6
|
|
16
|
+
- @equinor/fusion-framework-app@9.0.7
|
|
17
|
+
|
|
18
|
+
## 9.12.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [#2098](https://github.com/equinor/fusion-framework/pull/2098) [`5093391`](https://github.com/equinor/fusion-framework/commit/5093391eabda84873041ee89632f26770734b03c) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @equinor/eds-core-react from 0.36.1 to 0.37.0
|
|
23
|
+
|
|
24
|
+
- [#2103](https://github.com/equinor/fusion-framework/pull/2103) [`975f65c`](https://github.com/equinor/fusion-framework/commit/975f65cdae9882279f18e1f9f8d243df03218650) Thanks [@odinr](https://github.com/odinr)! - bumped vite to 5.2.10
|
|
25
|
+
|
|
26
|
+
- [`cf4a17a`](https://github.com/equinor/fusion-framework/commit/cf4a17a07540b05b0d44de7e188aaaa8f9fef8f8) Thanks [@odinr](https://github.com/odinr)! - updated Query, ref #2095
|
|
27
|
+
|
|
28
|
+
- Updated dependencies []:
|
|
29
|
+
- @equinor/fusion-framework-react-components-people-provider@1.3.5
|
|
30
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.1
|
|
31
|
+
- @equinor/fusion-framework-app@9.0.6
|
|
32
|
+
|
|
3
33
|
## 9.12.2
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|