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

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 +7 -7
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-b2daf10f
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-b2daf10f
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-b2daf10f",
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-b2daf10f",
90
90
  "@equinor/fusion-framework-react-module": "^3.0.8",
91
91
  "@equinor/fusion-framework-react-module-http": "^4.0.6"
92
92
  },
@@ -100,10 +100,10 @@
100
100
  "@equinor/fusion-framework-module-event": "^4.0.8",
101
101
  "@equinor/fusion-framework-module-feature-flag": "^1.0.2",
102
102
  "@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",
105
- "@equinor/fusion-framework-react-module-context": "^6.0.20",
106
- "@equinor/fusion-observable": "^8.1.5"
103
+ "@equinor/fusion-framework-react-module-bookmark": "^2.0.33-widget-b2daf10f",
104
+ "@equinor/fusion-framework-react-widget": "^1.0.1-widget-b2daf10f",
105
+ "@equinor/fusion-observable": "^8.1.5",
106
+ "@equinor/fusion-framework-react-module-context": "^6.0.20"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "@types/react": "^17.0.0 || ^18.0.0",