Skip to content

Commit 223c859

Browse files
committed
release: v2.0.0-alpha.2
1 parent 26ff398 commit 223c859

File tree

19 files changed

+92
-40
lines changed

19 files changed

+92
-40
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1+
## [2.0.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.2) (2026-03-10)
2+
3+
### VC-Shell Framework (@vc-shell/framework)
4+
5+
### Code Refactoring
6+
- remove unused components and update package resolutions ([26ff398](https://github.com/VirtoCommerce/vc-shell/commit/26ff398739d75b23f7f700542920a117e0022ff3))
7+
**Note:** Version bump only for package @vc-shell/framework
8+
9+
### Create VC App (@vc-shell/create-vc-app)
10+
11+
### Code Refactoring
12+
- remove unused components and update package resolutions ([26ff398](https://github.com/VirtoCommerce/vc-shell/commit/26ff398739d75b23f7f700542920a117e0022ff3))
13+
**Note:** Version bump only for package @vc-shell/create-vc-app
14+
15+
### Vite Config (@vc-shell/config-generator)
16+
17+
### Code Refactoring
18+
- remove unused components and update package resolutions ([26ff398](https://github.com/VirtoCommerce/vc-shell/commit/26ff398739d75b23f7f700542920a117e0022ff3))
19+
**Note:** Version bump only for package @vc-shell/config-generator
20+
121
## [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
222

323
**Note:** Version bump only for package
424

5-
625
## [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
726

827
### VC-Shell Framework (@vc-shell/framework)
@@ -30,7 +49,7 @@
3049
- **table:** extract orchestration logic into useDataTableOrchestrator ([86e946e](https://github.com/VirtoCommerce/vc-shell/commit/86e946e559749dc53d71e7fb7da52471ece0ec3c))
3150
- **navigation:** improve blade stack management and extension points ([6817743](https://github.com/VirtoCommerce/vc-shell/commit/6817743aa38efed0c9d98496c8adaa032a458548))
3251
- **ui:** standardize component prop/emit types and remove any usage ([a7a587a](https://github.com/VirtoCommerce/vc-shell/commit/a7a587a5848dbb9acbfce6d9235e4b0e196b4a18))
33-
- **core:** standardize composable return types with *Return naming convention ([f84452b](https://github.com/VirtoCommerce/vc-shell/commit/f84452bc23d523bdc252d70f2e6d22a3b6fd1d07))
52+
- **core:** standardize composable return types with \*Return naming convention ([f84452b](https://github.com/VirtoCommerce/vc-shell/commit/f84452bc23d523bdc252d70f2e6d22a3b6fd1d07))
3453
- **loader-mf:** clarify route re-resolution happens after module installation ([6b7bbd3](https://github.com/VirtoCommerce/vc-shell/commit/6b7bbd3d732c6c8f017c016013dd8004cc7f6dcb))
3554
- **loader-mf:** consume SHARED_DEP_NAMES from shared-deps.ts, fix stale comment ([b2eb9f8](https://github.com/VirtoCommerce/vc-shell/commit/b2eb9f829204c636bb214962ea6f38cec79b2af2))
3655
- **vc-menu:** rework skeleton and migrate main-menu to VcMenu ([5066677](https://github.com/VirtoCommerce/vc-shell/commit/50666775cb8e2d7f8f2bfa1078aa602482e64c52))

cli/api-client/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
1+
# [2.0.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.2) (2026-03-10)
22

33
**Note:** Version bump only for package @vc-shell/api-client-generator
44

5+
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
6+
7+
**Note:** Version bump only for package @vc-shell/api-client-generator
58

69
# [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
710

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.1",
4+
"version": "2.0.0-alpha.2",
55
"type": "module",
66
"bin": "./dist/api-client-generator.js",
77
"files": [

cli/create-vc-app/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
1+
# [2.0.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.2) (2026-03-10)
2+
3+
### Code Refactoring
4+
5+
- remove unused components and update package resolutions ([26ff398](https://github.com/VirtoCommerce/vc-shell/commit/26ff398739d75b23f7f700542920a117e0022ff3))
6+
27

38
**Note:** Version bump only for package @vc-shell/create-vc-app
49

10+
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
11+
12+
**Note:** Version bump only for package @vc-shell/create-vc-app
513

614
# [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
715

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.1",
4+
"version": "2.0.0-alpha.2",
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.1",
13+
"@vc-shell/ts-config": "^2.0.0-alpha.2",
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.1",
22-
"@vc-shell/framework": "^2.0.0-alpha.1",
21+
"@vc-shell/config-generator": "^2.0.0-alpha.2",
22+
"@vc-shell/framework": "^2.0.0-alpha.2",
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
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.1",
26-
"@vc-shell/release-config": "^2.0.0-alpha.1",
27-
"@vc-shell/ts-config": "^2.0.0-alpha.1",
25+
"@vc-shell/api-client-generator": "^2.0.0-alpha.2",
26+
"@vc-shell/release-config": "^2.0.0-alpha.2",
27+
"@vc-shell/ts-config": "^2.0.0-alpha.2",
2828
"@vitejs/plugin-vue": "^5.2.3",
2929
"@vue/eslint-config-prettier": "^9.0.0",
3030
"@vue/eslint-config-typescript": "^13.0.0",
@@ -52,8 +52,8 @@
5252
"vue-tsc": "^2.2.10"
5353
},
5454
"dependencies": {
55-
"@vc-shell/config-generator": "^2.0.0-alpha.1",
56-
"@vc-shell/framework": "^2.0.0-alpha.1",
55+
"@vc-shell/config-generator": "^2.0.0-alpha.2",
56+
"@vc-shell/framework": "^2.0.0-alpha.2",
5757
"@vueuse/core": "^10.7.1",
5858
"@vueuse/integrations": "^10.7.1",
5959
"cross-spawn": "^7.0.3",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
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.1",
26-
"@vc-shell/release-config": "^2.0.0-alpha.1",
27-
"@vc-shell/ts-config": "^2.0.0-alpha.1",
25+
"@vc-shell/api-client-generator": "^2.0.0-alpha.2",
26+
"@vc-shell/release-config": "^2.0.0-alpha.2",
27+
"@vc-shell/ts-config": "^2.0.0-alpha.2",
2828
"@vitejs/plugin-vue": "^5.2.3",
2929
"@vue/eslint-config-prettier": "^9.0.0",
3030
"@vue/eslint-config-typescript": "^13.0.0",
@@ -52,8 +52,8 @@
5252
"vue-tsc": "^2.2.10"
5353
},
5454
"dependencies": {
55-
"@vc-shell/config-generator": "^2.0.0-alpha.1",
56-
"@vc-shell/framework": "^2.0.0-alpha.1",
55+
"@vc-shell/config-generator": "^2.0.0-alpha.2",
56+
"@vc-shell/framework": "^2.0.0-alpha.2",
5757
"@vueuse/core": "^10.7.1",
5858
"@vueuse/integrations": "^10.7.1",
5959
"cross-spawn": "^7.0.3",

configs/release-config/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
1+
# [2.0.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.2) (2026-03-10)
22

33
**Note:** Version bump only for package @vc-shell/release-config
44

5+
# [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
6+
7+
**Note:** Version bump only for package @vc-shell/release-config
58

69
# [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
710

configs/release-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/release-config",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"type": "module",
55
"main": "dist/release-config.js",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)