@module-federation/bridge-react 0.8.0 → 0.8.1

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,12 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @module-federation/sdk@0.8.1
8
+ - @module-federation/bridge-shared@0.8.1
9
+
3
10
  ## 0.8.0
4
11
 
5
12
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -212,7 +212,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
212
212
  }
213
213
  );
214
214
  };
215
- RemoteApp2["__APP_VERSION__"] = "0.8.0";
215
+ RemoteApp2["__APP_VERSION__"] = "0.8.1";
216
216
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
217
217
  });
218
218
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -193,7 +193,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
193
193
  }
194
194
  );
195
195
  };
196
- RemoteApp2["__APP_VERSION__"] = "0.8.0";
196
+ RemoteApp2["__APP_VERSION__"] = "0.8.1";
197
197
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
198
198
  });
199
199
  function withRouterData(WrappedComponent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -46,8 +46,8 @@
46
46
  "dependencies": {
47
47
  "@loadable/component": "^5.16.4",
48
48
  "react-error-boundary": "^4.0.13",
49
- "@module-federation/bridge-shared": "0.8.0",
50
- "@module-federation/sdk": "0.8.0"
49
+ "@module-federation/bridge-shared": "0.8.1",
50
+ "@module-federation/sdk": "0.8.1"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=16.9.0",
@@ -68,7 +68,7 @@
68
68
  "typescript": "^5.2.2",
69
69
  "vite": "^5.2.14",
70
70
  "vite-plugin-dts": "^4.3.0",
71
- "@module-federation/runtime": "0.8.0"
71
+ "@module-federation/runtime": "0.8.1"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "vite",