Skip to content

Commit c969535

Browse files
committed
release: v1.2.2
1 parent f8b2a08 commit c969535

File tree

17 files changed

+59
-35
lines changed

17 files changed

+59
-35
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.2.2) (2025-11-13)
2+
3+
### Release Config (@vc-shell/release-config)
4+
5+
### Features
6+
- **release:** add --force-publish flag to enable versioning of all packages ([a3e6274](https://github.com/VirtoCommerce/vc-shell/commit/a3e62740ca6761be23727daf01896643fe6c02a0))
7+
18
## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-13)
29

310
### VC-Shell Framework (@vc-shell/framework)

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.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.2.2) (2025-11-13)
2+
3+
**Note:** Version bump only for package @vc-shell/api-client-generator
4+
15
## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-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": "1.2.1",
4+
"version": "1.2.2",
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.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.2.2) (2025-11-13)
2+
3+
**Note:** Version bump only for package @vc-shell/create-vc-app
4+
15
## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-13)
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.1",
4+
"version": "1.2.2",
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.1",
26-
"@vc-shell/release-config": "^1.2.1",
27-
"@vc-shell/ts-config": "^1.2.1",
25+
"@vc-shell/api-client-generator": "^1.2.2",
26+
"@vc-shell/release-config": "^1.2.2",
27+
"@vc-shell/ts-config": "^1.2.2",
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.1",
56-
"@vc-shell/framework": "^1.2.1",
55+
"@vc-shell/config-generator": "^1.2.2",
56+
"@vc-shell/framework": "^1.2.2",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.2.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.2.2) (2025-11-13)
2+
3+
### Features
4+
5+
- **release:** add --force-publish flag to enable versioning of all packages ([a3e6274](https://github.com/VirtoCommerce/vc-shell/commit/a3e62740ca6761be23727daf01896643fe6c02a0))
6+
17
## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-13)
28

39
### 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.1",
3+
"version": "1.2.2",
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.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.2.2) (2025-11-13)
2+
3+
**Note:** Version bump only for package @vc-shell/ts-config
4+
15
## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-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": "1.2.1",
3+
"version": "1.2.2",
44
"main": "./tsconfig.json",
55
"files": [
66
"tsconfig.json"

0 commit comments

Comments
 (0)