Skip to content

Commit a3098f9

Browse files
committed
release: v2.0.0-alpha.4
1 parent cb7920a commit a3098f9

File tree

19 files changed

+71
-31
lines changed

19 files changed

+71
-31
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.0.0-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2026-03-10)
2+
3+
### VC-Shell Framework (@vc-shell/framework)
4+
5+
### Features
6+
- add blade catch-all route handling in VcBladeNavigationComponent ([cb7920a](https://github.com/VirtoCommerce/vc-shell/commit/cb7920a3563d9224a160c00f728b5e5a84277f7f))
7+
### Features
8+
- add blade catch-all route handling in VcBladeNavigationComponent ([cb7920a](https://github.com/VirtoCommerce/vc-shell/commit/cb7920a3563d9224a160c00f728b5e5a84277f7f))
9+
110
## [2.0.0-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-03-10)
211

312
**Note:** Version bump only for package

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.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2026-03-10)
2+
3+
**Note:** Version bump only for package @vc-shell/api-client-generator
4+
15
# [2.0.0-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-03-10)
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.3",
4+
"version": "2.0.0-alpha.4",
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.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2026-03-10)
2+
3+
**Note:** Version bump only for package @vc-shell/create-vc-app
4+
15
# [2.0.0-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-03-10)
26

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

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.3",
4+
"version": "2.0.0-alpha.4",
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.3",
13+
"@vc-shell/ts-config": "^2.0.0-alpha.4",
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.3",
22-
"@vc-shell/framework": "^2.0.0-alpha.3",
21+
"@vc-shell/config-generator": "^2.0.0-alpha.4",
22+
"@vc-shell/framework": "^2.0.0-alpha.4",
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.3",
26-
"@vc-shell/release-config": "^2.0.0-alpha.3",
27-
"@vc-shell/ts-config": "^2.0.0-alpha.3",
25+
"@vc-shell/api-client-generator": "^2.0.0-alpha.4",
26+
"@vc-shell/release-config": "^2.0.0-alpha.4",
27+
"@vc-shell/ts-config": "^2.0.0-alpha.4",
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.3",
56-
"@vc-shell/framework": "^2.0.0-alpha.3",
55+
"@vc-shell/config-generator": "^2.0.0-alpha.4",
56+
"@vc-shell/framework": "^2.0.0-alpha.4",
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.3",
26-
"@vc-shell/release-config": "^2.0.0-alpha.3",
27-
"@vc-shell/ts-config": "^2.0.0-alpha.3",
25+
"@vc-shell/api-client-generator": "^2.0.0-alpha.4",
26+
"@vc-shell/release-config": "^2.0.0-alpha.4",
27+
"@vc-shell/ts-config": "^2.0.0-alpha.4",
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.3",
56-
"@vc-shell/framework": "^2.0.0-alpha.3",
55+
"@vc-shell/config-generator": "^2.0.0-alpha.4",
56+
"@vc-shell/framework": "^2.0.0-alpha.4",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [2.0.0-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2026-03-10)
2+
3+
**Note:** Version bump only for package @vc-shell/release-config
4+
15
# [2.0.0-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-03-10)
26

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

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

0 commit comments

Comments
 (0)