Skip to content

Commit cc6ef5c

Browse files
committed
release: v1.2.4-beta.7
1 parent a738adf commit cc6ef5c

File tree

17 files changed

+618
-541
lines changed

17 files changed

+618
-541
lines changed

CHANGELOG.md

Lines changed: 522 additions & 499 deletions
Large diffs are not rendered by default.

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.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
2+
3+
**Note:** Version bump only for package @vc-shell/api-client-generator
4+
15
## [1.2.4-beta.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.5...v1.2.4-beta.6) (2026-03-04)
26

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

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.6",
4+
"version": "1.2.4-beta.7",
55
"type": "module",
66
"bin": "./dist/api-client-generator.js",
77
"files": [

cli/create-vc-app/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [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)
2+
3+
**Note:** Version bump only for package @vc-shell/create-vc-app
4+
15
## [1.2.4-beta.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.5...v1.2.4-beta.6) (2026-03-04)
26

37
**Note:** Version bump only for package
@@ -1145,7 +1149,7 @@
11451149

11461150
### Features
11471151

1148-
- **dynamic:** refactoring of scope, composable args interface, dynamic hint for some components BREAKING CHANGE: change scope in composables to be plain object instead refs. Also, if you want to extend scope, use lodash's merge method like: _.merge(scope, {}) ([e6b8099](https://github.com/VirtoCommerce/vc-shell/commit/e6b8099a120cef9429896904947e13fdae670541))
1152+
- **dynamic:** refactoring of scope, composable args interface, dynamic hint for some components BREAKING CHANGE: change scope in composables to be plain object instead refs. Also, if you want to extend scope, use lodash's merge method like: \_.merge(scope, {}) ([e6b8099](https://github.com/VirtoCommerce/vc-shell/commit/e6b8099a120cef9429896904947e13fdae670541))
11491153

11501154
## [1.0.222](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.221...v1.0.222) (2024-05-28)
11511155

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.6",
4+
"version": "1.2.4-beta.7",
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.6",
26-
"@vc-shell/release-config": "^1.2.4-beta.6",
27-
"@vc-shell/ts-config": "^1.2.4-beta.6",
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",
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.6",
56-
"@vc-shell/framework": "^1.2.4-beta.6",
55+
"@vc-shell/config-generator": "^1.2.4-beta.7",
56+
"@vc-shell/framework": "^1.2.4-beta.7",
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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [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)
2+
3+
### Features
4+
5+
- improve `getPreviousVersionTag` to find previous version by semver comparison, supporting non-existent target tags ([58d2873](https://github.com/VirtoCommerce/vc-shell/commit/58d28739950ae31631c432db82ab671ffc44544a))
6+
7+
### Bug Fixes
8+
9+
- **release:** preserve package changes in root changelog ([a738adf](https://github.com/VirtoCommerce/vc-shell/commit/a738adffaa292b7fd0170a6d7b2e9f8d824a9936))
10+
- **release:** keep root changelog stable in dry runs ([13730dd](https://github.com/VirtoCommerce/vc-shell/commit/13730ddf2dad1f08a4ade09fade22c1d07c3f773))
11+
- **release:** force publish all packages by default ([278877c](https://github.com/VirtoCommerce/vc-shell/commit/278877c8c6089d918fcb02d35474859cd10d924c))
12+
- **release-config:** fix changelog generation using git tags instead of CHANGELOG entries ([74d8c2c](https://github.com/VirtoCommerce/vc-shell/commit/74d8c2cd852e2a8f100fad65e7e7b6a353c9f8f9))
13+
14+
### Code Refactoring
15+
16+
- capture conventional-changelog output directly from stdout and enhance error logging ([fa8c12a](https://github.com/VirtoCommerce/vc-shell/commit/fa8c12ad4a7464ec7d7e2e2d85c2ef342a07dce0))
17+
18+
19+
### Bug Fixes
20+
21+
- **release-config:** fix changelog generation using git tags instead of CHANGELOG entries ([74d8c2c](https://github.com/VirtoCommerce/vc-shell/commit/74d8c2cd852e2a8f100fad65e7e7b6a353c9f8f9))
22+
- **release:** force publish all packages by default ([278877c](https://github.com/VirtoCommerce/vc-shell/commit/278877c8c6089d918fcb02d35474859cd10d924c))
23+
- **release:** keep root changelog stable in dry runs ([13730dd](https://github.com/VirtoCommerce/vc-shell/commit/13730ddf2dad1f08a4ade09fade22c1d07c3f773))
24+
- **release:** preserve package changes in root changelog ([a738adf](https://github.com/VirtoCommerce/vc-shell/commit/a738adffaa292b7fd0170a6d7b2e9f8d824a9936))
25+
26+
### Features
27+
28+
- improve `getPreviousVersionTag` to find previous version by semver comparison, supporting non-existent target tags ([58d2873](https://github.com/VirtoCommerce/vc-shell/commit/58d28739950ae31631c432db82ab671ffc44544a))
29+
130
## [1.2.4-beta.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.5...v1.2.4-beta.6) (2026-03-04)
231

332
### Bug Fixes

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.6",
3+
"version": "1.2.4-beta.7",
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.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
2+
3+
**Note:** Version bump only for package @vc-shell/ts-config
4+
15
## [1.2.4-beta.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.5...v1.2.4-beta.6) (2026-03-04)
26

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

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.6",
3+
"version": "1.2.4-beta.7",
44
"main": "./tsconfig.json",
55
"files": [
66
"tsconfig.json"

0 commit comments

Comments
 (0)