@module-federation/bridge-react 0.2.0 → 0.2.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.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/bridge-shared@0.2.2
8
+
9
+ ## 0.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - @module-federation/bridge-shared@0.2.1
14
+
3
15
  ## 0.2.0
4
16
 
5
17
  ### Minor Changes
package/dist/index.cjs.js CHANGED
@@ -178,7 +178,7 @@ const RemoteApp = ({
178
178
  }, []);
179
179
  return /* @__PURE__ */ React.createElement("div", { ref: rootRef });
180
180
  };
181
- RemoteApp["__APP_VERSION__"] = "0.2.0";
181
+ RemoteApp["__APP_VERSION__"] = "0.2.2";
182
182
  function createRemoteComponent(info) {
183
183
  return (props) => {
184
184
  var _a;
package/dist/index.es.js CHANGED
@@ -159,7 +159,7 @@ const RemoteApp = ({
159
159
  }, []);
160
160
  return /* @__PURE__ */ React__default.createElement("div", { ref: rootRef });
161
161
  };
162
- RemoteApp["__APP_VERSION__"] = "0.2.0";
162
+ RemoteApp["__APP_VERSION__"] = "0.2.2";
163
163
  function createRemoteComponent(info) {
164
164
  return (props) => {
165
165
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
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.2.0"
28
+ "@module-federation/bridge-shared": "0.2.2"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.9.0",