@vc-shell/mf-config 2.0.0-alpha.10 → 2.0.0-alpha.12

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 +17 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [2.0.0-alpha.12](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2026-03-19)
2
+
3
+ **Note:** Version bump only for package @vc-shell/mf-config
4
+
5
+ # [2.0.0-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
6
+
7
+ **Note:** Version bump only for package @vc-shell/mf-config
8
+
1
9
  # [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
2
10
 
3
11
 
@@ -10,12 +18,12 @@
10
18
  ### Bug Fixes
11
19
 
12
20
  * topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
13
- # Changelog
14
-
15
- All notable changes to this project will be documented in this file.
16
-
17
- ## [2.0.0-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2026-03-12)
18
-
19
- ### Features
20
-
21
- * **mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([9b079c2](https://github.com/VirtoCommerce/vc-shell/commit/9b079c27b))
21
+ # Changelog
22
+
23
+ All notable changes to this project will be documented in this file.
24
+
25
+ ## [2.0.0-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2026-03-12)
26
+
27
+ ### Features
28
+
29
+ * **mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([9b079c2](https://github.com/VirtoCommerce/vc-shell/commit/9b079c27b))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vc-shell/mf-config",
3
3
  "description": "Module Federation shared dependency catalog for VC Shell",
4
- "version": "2.0.0-alpha.10",
4
+ "version": "2.0.0-alpha.12",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "build": "echo 'Building @vc-shell/mf-config...' && tsc -b --clean && tsc && tsc-alias && echo '@vc-shell/mf-config built.'"
13
13
  },
14
14
  "devDependencies": {
15
- "@vc-shell/ts-config": "2.0.0-alpha.10",
15
+ "@vc-shell/ts-config": "2.0.0-alpha.12",
16
16
  "tsc-alias": "^1.8.8",
17
17
  "typescript": "^5.8.3"
18
18
  },