@equinor/fusion-framework-module-analytics 1.0.1 → 1.0.2

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,21 @@
1
1
  # @equinor/fusion-framework-module-analytics
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4157](https://github.com/equinor/fusion-framework/pull/4157) [`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581) Thanks [@Noggling](https://github.com/Noggling)! - Internal: patch release to align TypeScript types across packages for consistent type compatibility.
8
+
9
+ - [#4066](https://github.com/equinor/fusion-framework/pull/4066) [`390b1b3`](https://github.com/equinor/fusion-framework/commit/390b1b3f014a8af9900a6589911f65f068a1e9c0) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: update the analytics module OpenTelemetry logging packages to 0.212.x/2.5.1 for upstream exporter and resource handling fixes without changing the module API.
10
+
11
+ - Updated dependencies [[`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
12
+ - @equinor/fusion-framework-module-app@7.4.1
13
+ - @equinor/fusion-framework-module-context@7.0.3
14
+ - @equinor/fusion-framework-module-event@5.0.1
15
+ - @equinor/fusion-framework-module-http@7.0.8
16
+ - @equinor/fusion-framework-module@5.0.6
17
+ - @equinor/fusion-observable@8.5.8
18
+
3
19
  ## 1.0.1
4
20
 
5
21
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '1.0.1';
2
+ export const version = '1.0.2';
3
3
  //# sourceMappingURL=version.js.map