Skip to content

Commit edce6b8

Browse files
committed
release: v1.1.99-alpha.9
1 parent c540695 commit edce6b8

File tree

19 files changed

+61
-29
lines changed

19 files changed

+61
-29
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.99-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.8...v1.1.99-alpha.9) (2025-11-26)
2+
3+
**Note:** Version bump only for package
4+
15
## [1.1.99-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.7...v1.1.99-alpha.8) (2025-11-25)
26

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

cli/ai-codegen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.99-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.8...v1.1.99-alpha.9) (2025-11-26)
7+
8+
**Note:** Version bump only for package @vc-shell/ai-codegen
9+
610
## [1.1.99-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.7...v1.1.99-alpha.8) (2025-11-25)
711

812
### Features

cli/ai-codegen/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/ai-codegen",
3-
"version": "1.1.99-alpha.8",
3+
"version": "1.1.99-alpha.9",
44
"description": "AI-powered code generation tools for VC Shell applications with MCP support",
55
"type": "module",
66
"main": "./dist/index.js",

cli/api-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.99-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.8...v1.1.99-alpha.9) (2025-11-26)
2+
3+
**Note:** Version bump only for package @vc-shell/api-client-generator
4+
15
## [1.1.99-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.7...v1.1.99-alpha.8) (2025-11-25)
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": "1.1.99-alpha.8",
4+
"version": "1.1.99-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+
## [1.1.99-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.8...v1.1.99-alpha.9) (2025-11-26)
2+
3+
**Note:** Version bump only for package @vc-shell/create-vc-app
4+
15
## [1.1.99-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.7...v1.1.99-alpha.8) (2025-11-25)
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": "1.1.99-alpha.8",
4+
"version": "1.1.99-alpha.9",
55
"type": "module",
66
"bin": "./dist/index.js",
77
"files": [

cli/create-vc-app/src/templates/base/_package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@types/node": "^20.10.5",
2424
"@typescript-eslint/eslint-plugin": "^7.4.0",
2525
"@typescript-eslint/parser": "^7.4.0",
26-
"@vc-shell/api-client-generator": "^1.1.99-alpha.8",
27-
"@vc-shell/release-config": "^1.1.99-alpha.8",
28-
"@vc-shell/ts-config": "^1.1.99-alpha.8",
26+
"@vc-shell/api-client-generator": "^1.1.99-alpha.9",
27+
"@vc-shell/release-config": "^1.1.99-alpha.9",
28+
"@vc-shell/ts-config": "^1.1.99-alpha.9",
2929
"@vitejs/plugin-vue": "^5.2.3",
3030
"@vue/eslint-config-prettier": "^9.0.0",
3131
"@vue/eslint-config-typescript": "^13.0.0",
@@ -53,8 +53,8 @@
5353
"vue-tsc": "^2.2.10"
5454
},
5555
"dependencies": {
56-
"@vc-shell/config-generator": "^1.1.99-alpha.8",
57-
"@vc-shell/framework": "^1.1.99-alpha.8",
56+
"@vc-shell/config-generator": "^1.1.99-alpha.9",
57+
"@vc-shell/framework": "^1.1.99-alpha.9",
5858
"@vueuse/core": "^10.7.1",
5959
"@vueuse/integrations": "^10.7.1",
6060
"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+
## [1.1.99-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.8...v1.1.99-alpha.9) (2025-11-26)
2+
3+
**Note:** Version bump only for package @vc-shell/release-config
4+
15
## [1.1.99-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.7...v1.1.99-alpha.8) (2025-11-25)
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": "1.1.99-alpha.8",
3+
"version": "1.1.99-alpha.9",
44
"type": "module",
55
"main": "dist/release-config.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)