diff --git a/CHANGELOG.md b/CHANGELOG.md index f0aaa007e..cabaa2d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + +### Bug Fixes + +* reset dirty validation with update of initial ([a4f820c](https://github.com/VirtoCommerce/vc-shell/commit/a4f820c3ab71296f334a3192069dcf6771031018)) +* **ui:** vc-table mobile view fixes ([08f6474](https://github.com/VirtoCommerce/vc-shell/commit/08f647471732d875eacf4d5f2907eb75686b7c4d)) + + +### Features + +* **dynamic:** add onBlur event handler to dynamic form controls ([1543d4f](https://github.com/VirtoCommerce/vc-shell/commit/1543d4f7816a3e5c67ea842c0a545b9d14e0e72b)) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/cli/api-client/CHANGELOG.md b/cli/api-client/CHANGELOG.md index f24bc7f78..bc64e27ed 100644 --- a/cli/api-client/CHANGELOG.md +++ b/cli/api-client/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/cli/api-client/package.json b/cli/api-client/package.json index 54512d869..ea22fc79b 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.225", + "version": "1.0.226", "type": "module", "bin": "./dist/api-client-generator.js", "files": [ @@ -12,7 +12,7 @@ "build": "vite build" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.225", + "@vc-shell/ts-config": "^1.0.226", "typescript": "^5.3.3" }, "dependencies": { diff --git a/cli/create-vc-app/CHANGELOG.md b/cli/create-vc-app/CHANGELOG.md index c0e670e09..a6f944a00 100644 --- a/cli/create-vc-app/CHANGELOG.md +++ b/cli/create-vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/cli/create-vc-app/package.json b/cli/create-vc-app/package.json index 5902d2ade..641ec798f 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.225", + "version": "1.0.226", "type": "module", "bin": "./dist/index.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/prompts": "^2.4.4", - "@vc-shell/ts-config": "^1.0.225", + "@vc-shell/ts-config": "^1.0.226", "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 cf187ca3f..33bd8021a 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.225", - "@vc-shell/release-config": "^1.0.225", - "@vc-shell/ts-config": "^1.0.225", + "@vc-shell/api-client-generator": "^1.0.226", + "@vc-shell/release-config": "^1.0.226", + "@vc-shell/ts-config": "^1.0.226", "@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.225", - "@vc-shell/framework": "^1.0.225", + "@vc-shell/config-generator": "^1.0.226", + "@vc-shell/framework": "^1.0.226", "@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 4b4817894..7be370f5c 100644 --- a/configs/release-config/CHANGELOG.md +++ b/configs/release-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/configs/release-config/package.json b/configs/release-config/package.json index 0da2a83d6..9b2ba6836 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.225", + "version": "1.0.226", "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.225", + "@vc-shell/ts-config": "^1.0.226", "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 64619cd7d..ee91de317 100644 --- a/configs/ts-config/CHANGELOG.md +++ b/configs/ts-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/configs/ts-config/package.json b/configs/ts-config/package.json index 5ace6b9f4..d93d3d244 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.225", + "version": "1.0.226", "main": "./tsconfig.json", "files": [ "tsconfig.json" diff --git a/configs/vite-config/CHANGELOG.md b/configs/vite-config/CHANGELOG.md index 3a1a78a79..89b126c80 100644 --- a/configs/vite-config/CHANGELOG.md +++ b/configs/vite-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/configs/vite-config/package.json b/configs/vite-config/package.json index 00315dce4..4f3162f76 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.225", + "version": "1.0.226", "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.225", + "@vc-shell/ts-config": "^1.0.226", "tsc-alias": "^1.8.8", "typescript": "^5.3.3" }, diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index eb9eb50b7..3d94af232 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + +### Bug Fixes + +* reset dirty validation with update of initial ([a4f820c](https://github.com/VirtoCommerce/vc-shell/commit/a4f820c3ab71296f334a3192069dcf6771031018)) +* **ui:** vc-table mobile view fixes ([08f6474](https://github.com/VirtoCommerce/vc-shell/commit/08f647471732d875eacf4d5f2907eb75686b7c4d)) + + +### Features + +* **dynamic:** add onBlur event handler to dynamic form controls ([1543d4f](https://github.com/VirtoCommerce/vc-shell/commit/1543d4f7816a3e5c67ea842c0a545b9d14e0e72b)) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/framework/package.json b/framework/package.json index 789992458..48c0a8372 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/framework", - "version": "1.0.225", + "version": "1.0.226", "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.225", - "@vc-shell/config-generator": "^1.0.225", - "@vc-shell/ts-config": "^1.0.225", + "@vc-shell/api-client-generator": "^1.0.226", + "@vc-shell/config-generator": "^1.0.226", + "@vc-shell/ts-config": "^1.0.226", "@vitejs/plugin-vue": "^5.0.3", "sass": "^1.69.6", "shx": "^0.3.4", diff --git a/package.json b/package.json index 3a4d9122c..76f6d8a23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/root", - "version": "1.0.225", + "version": "1.0.226", "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 0a9a7b25e..aa27cee2d 100644 --- a/sample/vc-app-extend/CHANGELOG.md +++ b/sample/vc-app-extend/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/sample/vc-app-extend/package.json b/sample/vc-app-extend/package.json index 94250294b..80f877ee4 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.225", + "version": "1.0.226", "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.225", - "@vc-shell/release-config": "^1.0.225", - "@vc-shell/ts-config": "^1.0.225", + "@vc-shell/api-client-generator": "^1.0.226", + "@vc-shell/release-config": "^1.0.226", + "@vc-shell/ts-config": "^1.0.226", "@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.225", - "@vc-shell/framework": "^1.0.225", + "@vc-shell/config-generator": "^1.0.226", + "@vc-shell/framework": "^1.0.226", "@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 1c3d760ab..ffbc963b8 100644 --- a/sample/vc-app/CHANGELOG.md +++ b/sample/vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04) + + + ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04) diff --git a/sample/vc-app/package.json b/sample/vc-app/package.json index 8683282ed..1b8ffc00f 100644 --- a/sample/vc-app/package.json +++ b/sample/vc-app/package.json @@ -1,6 +1,6 @@ { "name": "vc-app", - "version": "1.0.225", + "version": "1.0.226", "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.225", - "@vc-shell/release-config": "^1.0.225", - "@vc-shell/ts-config": "^1.0.225", + "@vc-shell/api-client-generator": "^1.0.226", + "@vc-shell/release-config": "^1.0.226", + "@vc-shell/ts-config": "^1.0.226", "@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.225", - "@vc-shell/framework": "^1.0.225", + "@vc-shell/config-generator": "^1.0.226", + "@vc-shell/framework": "^1.0.226", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/yarn.lock b/yarn.lock index 3c3aa8321..2de22970a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4563,11 +4563,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/api-client-generator@npm:^1.0.225, @vc-shell/api-client-generator@workspace:cli/api-client": +"@vc-shell/api-client-generator@npm:^1.0.226, @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.225" + "@vc-shell/ts-config": "npm:^1.0.226" 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.225, @vc-shell/config-generator@workspace:configs/vite-config": +"@vc-shell/config-generator@npm:^1.0.226, @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.225" + "@vc-shell/ts-config": "npm:^1.0.226" "@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.225" + "@vc-shell/ts-config": "npm:^1.0.226" 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.225, @vc-shell/framework@workspace:framework": +"@vc-shell/framework@npm:^1.0.226, @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.225" - "@vc-shell/config-generator": "npm:^1.0.225" - "@vc-shell/ts-config": "npm:^1.0.225" + "@vc-shell/api-client-generator": "npm:^1.0.226" + "@vc-shell/config-generator": "npm:^1.0.226" + "@vc-shell/ts-config": "npm:^1.0.226" "@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.225, @vc-shell/release-config@workspace:configs/release-config": +"@vc-shell/release-config@npm:^1.0.226, @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.225" + "@vc-shell/ts-config": "npm:^1.0.226" 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.225, @vc-shell/ts-config@workspace:configs/ts-config": +"@vc-shell/ts-config@npm:^1.0.226, @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.225" - "@vc-shell/config-generator": "npm:^1.0.225" - "@vc-shell/framework": "npm:^1.0.225" - "@vc-shell/release-config": "npm:^1.0.225" - "@vc-shell/ts-config": "npm:^1.0.225" + "@vc-shell/api-client-generator": "npm:^1.0.226" + "@vc-shell/config-generator": "npm:^1.0.226" + "@vc-shell/framework": "npm:^1.0.226" + "@vc-shell/release-config": "npm:^1.0.226" + "@vc-shell/ts-config": "npm:^1.0.226" "@vcmp-vendor-portal/api": "npm:^1.0.231" "@vcmp-vendor-portal/modules": "npm:^1.0.231" "@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.225" - "@vc-shell/config-generator": "npm:^1.0.225" - "@vc-shell/framework": "npm:^1.0.225" - "@vc-shell/release-config": "npm:^1.0.225" - "@vc-shell/ts-config": "npm:^1.0.225" + "@vc-shell/api-client-generator": "npm:^1.0.226" + "@vc-shell/config-generator": "npm:^1.0.226" + "@vc-shell/framework": "npm:^1.0.226" + "@vc-shell/release-config": "npm:^1.0.226" + "@vc-shell/ts-config": "npm:^1.0.226" "@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.225" - "@vc-shell/config-generator": "npm:^1.0.225" - "@vc-shell/framework": "npm:^1.0.225" - "@vc-shell/release-config": "npm:^1.0.225" - "@vc-shell/ts-config": "npm:^1.0.225" + "@vc-shell/api-client-generator": "npm:^1.0.226" + "@vc-shell/config-generator": "npm:^1.0.226" + "@vc-shell/framework": "npm:^1.0.226" + "@vc-shell/release-config": "npm:^1.0.226" + "@vc-shell/ts-config": "npm:^1.0.226" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0"