Skip to content

Commit 25aa324

Browse files
committed
release: v1.2.4-beta.8
1 parent 08a822f commit 25aa324

File tree

17 files changed

+73
-137
lines changed

17 files changed

+73
-137
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.2.4-beta.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.7...v1.2.4-beta.8) (2026-03-04)
2+
3+
### VC-Shell Framework (@vc-shell/framework)
4+
5+
### Code Refactoring
6+
- improve code readability and component properties in VcDataTable ([08a822f](https://github.com/VirtoCommerce/vc-shell/commit/08a822f2525687ad4987e242f3a99774f946a826))
7+
- streamline component exports and remove async component definitions ([fb1d76c](https://github.com/VirtoCommerce/vc-shell/commit/fb1d76c9ac8a1974472e1c43ab3c09d41a0b5ee3))
8+
**Note:** Version bump only for package @vc-shell/framework
9+
10+
### Release Config (@vc-shell/release-config)
11+
12+
### Code Refactoring
13+
- enhance git and lerna integration for better versioning ([2864ce9](https://github.com/VirtoCommerce/vc-shell/commit/2864ce93ac21ef00aff8b337332dc918114ac571))
14+
**Note:** Version bump only for package @vc-shell/release-config
15+
116
## [1.2.4-beta.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
217

318
### Release Config (@vc-shell/release-config)

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.2.4-beta.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.7...v1.2.4-beta.8) (2026-03-04)
2+
3+
**Note:** Version bump only for package @vc-shell/api-client-generator
4+
15
## [1.2.4-beta.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
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.2.4-beta.7",
4+
"version": "1.2.4-beta.8",
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.2.4-beta.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.7...v1.2.4-beta.8) (2026-03-04)
2+
3+
**Note:** Version bump only for package @vc-shell/create-vc-app
4+
15
## [1.2.4-beta.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
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.2.4-beta.7",
4+
"version": "1.2.4-beta.8",
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
@@ -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": "^1.2.4-beta.7",
26-
"@vc-shell/release-config": "^1.2.4-beta.7",
27-
"@vc-shell/ts-config": "^1.2.4-beta.7",
25+
"@vc-shell/api-client-generator": "^1.2.4-beta.8",
26+
"@vc-shell/release-config": "^1.2.4-beta.8",
27+
"@vc-shell/ts-config": "^1.2.4-beta.8",
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": "^1.2.4-beta.7",
56-
"@vc-shell/framework": "^1.2.4-beta.7",
55+
"@vc-shell/config-generator": "^1.2.4-beta.8",
56+
"@vc-shell/framework": "^1.2.4-beta.8",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.4-beta.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.7...v1.2.4-beta.8) (2026-03-04)
2+
3+
### Code Refactoring
4+
5+
- enhance git and lerna integration for better versioning ([2864ce9](https://github.com/VirtoCommerce/vc-shell/commit/2864ce93ac21ef00aff8b337332dc918114ac571))
6+
7+
8+
**Note:** Version bump only for package @vc-shell/release-config
9+
110
## [1.2.4-beta.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
211

312
### Features
@@ -15,7 +24,6 @@
1524

1625
- capture conventional-changelog output directly from stdout and enhance error logging ([fa8c12a](https://github.com/VirtoCommerce/vc-shell/commit/fa8c12ad4a7464ec7d7e2e2d85c2ef342a07dce0))
1726

18-
1927
### Bug Fixes
2028

2129
- **release-config:** fix changelog generation using git tags instead of CHANGELOG entries ([74d8c2c](https://github.com/VirtoCommerce/vc-shell/commit/74d8c2cd852e2a8f100fad65e7e7b6a353c9f8f9))

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

configs/ts-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.4-beta.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.7...v1.2.4-beta.8) (2026-03-04)
2+
3+
**Note:** Version bump only for package @vc-shell/ts-config
4+
15
## [1.2.4-beta.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
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": "1.2.4-beta.7",
3+
"version": "1.2.4-beta.8",
44
"main": "./tsconfig.json",
55
"files": [
66
"tsconfig.json"

0 commit comments

Comments
 (0)