From f42be5da3bfc32e4c161b33b9456bd7030d6d510 Mon Sep 17 00:00:00 2001 From: symbot Date: Fri, 7 Jun 2024 17:25:33 +0300 Subject: [PATCH] release: v1.0.232 --- CHANGELOG.md | 15 ++++++ cli/api-client/CHANGELOG.md | 4 ++ cli/api-client/package.json | 4 +- cli/create-vc-app/CHANGELOG.md | 4 ++ cli/create-vc-app/package.json | 4 +- .../src/templates/base/_package.json | 10 ++-- configs/release-config/CHANGELOG.md | 4 ++ configs/release-config/package.json | 4 +- configs/ts-config/CHANGELOG.md | 4 ++ configs/ts-config/package.json | 2 +- configs/vite-config/CHANGELOG.md | 4 ++ configs/vite-config/package.json | 4 +- framework/CHANGELOG.md | 15 ++++++ framework/package.json | 8 +-- package.json | 2 +- sample/vc-app-extend/CHANGELOG.md | 4 ++ sample/vc-app-extend/package.json | 12 ++--- sample/vc-app/CHANGELOG.md | 4 ++ sample/vc-app/package.json | 12 ++--- yarn.lock | 54 +++++++++---------- 20 files changed, 116 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438503927..2c76013e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + +### Bug Fixes + +* **ui:** vc-table columns reordering fix ([48b4994](https://github.com/VirtoCommerce/vc-shell/commit/48b499480f208db81b97de4e5638c8079b6eb98e)) + + +### Features + +* prevent entering negative numbers in vc-input-currency and vc-input components ([b82a9e4](https://github.com/VirtoCommerce/vc-shell/commit/b82a9e47c26d06c80eb5806aad8d99fdf9043cc1)) +* **ui:** add "primary" variant to vc-status component ([e3e1544](https://github.com/VirtoCommerce/vc-shell/commit/e3e154477cf15ae69c0e5cb203eec82160265610)) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/cli/api-client/CHANGELOG.md b/cli/api-client/CHANGELOG.md index 70afbc6a1..ab7dd24c5 100644 --- a/cli/api-client/CHANGELOG.md +++ b/cli/api-client/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/cli/api-client/package.json b/cli/api-client/package.json index 19ef11371..87cda22ca 100644 --- a/cli/api-client/package.json +++ b/cli/api-client/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/api-client-generator", "description": "Tool for API clients generation", - "version": "1.0.231", + "version": "1.0.232", "type": "module", "bin": "./dist/api-client-generator.js", "files": [ @@ -12,7 +12,7 @@ "build": "vite build" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/ts-config": "^1.0.232", "typescript": "^5.3.3" }, "dependencies": { diff --git a/cli/create-vc-app/CHANGELOG.md b/cli/create-vc-app/CHANGELOG.md index aa717ce13..6dbf2651d 100644 --- a/cli/create-vc-app/CHANGELOG.md +++ b/cli/create-vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/cli/create-vc-app/package.json b/cli/create-vc-app/package.json index 7f5843405..e77300149 100644 --- a/cli/create-vc-app/package.json +++ b/cli/create-vc-app/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/create-vc-app", "description": "Application scaffolding", - "version": "1.0.231", + "version": "1.0.232", "type": "module", "bin": "./dist/index.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/prompts": "^2.4.4", - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/ts-config": "^1.0.232", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "shx": "^0.3.4", diff --git a/cli/create-vc-app/src/templates/base/_package.json b/cli/create-vc-app/src/templates/base/_package.json index a5c29997e..1d4adabf5 100644 --- a/cli/create-vc-app/src/templates/base/_package.json +++ b/cli/create-vc-app/src/templates/base/_package.json @@ -23,9 +23,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", - "@vc-shell/api-client-generator": "^1.0.231", - "@vc-shell/release-config": "^1.0.231", - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/api-client-generator": "^1.0.232", + "@vc-shell/release-config": "^1.0.232", + "@vc-shell/ts-config": "^1.0.232", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", @@ -55,8 +55,8 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", - "@vc-shell/config-generator": "^1.0.231", - "@vc-shell/framework": "^1.0.231", + "@vc-shell/config-generator": "^1.0.232", + "@vc-shell/framework": "^1.0.232", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "cross-spawn": "^7.0.3", diff --git a/configs/release-config/CHANGELOG.md b/configs/release-config/CHANGELOG.md index 86af7b5c8..0a0c96b01 100644 --- a/configs/release-config/CHANGELOG.md +++ b/configs/release-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/configs/release-config/package.json b/configs/release-config/package.json index 015651bea..a2492f364 100644 --- a/configs/release-config/package.json +++ b/configs/release-config/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/release-config", - "version": "1.0.231", + "version": "1.0.232", "type": "module", "main": "dist/release-config.js", "types": "./dist/index.d.ts", @@ -20,7 +20,7 @@ "devDependencies": { "@types/prompts": "^2.4.7", "@types/semver": "^7.5.4", - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/ts-config": "^1.0.232", "typescript": "^5.3.3", "vite-plugin-dts": "^3.6.4" }, diff --git a/configs/ts-config/CHANGELOG.md b/configs/ts-config/CHANGELOG.md index f38003dd3..e8a77cbf0 100644 --- a/configs/ts-config/CHANGELOG.md +++ b/configs/ts-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/configs/ts-config/package.json b/configs/ts-config/package.json index 1a23b5fd0..cf826e4ab 100644 --- a/configs/ts-config/package.json +++ b/configs/ts-config/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/ts-config", - "version": "1.0.231", + "version": "1.0.232", "main": "./tsconfig.json", "files": [ "tsconfig.json" diff --git a/configs/vite-config/CHANGELOG.md b/configs/vite-config/CHANGELOG.md index 25b5b7ca5..06ec39886 100644 --- a/configs/vite-config/CHANGELOG.md +++ b/configs/vite-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/configs/vite-config/package.json b/configs/vite-config/package.json index fcf4b420c..5b4f58d9a 100644 --- a/configs/vite-config/package.json +++ b/configs/vite-config/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/config-generator", "description": "Generate Vite configurations", - "version": "1.0.231", + "version": "1.0.232", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -19,7 +19,7 @@ "vue": "^3.4.15" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/ts-config": "^1.0.232", "tsc-alias": "^1.8.8", "typescript": "^5.3.3" }, diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index d83be6af1..65bb819bc 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + +### Bug Fixes + +* **ui:** vc-table columns reordering fix ([48b4994](https://github.com/VirtoCommerce/vc-shell/commit/48b499480f208db81b97de4e5638c8079b6eb98e)) + + +### Features + +* prevent entering negative numbers in vc-input-currency and vc-input components ([b82a9e4](https://github.com/VirtoCommerce/vc-shell/commit/b82a9e47c26d06c80eb5806aad8d99fdf9043cc1)) +* **ui:** add "primary" variant to vc-status component ([e3e1544](https://github.com/VirtoCommerce/vc-shell/commit/e3e154477cf15ae69c0e5cb203eec82160265610)) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/framework/package.json b/framework/package.json index cc60cfa8a..2cfb4cdca 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/framework", - "version": "1.0.231", + "version": "1.0.232", "type": "module", "main": "./dist/framework.js", "types": "./dist/index.d.ts", @@ -60,9 +60,9 @@ "devDependencies": { "@types/dompurify": "^3.0.5", "@types/quill": "^2.0.14", - "@vc-shell/api-client-generator": "^1.0.231", - "@vc-shell/config-generator": "^1.0.231", - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/api-client-generator": "^1.0.232", + "@vc-shell/config-generator": "^1.0.232", + "@vc-shell/ts-config": "^1.0.232", "@vitejs/plugin-vue": "^5.0.3", "sass": "^1.69.6", "shx": "^0.3.4", diff --git a/package.json b/package.json index 8ee8dbfad..ddb66c20f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/root", - "version": "1.0.231", + "version": "1.0.232", "private": true, "repository": "https://github.com/VirtoCommerce/vc-shell", "scripts": { diff --git a/sample/vc-app-extend/CHANGELOG.md b/sample/vc-app-extend/CHANGELOG.md index 09bf8e279..725e83540 100644 --- a/sample/vc-app-extend/CHANGELOG.md +++ b/sample/vc-app-extend/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/sample/vc-app-extend/package.json b/sample/vc-app-extend/package.json index a748b8913..224d78f0b 100644 --- a/sample/vc-app-extend/package.json +++ b/sample/vc-app-extend/package.json @@ -1,6 +1,6 @@ { "name": "vc-app-extend", - "version": "1.0.231", + "version": "1.0.232", "private": true, "scripts": { "serve": "cross-env APP_ENV=development vite --force", @@ -26,9 +26,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", - "@vc-shell/api-client-generator": "^1.0.231", - "@vc-shell/release-config": "^1.0.231", - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/api-client-generator": "^1.0.232", + "@vc-shell/release-config": "^1.0.232", + "@vc-shell/ts-config": "^1.0.232", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -60,8 +60,8 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@vc-app-extend/api": "^1.0.113", "@vc-app/modules": "^1.0.113", - "@vc-shell/config-generator": "^1.0.231", - "@vc-shell/framework": "^1.0.231", + "@vc-shell/config-generator": "^1.0.232", + "@vc-shell/framework": "^1.0.232", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/sample/vc-app/CHANGELOG.md b/sample/vc-app/CHANGELOG.md index a39ad26dd..18fe26d0f 100644 --- a/sample/vc-app/CHANGELOG.md +++ b/sample/vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07) + + + ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05) diff --git a/sample/vc-app/package.json b/sample/vc-app/package.json index debec2708..e06d7a131 100644 --- a/sample/vc-app/package.json +++ b/sample/vc-app/package.json @@ -1,6 +1,6 @@ { "name": "vc-app", - "version": "1.0.231", + "version": "1.0.232", "private": true, "scripts": { "bootstrap": "yarn build:api && yarn build:modules-library", @@ -33,9 +33,9 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", - "@vc-shell/api-client-generator": "^1.0.231", - "@vc-shell/release-config": "^1.0.231", - "@vc-shell/ts-config": "^1.0.231", + "@vc-shell/api-client-generator": "^1.0.232", + "@vc-shell/release-config": "^1.0.232", + "@vc-shell/ts-config": "^1.0.232", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -67,8 +67,8 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@vc-app/api": "^1.0.113", "@vc-app/modules": "^1.0.113", - "@vc-shell/config-generator": "^1.0.231", - "@vc-shell/framework": "^1.0.231", + "@vc-shell/config-generator": "^1.0.232", + "@vc-shell/framework": "^1.0.232", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/yarn.lock b/yarn.lock index 34873d3c1..dcce513ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4563,11 +4563,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/api-client-generator@npm:^1.0.229, @vc-shell/api-client-generator@npm:^1.0.231, @vc-shell/api-client-generator@workspace:cli/api-client": +"@vc-shell/api-client-generator@npm:^1.0.232, @vc-shell/api-client-generator@workspace:cli/api-client": version: 0.0.0-use.local resolution: "@vc-shell/api-client-generator@workspace:cli/api-client" dependencies: - "@vc-shell/ts-config": "npm:^1.0.231" + "@vc-shell/ts-config": "npm:^1.0.232" chalk: "npm:^2.4.2" nswag: "npm:^13.20.0" typescript: "npm:^5.3.3" @@ -4578,11 +4578,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/config-generator@npm:^1.0.229, @vc-shell/config-generator@npm:^1.0.231, @vc-shell/config-generator@workspace:configs/vite-config": +"@vc-shell/config-generator@npm:^1.0.232, @vc-shell/config-generator@workspace:configs/vite-config": version: 0.0.0-use.local resolution: "@vc-shell/config-generator@workspace:configs/vite-config" dependencies: - "@vc-shell/ts-config": "npm:^1.0.231" + "@vc-shell/ts-config": "npm:^1.0.232" "@vitejs/plugin-vue": "npm:^5.0.3" tsc-alias: "npm:^1.8.8" typescript: "npm:^5.3.3" @@ -4598,7 +4598,7 @@ __metadata: resolution: "@vc-shell/create-vc-app@workspace:cli/create-vc-app" dependencies: "@types/prompts": "npm:^2.4.4" - "@vc-shell/ts-config": "npm:^1.0.231" + "@vc-shell/ts-config": "npm:^1.0.232" chalk: "npm:^2.4.2" copyfiles: "npm:^2.4.1" cross-env: "npm:^7.0.3" @@ -4614,7 +4614,7 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/framework@npm:^1.0.229, @vc-shell/framework@npm:^1.0.231, @vc-shell/framework@workspace:framework": +"@vc-shell/framework@npm:^1.0.232, @vc-shell/framework@workspace:framework": version: 0.0.0-use.local resolution: "@vc-shell/framework@workspace:framework" dependencies: @@ -4623,9 +4623,9 @@ __metadata: "@microsoft/signalr": "npm:^8.0.0" "@types/dompurify": "npm:^3.0.5" "@types/quill": "npm:^2.0.14" - "@vc-shell/api-client-generator": "npm:^1.0.231" - "@vc-shell/config-generator": "npm:^1.0.231" - "@vc-shell/ts-config": "npm:^1.0.231" + "@vc-shell/api-client-generator": "npm:^1.0.232" + "@vc-shell/config-generator": "npm:^1.0.232" + "@vc-shell/ts-config": "npm:^1.0.232" "@vee-validate/i18n": "npm:^4.12.4" "@vee-validate/rules": "npm:^4.12.4" "@vitejs/plugin-vue": "npm:^5.0.3" @@ -4660,13 +4660,13 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/release-config@npm:^1.0.229, @vc-shell/release-config@npm:^1.0.231, @vc-shell/release-config@workspace:configs/release-config": +"@vc-shell/release-config@npm:^1.0.232, @vc-shell/release-config@workspace:configs/release-config": version: 0.0.0-use.local resolution: "@vc-shell/release-config@workspace:configs/release-config" dependencies: "@types/prompts": "npm:^2.4.7" "@types/semver": "npm:^7.5.4" - "@vc-shell/ts-config": "npm:^1.0.231" + "@vc-shell/ts-config": "npm:^1.0.232" chalk: "npm:^2.4.2" mri: "npm:^1.2.0" prompts: "npm:^2.4.2" @@ -4748,7 +4748,7 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/ts-config@npm:^1.0.229, @vc-shell/ts-config@npm:^1.0.231, @vc-shell/ts-config@workspace:configs/ts-config": +"@vc-shell/ts-config@npm:^1.0.232, @vc-shell/ts-config@workspace:configs/ts-config": version: 0.0.0-use.local resolution: "@vc-shell/ts-config@workspace:configs/ts-config" languageName: unknown @@ -5465,11 +5465,11 @@ __metadata: "@types/node": "npm:^20.10.5" "@typescript-eslint/eslint-plugin": "npm:^7.4.0" "@typescript-eslint/parser": "npm:^7.4.0" - "@vc-shell/api-client-generator": "npm:^1.0.229" - "@vc-shell/config-generator": "npm:^1.0.229" - "@vc-shell/framework": "npm:^1.0.229" - "@vc-shell/release-config": "npm:^1.0.229" - "@vc-shell/ts-config": "npm:^1.0.229" + "@vc-shell/api-client-generator": "npm:^1.0.232" + "@vc-shell/config-generator": "npm:^1.0.232" + "@vc-shell/framework": "npm:^1.0.232" + "@vc-shell/release-config": "npm:^1.0.232" + "@vc-shell/ts-config": "npm:^1.0.232" "@vcmp-vendor-portal/api": "npm:^1.0.234" "@vcmp-vendor-portal/modules": "npm:^1.0.234" "@virtocommerce/import-app": "npm:^1.0.158" @@ -14508,11 +14508,11 @@ __metadata: "@typescript-eslint/parser": "npm:^7.4.0" "@vc-app-extend/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.231" - "@vc-shell/config-generator": "npm:^1.0.231" - "@vc-shell/framework": "npm:^1.0.231" - "@vc-shell/release-config": "npm:^1.0.231" - "@vc-shell/ts-config": "npm:^1.0.231" + "@vc-shell/api-client-generator": "npm:^1.0.232" + "@vc-shell/config-generator": "npm:^1.0.232" + "@vc-shell/framework": "npm:^1.0.232" + "@vc-shell/release-config": "npm:^1.0.232" + "@vc-shell/ts-config": "npm:^1.0.232" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0" @@ -14564,11 +14564,11 @@ __metadata: "@typescript-eslint/parser": "npm:^7.4.0" "@vc-app/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.231" - "@vc-shell/config-generator": "npm:^1.0.231" - "@vc-shell/framework": "npm:^1.0.231" - "@vc-shell/release-config": "npm:^1.0.231" - "@vc-shell/ts-config": "npm:^1.0.231" + "@vc-shell/api-client-generator": "npm:^1.0.232" + "@vc-shell/config-generator": "npm:^1.0.232" + "@vc-shell/framework": "npm:^1.0.232" + "@vc-shell/release-config": "npm:^1.0.232" + "@vc-shell/ts-config": "npm:^1.0.232" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0"