@equinor/fusion-framework-react-app 4.3.6-widget-80a83af4 → 4.3.6-widget-50a1870b

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,11 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## 4.3.6-widget-80a83af4
3
+ ## 4.3.6-widget-50a1870b
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1854](https://github.com/equinor/fusion-framework/pull/1854) [`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d) Thanks [@Noggling](https://github.com/Noggling)! - Exposing the `makeWidgetComponent` function and performing minor cleanup of the widget component.
8
8
 
9
+ - Updated dependencies [[`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d)]:
10
+ - @equinor/fusion-framework-react@6.0.3-widget-50a1870b
11
+
9
12
  ## 4.3.5
10
13
 
11
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "4.3.6-widget-80a83af4",
3
+ "version": "4.3.6-widget-50a1870b",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -83,10 +83,10 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@equinor/fusion-framework-app": "^8.1.1",
86
- "@equinor/fusion-framework-module-app": "^5.2.13",
87
86
  "@equinor/fusion-framework-module": "^4.2.7",
87
+ "@equinor/fusion-framework-module-app": "^5.2.13",
88
88
  "@equinor/fusion-framework-module-navigation": "^3.1.4",
89
- "@equinor/fusion-framework-react": "^6.0.2",
89
+ "@equinor/fusion-framework-react": "^6.0.3-widget-50a1870b",
90
90
  "@equinor/fusion-framework-react-module": "^3.0.8",
91
91
  "@equinor/fusion-framework-react-module-http": "^4.0.6"
92
92
  },
@@ -98,10 +98,10 @@
98
98
  "rxjs": "^7.8.1",
99
99
  "typescript": "^5.1.3",
100
100
  "@equinor/fusion-framework-module-event": "^4.0.8",
101
- "@equinor/fusion-framework-module-feature-flag": "^1.0.2",
102
101
  "@equinor/fusion-framework-module-msal": "^3.0.10",
103
- "@equinor/fusion-framework-react-module-bookmark": "^2.0.32",
104
- "@equinor/fusion-framework-react-widget": "^1.0.1-widget-80a83af4",
102
+ "@equinor/fusion-framework-react-module-bookmark": "^2.0.33-widget-50a1870b",
103
+ "@equinor/fusion-framework-module-feature-flag": "^1.0.2",
104
+ "@equinor/fusion-framework-react-widget": "^1.0.1-widget-50a1870b",
105
105
  "@equinor/fusion-framework-react-module-context": "^6.0.20",
106
106
  "@equinor/fusion-observable": "^8.1.5"
107
107
  },