File tree Expand file tree Collapse file tree 15 files changed +64
-17
lines changed
Expand file tree Collapse file tree 15 files changed +64
-17
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # [ 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)
4+
5+
6+ ### Bug Fixes
7+
8+ * add promise deduplication to loadUser() to prevent concurrent duplicate API calls ([ ec83ab6] ( https://github.com/VirtoCommerce/vc-shell/commit/ec83ab6298648c5386467fcb88624e8154379f4b ) )
9+ * ** ci:** add --worktree flag to publish: packages script ([ 23fe555] ( https://github.com/VirtoCommerce/vc-shell/commit/23fe55561048bbc6c1aa1b5b053a3f8779a4aa9d ) )
10+ * ** ci:** use YARN_NPM_AUTH_TOKEN for yarn npm publish ([ 47f169b] ( https://github.com/VirtoCommerce/vc-shell/commit/47f169b6dd94acce84f77253d5f85174612cd692 ) )
11+ * resolve vue-tsc build errors for generic components ([ a8955e5] ( https://github.com/VirtoCommerce/vc-shell/commit/a8955e5ada0940345f149298653dd4bd96c6a574 ) )
12+
13+
14+ ### Features
15+
16+ * ** mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([ 9b079c2] ( https://github.com/VirtoCommerce/vc-shell/commit/9b079c27bc1497d89849b909f62c1403eff0c9b4 ) )
17+ * ** vc-select:** add useSelectDataSource composable with cache layer ([ 4f4e724] ( https://github.com/VirtoCommerce/vc-shell/commit/4f4e7246cd40cc09623e0f283ea32032f9ee0da1 ) )
18+
319# [ 2.0.0-alpha.7] ( https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7 ) (2026-03-11)
420
521
Original file line number Diff line number Diff line change 1+ # [ 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)
2+
3+ ** Note:** Version bump only for package @vc-shell/api-client-generator
4+
15# [ 2.0.0-alpha.7] ( https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7 ) (2026-03-11)
26
37** Note:** Version bump only for package @vc-shell/api-client-generator
Original file line number Diff line number Diff line change 11{
22 "name" : " @vc-shell/api-client-generator" ,
33 "description" : " Tool for API clients generation" ,
4- "version" : " 2.0.0-alpha.7 " ,
4+ "version" : " 2.0.0-alpha.8 " ,
55 "type" : " module" ,
66 "bin" : " ./dist/api-client-generator.js" ,
77 "files" : [
Original file line number Diff line number Diff line change 1+ # [ 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)
2+
3+ ** Note:** Version bump only for package @vc-shell/create-vc-app
4+
15# [ 2.0.0-alpha.7] ( https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7 ) (2026-03-11)
26
37
Original file line number Diff line number Diff line change 11{
22 "name" : " @vc-shell/create-vc-app" ,
33 "description" : " Application scaffolding" ,
4- "version" : " 2.0.0-alpha.7 " ,
4+ "version" : " 2.0.0-alpha.8 " ,
55 "type" : " module" ,
66 "bin" : " ./dist/index.js" ,
77 "files" : [
Original file line number Diff line number Diff line change 1010 },
1111 "devDependencies": {
1212 "@types/node": "^20.10.5",
13- "@vc-shell/ts-config": "^2.0.0-alpha.7 ",
13+ "@vc-shell/ts-config": "^2.0.0-alpha.8 ",
1414 "cross-env": "^7.0.3",
1515 "sass": "^1.87.0",
1616 "typescript": "^5.8.3",
1717 "vite": "^6.3.3",
1818 "vue-tsc": "^2.2.10"
1919 },
2020 "dependencies": {
21- "@vc-shell/config-generator": "^2.0.0-alpha.7 ",
22- "@vc-shell/framework": "^2.0.0-alpha.7 ",
21+ "@vc-shell/config-generator": "^2.0.0-alpha.8 ",
22+ "@vc-shell/framework": "^2.0.0-alpha.8 ",
2323 "vue": "^3.5.13",
2424 "vue-router": "^4.2.5"
2525 }
Original file line number Diff line number Diff line change 2222 "@types/node": "^20.10.5",
2323 "@typescript-eslint/eslint-plugin": "^7.4.0",
2424 "@typescript-eslint/parser": "^7.4.0",
25- "@vc-shell/api-client-generator": "^2.0.0-alpha.7 ",
26- "@vc-shell/ts-config": "^2.0.0-alpha.7 ",
25+ "@vc-shell/api-client-generator": "^2.0.0-alpha.8 ",
26+ "@vc-shell/ts-config": "^2.0.0-alpha.8 ",
2727 "@vitejs/plugin-vue": "^5.2.3",
2828 "@vue/eslint-config-prettier": "^9.0.0",
2929 "@vue/eslint-config-typescript": "^13.0.0",
5151 "vue-tsc": "^2.2.10"
5252 },
5353 "dependencies": {
54- "@vc-shell/config-generator": "^2.0.0-alpha.7 ",
55- "@vc-shell/framework": "^2.0.0-alpha.7 ",
54+ "@vc-shell/config-generator": "^2.0.0-alpha.8 ",
55+ "@vc-shell/framework": "^2.0.0-alpha.8 ",
5656 "@vueuse/core": "^10.7.1",
5757 "@vueuse/integrations": "^10.7.1",
5858 "cross-spawn": "^7.0.3",
Original file line number Diff line number Diff line change 2222 "@types/node": "^20.10.5",
2323 "@typescript-eslint/eslint-plugin": "^7.4.0",
2424 "@typescript-eslint/parser": "^7.4.0",
25- "@vc-shell/api-client-generator": "^2.0.0-alpha.7 ",
26- "@vc-shell/ts-config": "^2.0.0-alpha.7 ",
25+ "@vc-shell/api-client-generator": "^2.0.0-alpha.8 ",
26+ "@vc-shell/ts-config": "^2.0.0-alpha.8 ",
2727 "@vitejs/plugin-vue": "^5.2.3",
2828 "@vue/eslint-config-prettier": "^9.0.0",
2929 "@vue/eslint-config-typescript": "^13.0.0",
5151 "vue-tsc": "^2.2.10"
5252 },
5353 "dependencies": {
54- "@vc-shell/config-generator": "^2.0.0-alpha.7 ",
55- "@vc-shell/framework": "^2.0.0-alpha.7 ",
54+ "@vc-shell/config-generator": "^2.0.0-alpha.8 ",
55+ "@vc-shell/framework": "^2.0.0-alpha.8 ",
5656 "@vueuse/core": "^10.7.1",
5757 "@vueuse/integrations": "^10.7.1",
5858 "cross-spawn": "^7.0.3",
Original file line number Diff line number Diff line change 1+ # [ 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)
2+
3+ ** Note:** Version bump only for package @vc-shell/ts-config
4+
15# [ 2.0.0-alpha.7] ( https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7 ) (2026-03-11)
26
37** Note:** Version bump only for package @vc-shell/ts-config
Original file line number Diff line number Diff line change 11{
22 "name" : " @vc-shell/ts-config" ,
3- "version" : " 2.0.0-alpha.7 " ,
3+ "version" : " 2.0.0-alpha.8 " ,
44 "main" : " ./tsconfig.json" ,
55 "files" : [
66 " tsconfig.json"
You can’t perform that action at this time.
0 commit comments