Skip to content

Commit ef631bd

Browse files
committed
release: v2.0.0-alpha.9
1 parent bf01eaf commit ef631bd

File tree

19 files changed

+65
-20
lines changed

19 files changed

+65
-20
lines changed

CHANGELOG.md

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

3+
# [2.0.0-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
9+
* **ui:** replace VcInput discriminated union Props with single interface ([b25b153](https://github.com/VirtoCommerce/vc-shell/commit/b25b153eb81a13f879bfd2d14be63c333ea3f9a6))
10+
311
# [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)
412

513

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

0 commit comments

Comments
 (0)