@equinor/fusion-framework-cli 9.13.0 → 9.13.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 +15 -0
- package/dist/bin/public/assets/index-Baoup9Vh.js +4124 -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 +13 -13
- package/dist/bin/public/assets/index-BPZ0l4LJ.js +0 -3510
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2493](https://github.com/equinor/fusion-framework/pull/2493) [`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion-wc-person to fix issues when using selectedPerson = null in PersonSelect component.
|
|
8
|
+
|
|
9
|
+
Updated the following dependencies
|
|
10
|
+
|
|
11
|
+
- `@equinor/fusion-wc-person` from `^3.0.1` to `^3.0.3` in `packages/cli/package.json` and `packages/react/components/people-resolver/package.json`.
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81)]:
|
|
14
|
+
- @equinor/fusion-framework-react-components-people-provider@1.4.8
|
|
15
|
+
- @equinor/fusion-framework-app@9.1.9
|
|
16
|
+
- @equinor/fusion-framework-module-feature-flag@1.1.9
|
|
17
|
+
|
|
3
18
|
## 9.13.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|