@module-federation/bridge-react 0.0.0-next-20241105211652 → 0.0.0-next-20241106033151

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,13 +1,23 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20241105211652
3
+ ## 0.0.0-next-20241106033151
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - @module-federation/sdk@0.0.0-next-20241106033151
8
+ - @module-federation/bridge-shared@0.0.0-next-20241106033151
9
+
10
+ ## 0.7.0
11
+
12
+ ### Minor Changes
13
+
7
14
  - 3942740: add license information
15
+ - Updated dependencies [879ad87]
16
+ - Updated dependencies [4eb09e7]
8
17
  - Updated dependencies [3942740]
9
- - @module-federation/bridge-shared@0.0.0-next-20241105211652
10
- - @module-federation/sdk@0.0.0-next-20241105211652
18
+ - Updated dependencies [206b56d]
19
+ - @module-federation/sdk@0.7.0
20
+ - @module-federation/bridge-shared@0.7.0
11
21
 
12
22
  ## 0.6.16
13
23
 
package/dist/index.cjs.js CHANGED
@@ -181,7 +181,7 @@ const RemoteAppWrapper = React.forwardRef(function(props, ref) {
181
181
  }
182
182
  );
183
183
  };
184
- RemoteApp2["__APP_VERSION__"] = "0.6.16";
184
+ RemoteApp2["__APP_VERSION__"] = "0.7.0";
185
185
  return /* @__PURE__ */ React.createElement(RemoteApp2, null);
186
186
  });
187
187
  function withRouterData(WrappedComponent) {
package/dist/index.es.js CHANGED
@@ -162,7 +162,7 @@ const RemoteAppWrapper = forwardRef(function(props, ref) {
162
162
  }
163
163
  );
164
164
  };
165
- RemoteApp2["__APP_VERSION__"] = "0.6.16";
165
+ RemoteApp2["__APP_VERSION__"] = "0.7.0";
166
166
  return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);
167
167
  });
168
168
  function withRouterData(WrappedComponent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.0.0-next-20241105211652",
3
+ "version": "0.0.0-next-20241106033151",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,8 +41,8 @@
41
41
  "dependencies": {
42
42
  "@loadable/component": "^5.16.4",
43
43
  "react-error-boundary": "^4.0.13",
44
- "@module-federation/bridge-shared": "0.0.0-next-20241105211652",
45
- "@module-federation/sdk": "0.0.0-next-20241105211652"
44
+ "@module-federation/bridge-shared": "0.0.0-next-20241106033151",
45
+ "@module-federation/sdk": "0.0.0-next-20241106033151"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.9.0",