Skip to content

Commit 8228f12

Browse files
committed
release: v2.0.0-alpha.8
1 parent 901da40 commit 8228f12

File tree

15 files changed

+64
-17
lines changed

15 files changed

+64
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

cli/api-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

cli/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

cli/create-vc-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

cli/create-vc-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

cli/create-vc-app/src/templates/dynamic-module/_package.json.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
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
}

cli/create-vc-app/src/templates/host-app/_package.json.ejs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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",
@@ -51,8 +51,8 @@
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",

cli/create-vc-app/src/templates/standalone/_package.json.ejs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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",
@@ -51,8 +51,8 @@
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",

configs/ts-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

configs/ts-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)