@module-federation/bridge-react 0.7.5 → 0.7.6

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,13 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
+ ## 0.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/runtime@0.7.6
8
+ - @module-federation/sdk@0.7.6
9
+ - @module-federation/bridge-shared@0.7.6
10
+
3
11
  ## 0.7.5
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -214,7 +214,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
214
214
  }
215
215
  );
216
216
  };
217
- RemoteApp2["__APP_VERSION__"] = "0.7.5";
217
+ RemoteApp2["__APP_VERSION__"] = "0.7.6";
218
218
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
219
219
  });
220
220
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -195,7 +195,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
195
195
  }
196
196
  );
197
197
  };
198
- RemoteApp2["__APP_VERSION__"] = "0.7.5";
198
+ RemoteApp2["__APP_VERSION__"] = "0.7.6";
199
199
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
200
200
  });
201
201
  function withRouterData(WrappedComponent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,9 +41,9 @@
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.5",
45
- "@module-federation/sdk": "0.7.5",
46
- "@module-federation/runtime": "0.7.5"
44
+ "@module-federation/bridge-shared": "0.7.6",
45
+ "@module-federation/sdk": "0.7.6",
46
+ "@module-federation/runtime": "0.7.6"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": ">=16.9.0",