@module-federation/bridge-react 0.3.4 → 0.4.0

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,17 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/bridge-shared@0.4.0
8
+
9
+ ## 0.3.5
10
+
11
+ ### Patch Changes
12
+
13
+ - @module-federation/bridge-shared@0.3.5
14
+
3
15
  ## 0.3.4
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -163,7 +163,7 @@ const RemoteApp = ({
163
163
  }, []);
164
164
  return /* @__PURE__ */ React.createElement("div", { ref: rootRef });
165
165
  };
166
- RemoteApp["__APP_VERSION__"] = "0.3.4";
166
+ RemoteApp["__APP_VERSION__"] = "0.4.0";
167
167
  function withRouterData(WrappedComponent) {
168
168
  return (props) => {
169
169
  var _a;
package/dist/index.es.js CHANGED
@@ -144,7 +144,7 @@ const RemoteApp = ({
144
144
  }, []);
145
145
  return /* @__PURE__ */ React__default.createElement("div", { ref: rootRef });
146
146
  };
147
- RemoteApp["__APP_VERSION__"] = "0.3.4";
147
+ RemoteApp["__APP_VERSION__"] = "0.4.0";
148
148
  function withRouterData(WrappedComponent) {
149
149
  return (props) => {
150
150
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.3.4",
3
+ "version": "0.4.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@loadable/component": "^5.16.4",
27
27
  "react-error-boundary": "^4.0.13",
28
- "@module-federation/bridge-shared": "0.3.4"
28
+ "@module-federation/bridge-shared": "0.4.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.9.0",