@vc-shell/mf-module 2.0.0-alpha.33-pr220.455e322 → 2.0.0-alpha.34

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [2.0.0-alpha.34](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2026-04-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **tests:** update vue-i18n mocks for consistency across components ([0b73433](https://github.com/VirtoCommerce/vc-shell/commit/0b73433c5ee0317bd525a34a3937af54fb7f7c28))
1
7
  # [2.0.0-alpha.33](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2026-04-14)
2
8
 
3
9
  **Note:** Version bump only for package @vc-shell/mf-module
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vc-shell/mf-module",
3
3
  "description": "Module Federation build config for VC Shell remote modules",
4
- "version": "2.0.0-alpha.33-pr220.455e322",
4
+ "version": "2.0.0-alpha.34",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@module-federation/vite": "^1.12.2",
24
- "@vc-shell/mf-config": "2.0.0-alpha.33-pr220.455e322"
24
+ "@vc-shell/mf-config": "2.0.0-alpha.34"
25
25
  },
26
26
  "devDependencies": {
27
- "@vc-shell/ts-config": "2.0.0-alpha.33-pr220.455e322",
27
+ "@vc-shell/ts-config": "2.0.0-alpha.34",
28
28
  "@vitejs/plugin-vue": "^5.2.3",
29
29
  "tsc-alias": "^1.8.8",
30
30
  "typescript": "^5.8.3",
@@ -33,7 +33,7 @@
33
33
  "vue": "^3.5.30"
34
34
  },
35
35
  "peerDependencies": {
36
- "@vc-shell/config-generator": "^2.0.0-alpha.33-pr220.455e322",
36
+ "@vc-shell/config-generator": "^2.0.0-alpha.34",
37
37
  "@vitejs/plugin-vue": "^5.0.0",
38
38
  "vite": "^5.0.0 || ^6.0.0"
39
39
  },