diff --git a/CHANGELOG.md b/CHANGELOG.md index b6993ee2d..9596b3c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + +### Features + +* **dynamic:** normaliza data in isModified calculation ([2389032](https://github.com/VirtoCommerce/vc-shell/commit/238903269ae31ce62169260f7c164ac580d4f519)) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/cli/api-client/CHANGELOG.md b/cli/api-client/CHANGELOG.md index 256e5e161..557e0ae57 100644 --- a/cli/api-client/CHANGELOG.md +++ b/cli/api-client/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/cli/api-client/package.json b/cli/api-client/package.json index 56c6e11e0..5b1729f84 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.313", + "version": "1.0.314", "type": "module", "bin": "./dist/api-client-generator.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/cross-spawn": "^6.0.6", - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/ts-config": "^1.0.314", "typescript": "~5.3.3" }, "dependencies": { diff --git a/cli/create-vc-app/CHANGELOG.md b/cli/create-vc-app/CHANGELOG.md index 6375476e1..6c9626ebb 100644 --- a/cli/create-vc-app/CHANGELOG.md +++ b/cli/create-vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/cli/create-vc-app/package.json b/cli/create-vc-app/package.json index 8ec9fb574..812fe0742 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.313", + "version": "1.0.314", "type": "module", "bin": "./dist/index.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/prompts": "^2.4.4", - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/ts-config": "^1.0.314", "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 cc2f835f7..b29741a6c 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.313", - "@vc-shell/release-config": "^1.0.313", - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/api-client-generator": "^1.0.314", + "@vc-shell/release-config": "^1.0.314", + "@vc-shell/ts-config": "^1.0.314", "@vitejs/plugin-vue": "5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", @@ -54,8 +54,8 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", - "@vc-shell/config-generator": "^1.0.313", - "@vc-shell/framework": "^1.0.313", + "@vc-shell/config-generator": "^1.0.314", + "@vc-shell/framework": "^1.0.314", "@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 fb3fe7c0c..011cbca9d 100644 --- a/configs/release-config/CHANGELOG.md +++ b/configs/release-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/configs/release-config/package.json b/configs/release-config/package.json index 692d51de6..9d2b42cac 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.313", + "version": "1.0.314", "type": "module", "main": "dist/release-config.js", "types": "./dist/index.d.ts", @@ -22,7 +22,7 @@ "@types/cross-spawn": "^6.0.6", "@types/prompts": "^2.4.7", "@types/semver": "^7.5.4", - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/ts-config": "^1.0.314", "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 bcb25ba6d..5796bec52 100644 --- a/configs/ts-config/CHANGELOG.md +++ b/configs/ts-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/configs/ts-config/package.json b/configs/ts-config/package.json index 684f37107..92ffc9f3f 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.313", + "version": "1.0.314", "main": "./tsconfig.json", "files": [ "tsconfig.json" diff --git a/configs/vite-config/CHANGELOG.md b/configs/vite-config/CHANGELOG.md index d19cf0ba5..9108746aa 100644 --- a/configs/vite-config/CHANGELOG.md +++ b/configs/vite-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/configs/vite-config/package.json b/configs/vite-config/package.json index 68da47eab..78731149c 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.313", + "version": "1.0.314", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -19,7 +19,7 @@ "vue": "^3.5.8" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/ts-config": "^1.0.314", "http-proxy-middleware": "^3.0.2", "tsc-alias": "^1.8.8", "typescript": "~5.3.3" diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 816e94f2c..b4b02258b 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + +### Features + +* **dynamic:** normaliza data in isModified calculation ([2389032](https://github.com/VirtoCommerce/vc-shell/commit/238903269ae31ce62169260f7c164ac580d4f519)) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/framework/package.json b/framework/package.json index cfcbc46ff..f28699ddf 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/framework", - "version": "1.0.313", + "version": "1.0.314", "type": "module", "main": "./dist/framework.js", "types": "./dist/index.d.ts", @@ -59,9 +59,9 @@ }, "devDependencies": { "@types/dompurify": "^3.0.5", - "@vc-shell/api-client-generator": "^1.0.313", - "@vc-shell/config-generator": "^1.0.313", - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/api-client-generator": "^1.0.314", + "@vc-shell/config-generator": "^1.0.314", + "@vc-shell/ts-config": "^1.0.314", "@vitejs/plugin-vue": "5.0.3", "cypress-signalr-mock": "^1.5.0", "sass": "^1.69.6", diff --git a/package.json b/package.json index 9b145b5be..8e7da4dc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/root", - "version": "1.0.313", + "version": "1.0.314", "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 b042cd4d0..9c8de577d 100644 --- a/sample/vc-app-extend/CHANGELOG.md +++ b/sample/vc-app-extend/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/sample/vc-app-extend/package.json b/sample/vc-app-extend/package.json index 0cab09851..22d5d0de3 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.313", + "version": "1.0.314", "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.313", - "@vc-shell/release-config": "^1.0.313", - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/api-client-generator": "^1.0.314", + "@vc-shell/release-config": "^1.0.314", + "@vc-shell/ts-config": "^1.0.314", "@vitejs/plugin-vue": "5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -59,8 +59,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.313", - "@vc-shell/framework": "^1.0.313", + "@vc-shell/config-generator": "^1.0.314", + "@vc-shell/framework": "^1.0.314", "@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 b163593b6..b8af5bd8d 100644 --- a/sample/vc-app/CHANGELOG.md +++ b/sample/vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16) + + + ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15) diff --git a/sample/vc-app/package.json b/sample/vc-app/package.json index 635898c4d..16183e222 100644 --- a/sample/vc-app/package.json +++ b/sample/vc-app/package.json @@ -1,6 +1,6 @@ { "name": "vc-app", - "version": "1.0.313", + "version": "1.0.314", "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.313", - "@vc-shell/release-config": "^1.0.313", - "@vc-shell/ts-config": "^1.0.313", + "@vc-shell/api-client-generator": "^1.0.314", + "@vc-shell/release-config": "^1.0.314", + "@vc-shell/ts-config": "^1.0.314", "@vitejs/plugin-vue": "5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -66,8 +66,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.313", - "@vc-shell/framework": "^1.0.313", + "@vc-shell/config-generator": "^1.0.314", + "@vc-shell/framework": "^1.0.314", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/yarn.lock b/yarn.lock index 8fc97d996..2b25ce5e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4740,12 +4740,12 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/api-client-generator@npm:^1.0.313, @vc-shell/api-client-generator@workspace:cli/api-client": +"@vc-shell/api-client-generator@npm:^1.0.314, @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: "@types/cross-spawn": "npm:^6.0.6" - "@vc-shell/ts-config": "npm:^1.0.313" + "@vc-shell/ts-config": "npm:^1.0.314" chalk: "npm:^2.4.2" cross-spawn: "npm:^7.0.3" nswag: "npm:^13.20.0" @@ -4757,11 +4757,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/config-generator@npm:^1.0.313, @vc-shell/config-generator@workspace:configs/vite-config": +"@vc-shell/config-generator@npm:^1.0.314, @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.313" + "@vc-shell/ts-config": "npm:^1.0.314" "@vitejs/plugin-vue": "npm:5.0.3" http-proxy-middleware: "npm:^3.0.2" tsc-alias: "npm:^1.8.8" @@ -4778,7 +4778,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.313" + "@vc-shell/ts-config": "npm:^1.0.314" chalk: "npm:^2.4.2" copyfiles: "npm:^2.4.1" cross-env: "npm:^7.0.3" @@ -4794,7 +4794,7 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/framework@npm:^1.0.313, @vc-shell/framework@workspace:framework": +"@vc-shell/framework@npm:^1.0.314, @vc-shell/framework@workspace:framework": version: 0.0.0-use.local resolution: "@vc-shell/framework@workspace:framework" dependencies: @@ -4803,9 +4803,9 @@ __metadata: "@microsoft/signalr": "npm:^8.0.0" "@types/dompurify": "npm:^3.0.5" "@vavt/cm-extension": "npm:^1.5.0" - "@vc-shell/api-client-generator": "npm:^1.0.313" - "@vc-shell/config-generator": "npm:^1.0.313" - "@vc-shell/ts-config": "npm:^1.0.313" + "@vc-shell/api-client-generator": "npm:^1.0.314" + "@vc-shell/config-generator": "npm:^1.0.314" + "@vc-shell/ts-config": "npm:^1.0.314" "@vee-validate/i18n": "npm:^4.12.4" "@vee-validate/rules": "npm:^4.12.4" "@vitejs/plugin-vue": "npm:5.0.3" @@ -4840,14 +4840,14 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/release-config@npm:^1.0.313, @vc-shell/release-config@workspace:configs/release-config": +"@vc-shell/release-config@npm:^1.0.314, @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/cross-spawn": "npm:^6.0.6" "@types/prompts": "npm:^2.4.7" "@types/semver": "npm:^7.5.4" - "@vc-shell/ts-config": "npm:^1.0.313" + "@vc-shell/ts-config": "npm:^1.0.314" chalk: "npm:^2.4.2" cross-spawn: "npm:^7.0.3" mri: "npm:^1.2.0" @@ -4931,7 +4931,7 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/ts-config@npm:^1.0.313, @vc-shell/ts-config@workspace:configs/ts-config": +"@vc-shell/ts-config@npm:^1.0.314, @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 @@ -5686,11 +5686,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.313" - "@vc-shell/config-generator": "npm:^1.0.313" - "@vc-shell/framework": "npm:^1.0.313" - "@vc-shell/release-config": "npm:^1.0.313" - "@vc-shell/ts-config": "npm:^1.0.313" + "@vc-shell/api-client-generator": "npm:^1.0.314" + "@vc-shell/config-generator": "npm:^1.0.314" + "@vc-shell/framework": "npm:^1.0.314" + "@vc-shell/release-config": "npm:^1.0.314" + "@vc-shell/ts-config": "npm:^1.0.314" "@vcmp-vendor-portal/api": "npm:^1.0.316" "@vcmp-vendor-portal/modules": "npm:^1.0.316" "@virtocommerce/import-app": "npm:^1.0.167" @@ -14960,11 +14960,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.313" - "@vc-shell/config-generator": "npm:^1.0.313" - "@vc-shell/framework": "npm:^1.0.313" - "@vc-shell/release-config": "npm:^1.0.313" - "@vc-shell/ts-config": "npm:^1.0.313" + "@vc-shell/api-client-generator": "npm:^1.0.314" + "@vc-shell/config-generator": "npm:^1.0.314" + "@vc-shell/framework": "npm:^1.0.314" + "@vc-shell/release-config": "npm:^1.0.314" + "@vc-shell/ts-config": "npm:^1.0.314" "@vitejs/plugin-vue": "npm:5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0" @@ -15015,11 +15015,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.313" - "@vc-shell/config-generator": "npm:^1.0.313" - "@vc-shell/framework": "npm:^1.0.313" - "@vc-shell/release-config": "npm:^1.0.313" - "@vc-shell/ts-config": "npm:^1.0.313" + "@vc-shell/api-client-generator": "npm:^1.0.314" + "@vc-shell/config-generator": "npm:^1.0.314" + "@vc-shell/framework": "npm:^1.0.314" + "@vc-shell/release-config": "npm:^1.0.314" + "@vc-shell/ts-config": "npm:^1.0.314" "@vitejs/plugin-vue": "npm:5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^13.0.0"