@module-federation/bridge-react 0.7.1 → 0.7.3

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,20 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
+ ## 0.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4ab9295]
8
+ - @module-federation/sdk@0.7.3
9
+ - @module-federation/bridge-shared@0.7.3
10
+
11
+ ## 0.7.2
12
+
13
+ ### Patch Changes
14
+
15
+ - @module-federation/sdk@0.7.2
16
+ - @module-federation/bridge-shared@0.7.2
17
+
3
18
  ## 0.7.1
4
19
 
5
20
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -181,7 +181,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
181
181
  }
182
182
  );
183
183
  };
184
- RemoteApp2["__APP_VERSION__"] = "0.7.1";
184
+ RemoteApp2["__APP_VERSION__"] = "0.7.3";
185
185
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
186
186
  });
187
187
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -162,7 +162,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
162
162
  }
163
163
  );
164
164
  };
165
- RemoteApp2["__APP_VERSION__"] = "0.7.1";
165
+ RemoteApp2["__APP_VERSION__"] = "0.7.3";
166
166
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
167
167
  });
168
168
  function withRouterData(WrappedComponent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,8 +41,8 @@
41
41
  "dependencies": {
42
42
  "@loadable/component": "^5.16.4",
43
43
  "react-error-boundary": "^4.0.13",
44
- "@module-federation/bridge-shared": "0.7.1",
45
- "@module-federation/sdk": "0.7.1"
44
+ "@module-federation/bridge-shared": "0.7.3",
45
+ "@module-federation/sdk": "0.7.3"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.9.0",