Skip to content

Commit 4e5d63e

Browse files
committed
release: v2.0.0-alpha.11
1 parent ac4d491 commit 4e5d63e

File tree

21 files changed

+73
-39
lines changed

21 files changed

+73
-39
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
# [2.0.0-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
4+
35
# [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
46

57

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.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
2+
3+
**Note:** Version bump only for package @vc-shell/api-client-generator
4+
15
# [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
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.10",
4+
"version": "2.0.0-alpha.11",
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.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
2+
3+
**Note:** Version bump only for package @vc-shell/create-vc-app
4+
15
# [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
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.10",
4+
"version": "2.0.0-alpha.11",
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.10",
13+
"@vc-shell/ts-config": "^2.0.0-alpha.11",
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.10",
22-
"@vc-shell/framework": "^2.0.0-alpha.10",
21+
"@vc-shell/config-generator": "^2.0.0-alpha.11",
22+
"@vc-shell/framework": "^2.0.0-alpha.11",
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.10",
26-
"@vc-shell/ts-config": "^2.0.0-alpha.10",
25+
"@vc-shell/api-client-generator": "^2.0.0-alpha.11",
26+
"@vc-shell/ts-config": "^2.0.0-alpha.11",
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.10",
55-
"@vc-shell/framework": "^2.0.0-alpha.10",
54+
"@vc-shell/config-generator": "^2.0.0-alpha.11",
55+
"@vc-shell/framework": "^2.0.0-alpha.11",
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.10",
26-
"@vc-shell/ts-config": "^2.0.0-alpha.10",
25+
"@vc-shell/api-client-generator": "^2.0.0-alpha.11",
26+
"@vc-shell/ts-config": "^2.0.0-alpha.11",
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.10",
55-
"@vc-shell/framework": "^2.0.0-alpha.10",
54+
"@vc-shell/config-generator": "^2.0.0-alpha.11",
55+
"@vc-shell/framework": "^2.0.0-alpha.11",
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.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
2+
3+
**Note:** Version bump only for package @vc-shell/ts-config
4+
15
# [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
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.10",
3+
"version": "2.0.0-alpha.11",
44
"main": "./tsconfig.json",
55
"files": [
66
"tsconfig.json"

0 commit comments

Comments
 (0)