@equinor/fusion-framework-react-app 5.0.0 → 5.0.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation.
8
+
9
+ - Updated dependencies [[`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc)]:
10
+ - @equinor/fusion-framework-react-module@3.1.1
11
+ - @equinor/fusion-framework-react@7.0.1
12
+ - @equinor/fusion-framework-app@9.0.1
13
+ - @equinor/fusion-framework-react-module-http@5.0.1
14
+ - @equinor/fusion-framework-module-app@5.3.0
15
+
16
+ ## 5.0.3
17
+
18
+ ### Patch Changes
19
+
20
+ - [#1963](https://github.com/equinor/fusion-framework/pull/1963) [`e0b95f1`](https://github.com/equinor/fusion-framework/commit/e0b95f1879ecfc108987073a58c3c3150c156aa8) Thanks [@eikeland](https://github.com/eikeland)! - Fixes type exports in package
21
+
3
22
  ## 5.0.0
4
23
 
5
24
  ### Minor Changes
@@ -1,2 +1,2 @@
1
- export const version = '5.0.0';
1
+ export const version = '5.0.4';
2
2
  //# sourceMappingURL=version.js.map