@equinor/fusion-framework-dev-portal 2.0.1 → 4.0.0
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/main.js +25136 -25544
- package/package.json +9 -9
- package/src/version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @equinor/fusion-framework-dev-portal
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#4120](https://github.com/equinor/fusion-framework/pull/4120) [`e8438fd`](https://github.com/equinor/fusion-framework/commit/e8438fdfe3d89b0135ef914068a75307f83ddd08) Thanks [@eikeland](https://github.com/eikeland)! - Fix web component type compatibility by updating `@equinor/fusion-wc-person` to 3.3.1.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`e8438fd`](https://github.com/equinor/fusion-framework/commit/e8438fdfe3d89b0135ef914068a75307f83ddd08), [`4e2ae5c`](https://github.com/equinor/fusion-framework/commit/4e2ae5cf55c4d7924d40f7cef0f0c563246132e8)]:
|
|
10
|
+
- @equinor/fusion-framework-react-components-people-provider@1.6.1
|
|
11
|
+
- @equinor/fusion-framework-module-analytics@1.0.0
|
|
12
|
+
|
|
13
|
+
## 3.0.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#4095](https://github.com/equinor/fusion-framework/pull/4095) [`f09b26f`](https://github.com/equinor/fusion-framework/commit/f09b26f100a94bf3c841be9830525aa2c734b180) Thanks [@eikeland](https://github.com/eikeland)! - Update bundled @equinor/fusion-wc-person web component version.
|
|
18
|
+
|
|
19
|
+
This implements the person component changes in the dev-portal.
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`f09b26f`](https://github.com/equinor/fusion-framework/commit/f09b26f100a94bf3c841be9830525aa2c734b180), [`cb94ac2`](https://github.com/equinor/fusion-framework/commit/cb94ac24744304a5cf61fc6e19d4217c92fa8a5c)]:
|
|
22
|
+
- @equinor/fusion-framework-module-services@7.2.0
|
|
23
|
+
- @equinor/fusion-framework-react-components-people-provider@1.6.0
|
|
24
|
+
- @equinor/fusion-framework-module-analytics@0.3.0
|
|
25
|
+
- @equinor/fusion-framework@7.4.11
|
|
26
|
+
- @equinor/fusion-framework-app@10.4.7
|
|
27
|
+
|
|
3
28
|
## 2.0.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|