diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f5d6b12..eca9ca749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + +### Bug Fixes + +* **framework:** redirect to root fix ([cfd7e43](https://github.com/VirtoCommerce/vc-shell/commit/cfd7e43903cd46af87b31106b4a0fcadfc24cddd)) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/cli/api-client/CHANGELOG.md b/cli/api-client/CHANGELOG.md index ec6a45cf1..53495b8c6 100644 --- a/cli/api-client/CHANGELOG.md +++ b/cli/api-client/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/cli/api-client/package.json b/cli/api-client/package.json index f4dc0361a..39b23b4a8 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.151", + "version": "1.0.152", "type": "module", "bin": "./dist/api-client-generator.js", "files": [ @@ -12,7 +12,7 @@ "build": "vite build" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.151", + "@vc-shell/ts-config": "^1.0.152", "typescript": "^5.3.3" }, "dependencies": { diff --git a/cli/config/CHANGELOG.md b/cli/config/CHANGELOG.md index 72a7dc0d8..1d46fdf2a 100644 --- a/cli/config/CHANGELOG.md +++ b/cli/config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/cli/config/package.json b/cli/config/package.json index 8dd9b052a..4dd8fd40c 100644 --- a/cli/config/package.json +++ b/cli/config/package.json @@ -1,7 +1,7 @@ { "name": "@vc-shell/config-generator", "description": "Generate Vite configurations", - "version": "1.0.151", + "version": "1.0.152", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -19,7 +19,7 @@ "vue": "^3.4.14" }, "devDependencies": { - "@vc-shell/ts-config": "^1.0.151", + "@vc-shell/ts-config": "^1.0.152", "tsc-alias": "^1.8.8", "typescript": "^5.3.3" }, diff --git a/cli/create-vc-app/CHANGELOG.md b/cli/create-vc-app/CHANGELOG.md index 2f4f7e912..2190121d7 100644 --- a/cli/create-vc-app/CHANGELOG.md +++ b/cli/create-vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/cli/create-vc-app/package.json b/cli/create-vc-app/package.json index b9e0ffd3c..8405ee977 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.151", + "version": "1.0.152", "type": "module", "bin": "./dist/index.js", "files": [ @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/prompts": "^2.4.4", - "@vc-shell/ts-config": "^1.0.151", + "@vc-shell/ts-config": "^1.0.152", "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 514128ac5..2d5b7cd1a 100644 --- a/cli/create-vc-app/src/templates/base/package.json +++ b/cli/create-vc-app/src/templates/base/package.json @@ -24,9 +24,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.151", - "@vc-shell/release-config": "^1.0.151", - "@vc-shell/ts-config": "^1.0.151", + "@vc-shell/api-client-generator": "^1.0.152", + "@vc-shell/release-config": "^1.0.152", + "@vc-shell/ts-config": "^1.0.152", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", @@ -56,8 +56,8 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", - "@vc-shell/config-generator": "^1.0.151", - "@vc-shell/framework": "^1.0.151", + "@vc-shell/config-generator": "^1.0.152", + "@vc-shell/framework": "^1.0.152", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/configs/release-config/CHANGELOG.md b/configs/release-config/CHANGELOG.md index bef68c5a5..beeb25523 100644 --- a/configs/release-config/CHANGELOG.md +++ b/configs/release-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/configs/release-config/package.json b/configs/release-config/package.json index 891326bbe..264ab5f7f 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.151", + "version": "1.0.152", "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.151", + "@vc-shell/ts-config": "^1.0.152", "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 867fbfc98..4f170489f 100644 --- a/configs/ts-config/CHANGELOG.md +++ b/configs/ts-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/configs/ts-config/package.json b/configs/ts-config/package.json index 2947b5c48..5a1606a73 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.151", + "version": "1.0.152", "main": "./tsconfig.json", "files": [ "tsconfig.json" diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index a8e5145b0..dc77f6246 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + +### Bug Fixes + +* **framework:** redirect to root fix ([cfd7e43](https://github.com/VirtoCommerce/vc-shell/commit/cfd7e43903cd46af87b31106b4a0fcadfc24cddd)) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/framework/package.json b/framework/package.json index 8b5ab66e3..d2c288788 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/framework", - "version": "1.0.151", + "version": "1.0.152", "type": "module", "main": "./dist/framework.js", "types": "./dist/index.d.ts", @@ -53,9 +53,9 @@ "whatwg-fetch": "^3.6.19" }, "devDependencies": { - "@vc-shell/api-client-generator": "^1.0.151", - "@vc-shell/config-generator": "^1.0.151", - "@vc-shell/ts-config": "^1.0.151", + "@vc-shell/api-client-generator": "^1.0.152", + "@vc-shell/config-generator": "^1.0.152", + "@vc-shell/ts-config": "^1.0.152", "@vitejs/plugin-vue": "^5.0.3", "sass": "^1.69.6", "typescript": "^5.3.3", diff --git a/package.json b/package.json index ef3070d73..17485109f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vc-shell/root", - "version": "1.0.151", + "version": "1.0.152", "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 6772df14c..2958f7828 100644 --- a/sample/vc-app-extend/CHANGELOG.md +++ b/sample/vc-app-extend/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/sample/vc-app-extend/package.json b/sample/vc-app-extend/package.json index 8b3114405..22ed2e17d 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.151", + "version": "1.0.152", "private": true, "scripts": { "serve": "cross-env APP_ENV=development vite --force", @@ -26,9 +26,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.151", - "@vc-shell/release-config": "^1.0.151", - "@vc-shell/ts-config": "^1.0.151", + "@vc-shell/api-client-generator": "^1.0.152", + "@vc-shell/release-config": "^1.0.152", + "@vc-shell/ts-config": "^1.0.152", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.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.151", - "@vc-shell/framework": "^1.0.151", + "@vc-shell/config-generator": "^1.0.152", + "@vc-shell/framework": "^1.0.152", "@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 58d2ba1d3..6b92f95a1 100644 --- a/sample/vc-app/CHANGELOG.md +++ b/sample/vc-app/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29) + + + ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25) diff --git a/sample/vc-app/package.json b/sample/vc-app/package.json index 162647272..73f92c0ca 100644 --- a/sample/vc-app/package.json +++ b/sample/vc-app/package.json @@ -1,6 +1,6 @@ { "name": "vc-app", - "version": "1.0.151", + "version": "1.0.152", "private": true, "scripts": { "bootstrap": "yarn build:api && yarn build:modules-library", @@ -33,9 +33,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.151", - "@vc-shell/release-config": "^1.0.151", - "@vc-shell/ts-config": "^1.0.151", + "@vc-shell/api-client-generator": "^1.0.152", + "@vc-shell/release-config": "^1.0.152", + "@vc-shell/ts-config": "^1.0.152", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.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.151", - "@vc-shell/framework": "^1.0.151", + "@vc-shell/config-generator": "^1.0.152", + "@vc-shell/framework": "^1.0.152", "@vueuse/core": "^10.7.1", "@vueuse/integrations": "^10.7.1", "moment": "^2.30.1", diff --git a/yarn.lock b/yarn.lock index f9eb953ad..6c207634d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4798,11 +4798,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/api-client-generator@npm:^1.0.151, @vc-shell/api-client-generator@workspace:cli/api-client": +"@vc-shell/api-client-generator@npm:^1.0.152, @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.151" + "@vc-shell/ts-config": "npm:^1.0.152" chalk: "npm:^2.4.2" nswag: "npm:^13.20.0" typescript: "npm:^5.3.3" @@ -4813,11 +4813,11 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/config-generator@npm:^1.0.151, @vc-shell/config-generator@workspace:cli/config": +"@vc-shell/config-generator@npm:^1.0.152, @vc-shell/config-generator@workspace:cli/config": version: 0.0.0-use.local resolution: "@vc-shell/config-generator@workspace:cli/config" dependencies: - "@vc-shell/ts-config": "npm:^1.0.151" + "@vc-shell/ts-config": "npm:^1.0.152" "@vitejs/plugin-vue": "npm:^5.0.3" tsc-alias: "npm:^1.8.8" typescript: "npm:^5.3.3" @@ -4833,7 +4833,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.151" + "@vc-shell/ts-config": "npm:^1.0.152" chalk: "npm:^2.4.2" copyfiles: "npm:^2.4.1" cross-env: "npm:^7.0.3" @@ -4849,15 +4849,15 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/framework@npm:^1.0.151, @vc-shell/framework@workspace:framework": +"@vc-shell/framework@npm:^1.0.152, @vc-shell/framework@workspace:framework": version: 0.0.0-use.local resolution: "@vc-shell/framework@workspace:framework" dependencies: "@floating-ui/vue": "npm:^1.0.2" "@microsoft/signalr": "npm:^8.0.0" - "@vc-shell/api-client-generator": "npm:^1.0.151" - "@vc-shell/config-generator": "npm:^1.0.151" - "@vc-shell/ts-config": "npm:^1.0.151" + "@vc-shell/api-client-generator": "npm:^1.0.152" + "@vc-shell/config-generator": "npm:^1.0.152" + "@vc-shell/ts-config": "npm:^1.0.152" "@vee-validate/i18n": "npm:^4.12.4" "@vee-validate/rules": "npm:^4.12.4" "@vitejs/plugin-vue": "npm:^5.0.3" @@ -4888,13 +4888,13 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/release-config@npm:^1.0.151, @vc-shell/release-config@workspace:configs/release-config": +"@vc-shell/release-config@npm:^1.0.152, @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.151" + "@vc-shell/ts-config": "npm:^1.0.152" chalk: "npm:^2.4.2" mri: "npm:^1.2.0" prompts: "npm:^2.4.2" @@ -4965,7 +4965,7 @@ __metadata: languageName: unknown linkType: soft -"@vc-shell/ts-config@npm:^1.0.151, @vc-shell/ts-config@workspace:configs/ts-config": +"@vc-shell/ts-config@npm:^1.0.152, @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 @@ -5640,11 +5640,11 @@ __metadata: "@types/node": "npm:^20.10.5" "@typescript-eslint/eslint-plugin": "npm:^6.16.0" "@typescript-eslint/parser": "npm:^6.16.0" - "@vc-shell/api-client-generator": "npm:^1.0.151" - "@vc-shell/config-generator": "npm:^1.0.151" - "@vc-shell/framework": "npm:^1.0.151" - "@vc-shell/release-config": "npm:^1.0.151" - "@vc-shell/ts-config": "npm:^1.0.151" + "@vc-shell/api-client-generator": "npm:^1.0.152" + "@vc-shell/config-generator": "npm:^1.0.152" + "@vc-shell/framework": "npm:^1.0.152" + "@vc-shell/release-config": "npm:^1.0.152" + "@vc-shell/ts-config": "npm:^1.0.152" "@vcmp-vendor-portal/api": "npm:^1.0.150" "@vcmp-vendor-portal/modules": "npm:^1.0.150" "@virtocommerce/import-app": "npm:^1.0.148" @@ -14384,11 +14384,11 @@ __metadata: "@typescript-eslint/parser": "npm:^6.16.0" "@vc-app-extend/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.151" - "@vc-shell/config-generator": "npm:^1.0.151" - "@vc-shell/framework": "npm:^1.0.151" - "@vc-shell/release-config": "npm:^1.0.151" - "@vc-shell/ts-config": "npm:^1.0.151" + "@vc-shell/api-client-generator": "npm:^1.0.152" + "@vc-shell/config-generator": "npm:^1.0.152" + "@vc-shell/framework": "npm:^1.0.152" + "@vc-shell/release-config": "npm:^1.0.152" + "@vc-shell/ts-config": "npm:^1.0.152" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^12.0.0" @@ -14440,11 +14440,11 @@ __metadata: "@typescript-eslint/parser": "npm:^6.16.0" "@vc-app/api": "npm:^1.0.113" "@vc-app/modules": "npm:^1.0.113" - "@vc-shell/api-client-generator": "npm:^1.0.151" - "@vc-shell/config-generator": "npm:^1.0.151" - "@vc-shell/framework": "npm:^1.0.151" - "@vc-shell/release-config": "npm:^1.0.151" - "@vc-shell/ts-config": "npm:^1.0.151" + "@vc-shell/api-client-generator": "npm:^1.0.152" + "@vc-shell/config-generator": "npm:^1.0.152" + "@vc-shell/framework": "npm:^1.0.152" + "@vc-shell/release-config": "npm:^1.0.152" + "@vc-shell/ts-config": "npm:^1.0.152" "@vitejs/plugin-vue": "npm:^5.0.3" "@vue/eslint-config-prettier": "npm:^9.0.0" "@vue/eslint-config-typescript": "npm:^12.0.0"