@module-federation/bridge-react 0.6.0 → 0.6.2

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.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/bridge-shared@0.6.2
8
+
9
+ ## 0.6.1
10
+
11
+ ### Patch Changes
12
+
13
+ - @module-federation/bridge-shared@0.6.1
14
+
3
15
  ## 0.6.0
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -177,7 +177,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
177
177
  }
178
178
  );
179
179
  };
180
- RemoteApp2["__APP_VERSION__"] = "0.6.0";
180
+ RemoteApp2["__APP_VERSION__"] = "0.6.2";
181
181
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
182
182
  });
183
183
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -158,7 +158,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
158
158
  }
159
159
  );
160
160
  };
161
- RemoteApp2["__APP_VERSION__"] = "0.6.0";
161
+ RemoteApp2["__APP_VERSION__"] = "0.6.2";
162
162
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
163
163
  });
164
164
  function withRouterData(WrappedComponent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@loadable/component": "^5.16.4",
37
37
  "react-error-boundary": "^4.0.13",
38
- "@module-federation/bridge-shared": "0.6.0"
38
+ "@module-federation/bridge-shared": "0.6.2"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.9.0",