@module-federation/bridge-react 0.0.0-next-20241105102822 → 0.0.0-next-20241105130705

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,16 +1,24 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20241105102822
3
+ ## 0.0.0-next-20241105130705
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - chore: bump next
8
+ - @module-federation/sdk@0.0.0-next-20241105130705
9
+ - @module-federation/bridge-shared@0.0.0-next-20241105130705
10
+
11
+ ## 0.7.0
12
+
13
+ ### Minor Changes
14
+
7
15
  - 3942740: add license information
8
16
  - Updated dependencies [879ad87]
9
17
  - Updated dependencies [4eb09e7]
10
18
  - Updated dependencies [3942740]
11
19
  - Updated dependencies [206b56d]
12
- - @module-federation/sdk@0.0.0-next-20241105102822
13
- - @module-federation/bridge-shared@0.0.0-next-20241105102822
20
+ - @module-federation/sdk@0.7.0
21
+ - @module-federation/bridge-shared@0.7.0
14
22
 
15
23
  ## 0.6.16
16
24
 
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-20241105102822",
3
+ "version": "0.0.0-next-20241105130705",
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-20241105102822",
45
- "@module-federation/sdk": "0.0.0-next-20241105102822"
44
+ "@module-federation/bridge-shared": "0.0.0-next-20241105130705",
45
+ "@module-federation/sdk": "0.0.0-next-20241105130705"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.9.0",