@module-federation/bridge-react 0.0.0-next-20250407031542 → 0.0.0-next-20250408064807

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20250407031542
3
+ ## 0.0.0-next-20250408064807
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [695aced]
8
- - @module-federation/sdk@0.0.0-next-20250407031542
9
- - @module-federation/bridge-shared@0.0.0-next-20250407031542
7
+ - chore: bump next
8
+ - @module-federation/sdk@0.0.0-next-20250408064807
9
+ - @module-federation/bridge-shared@0.0.0-next-20250408064807
10
+
11
+ ## 0.11.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [64a2bc1]
16
+ - Updated dependencies [c14842f]
17
+ - @module-federation/sdk@0.11.4
18
+ - @module-federation/bridge-shared@0.11.4
10
19
 
11
20
  ## 0.11.3
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.0.0-next-20250407031542",
3
+ "version": "0.0.0-next-20250408064807",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "react-error-boundary": "^4.1.2",
48
- "@module-federation/bridge-shared": "0.0.0-next-20250407031542",
49
- "@module-federation/sdk": "0.0.0-next-20250407031542"
48
+ "@module-federation/bridge-shared": "0.0.0-next-20250408064807",
49
+ "@module-federation/sdk": "0.0.0-next-20250408064807"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": ">=16.9.0",
@@ -67,7 +67,7 @@
67
67
  "typescript": "^5.2.2",
68
68
  "vite": "^5.4.12",
69
69
  "vite-plugin-dts": "^4.3.0",
70
- "@module-federation/runtime": "0.0.0-next-20250407031542"
70
+ "@module-federation/runtime": "0.0.0-next-20250408064807"
71
71
  },
72
72
  "scripts": {
73
73
  "dev": "vite",