Skip to content

Commit

Permalink
release: v1.0.322
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimzinchuk committed Nov 5, 2024
1 parent 6e78664 commit 2fe0669
Show file tree
Hide file tree
Showing 22 changed files with 1,582 additions and 1,441 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)


### Features

* **api-client:** skip build arg ([f67a69f](https://github.com/VirtoCommerce/vc-shell/commit/f67a69fc0b09129a5b2e7ec51039bcc2ba435ea1))
* **core:** push subscription, setNotificationHandler as watcher replacement ([8c726fc](https://github.com/VirtoCommerce/vc-shell/commit/8c726fc315d52958201107cfdd101dbbf698c697))
* **signalR:** creator update method ([6e78664](https://github.com/VirtoCommerce/vc-shell/commit/6e78664f71201b60069d1dd806db8491fd656db5))



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
9 changes: 9 additions & 0 deletions cli/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)


### Features

* **api-client:** skip build arg ([f67a69f](https://github.com/VirtoCommerce/vc-shell/commit/f67a69fc0b09129a5b2e7ec51039bcc2ba435ea1))



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions cli/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vc-shell/api-client-generator",
"description": "Tool for API clients generation",
"version": "1.0.321",
"version": "1.0.322",
"type": "module",
"bin": "./dist/api-client-generator.js",
"files": [
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@vc-shell/ts-config": "^1.0.321",
"@vc-shell/ts-config": "^1.0.322",
"typescript": "~5.3.3"
},
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions cli/create-vc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions cli/create-vc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vc-shell/create-vc-app",
"description": "Application scaffolding",
"version": "1.0.321",
"version": "1.0.322",
"type": "module",
"bin": "./dist/index.js",
"files": [
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/prompts": "^2.4.4",
"@vc-shell/ts-config": "^1.0.321",
"@vc-shell/ts-config": "^1.0.322",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"shx": "^0.3.4",
Expand Down
10 changes: 5 additions & 5 deletions cli/create-vc-app/src/templates/base/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.321",
"@vc-shell/release-config": "^1.0.321",
"@vc-shell/ts-config": "^1.0.321",
"@vc-shell/api-client-generator": "^1.0.322",
"@vc-shell/release-config": "^1.0.322",
"@vc-shell/ts-config": "^1.0.322",
"@vitejs/plugin-vue": "5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand Down Expand Up @@ -54,8 +54,8 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@vc-shell/config-generator": "^1.0.321",
"@vc-shell/framework": "^1.0.321",
"@vc-shell/config-generator": "^1.0.322",
"@vc-shell/framework": "^1.0.322",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"cross-spawn": "^7.0.3",
Expand Down
4 changes: 4 additions & 0 deletions configs/release-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions configs/release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vc-shell/release-config",
"version": "1.0.321",
"version": "1.0.322",
"type": "module",
"main": "dist/release-config.js",
"types": "./dist/index.d.ts",
Expand All @@ -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.321",
"@vc-shell/ts-config": "^1.0.322",
"typescript": "~5.3.3",
"vite-plugin-dts": "^3.6.4"
},
Expand Down
4 changes: 4 additions & 0 deletions configs/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion configs/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vc-shell/ts-config",
"version": "1.0.321",
"version": "1.0.322",
"main": "./tsconfig.json",
"files": [
"tsconfig.json"
Expand Down
4 changes: 4 additions & 0 deletions configs/vite-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions configs/vite-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vc-shell/config-generator",
"description": "Generate Vite configurations",
"version": "1.0.321",
"version": "1.0.322",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"vue": "^3.5.8"
},
"devDependencies": {
"@vc-shell/ts-config": "^1.0.321",
"@vc-shell/ts-config": "^1.0.322",
"http-proxy-middleware": "^3.0.2",
"tsc-alias": "^1.8.8",
"typescript": "~5.3.3"
Expand Down
10 changes: 10 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)


### Features

* **core:** push subscription, setNotificationHandler as watcher replacement ([8c726fc](https://github.com/VirtoCommerce/vc-shell/commit/8c726fc315d52958201107cfdd101dbbf698c697))
* **signalR:** creator update method ([6e78664](https://github.com/VirtoCommerce/vc-shell/commit/6e78664f71201b60069d1dd806db8491fd656db5))



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
1 change: 1 addition & 0 deletions framework/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ declare global {
VueI18n: typeof vueI18n;
moment: moment;
VcShellFramework: any;
VueUseCore: typeof VueUseCore;
}
}
2 changes: 2 additions & 0 deletions framework/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import * as coreConstants from "./core/constants";
import * as shared from "./shared";
import * as Vue from "vue";
import * as VueI18n from "vue-i18n";
import * as VueUseCore from "@vueuse/core";
import _ from "lodash";

import "normalize.css";
Expand Down Expand Up @@ -75,6 +76,7 @@ if (typeof window !== "undefined") {
window.moment = corePlugins.moment;
window.VueI18n = VueI18n;
window._ = _;
window.VueUseCore = VueUseCore;
}

export default {
Expand Down
8 changes: 4 additions & 4 deletions framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vc-shell/framework",
"version": "1.0.321",
"version": "1.0.322",
"type": "module",
"main": "./dist/framework.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@vc-shell/api-client-generator": "^1.0.321",
"@vc-shell/config-generator": "^1.0.321",
"@vc-shell/ts-config": "^1.0.321",
"@vc-shell/api-client-generator": "^1.0.322",
"@vc-shell/config-generator": "^1.0.322",
"@vc-shell/ts-config": "^1.0.322",
"@vitejs/plugin-vue": "5.0.3",
"cypress-signalr-mock": "^1.5.0",
"sass": "^1.69.6",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vc-shell/root",
"version": "1.0.321",
"version": "1.0.322",
"private": true,
"repository": "https://github.com/VirtoCommerce/vc-shell",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"build-cli:api-client": "yarn workspace @vc-shell/api-client-generator run build",
"build-cli:create-vc-app": "yarn workspace @vc-shell/create-vc-app run build",
"build-config:release-config": "yarn workspace @vc-shell/release-config run build",
"generate:api-client": "yarn workspace @vc-shell/framework exec cross-env api-client-generator --APP_PLATFORM_MODULES='[VirtoCommerce.Platform]' --APP_API_CLIENT_DIRECTORY=./core/api/",
"generate:api-client": "yarn workspace @vc-shell/framework exec cross-env api-client-generator --APP_PLATFORM_MODULES='[VirtoCommerce.Platform]' --APP_API_CLIENT_DIRECTORY=./core/api/ --SKIP_BUILD=true",
"storybook-build": "cross-env APP_ENV=production storybook build .storybook/assets",
"storybook-serve": "storybook dev .storybook/assets -p 6006 --no-open",
"release": "tsx scripts/release.ts",
Expand Down
4 changes: 4 additions & 0 deletions sample/vc-app-extend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
12 changes: 6 additions & 6 deletions sample/vc-app-extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc-app-extend",
"version": "1.0.321",
"version": "1.0.322",
"private": true,
"scripts": {
"serve": "cross-env APP_ENV=development vite --force",
Expand All @@ -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.321",
"@vc-shell/release-config": "^1.0.321",
"@vc-shell/ts-config": "^1.0.321",
"@vc-shell/api-client-generator": "^1.0.322",
"@vc-shell/release-config": "^1.0.322",
"@vc-shell/ts-config": "^1.0.322",
"@vitejs/plugin-vue": "5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand Down Expand Up @@ -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.321",
"@vc-shell/framework": "^1.0.321",
"@vc-shell/config-generator": "^1.0.322",
"@vc-shell/framework": "^1.0.322",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"moment": "^2.30.1",
Expand Down
4 changes: 4 additions & 0 deletions sample/vc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)



## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)


Expand Down
12 changes: 6 additions & 6 deletions sample/vc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc-app",
"version": "1.0.321",
"version": "1.0.322",
"private": true,
"scripts": {
"bootstrap": "yarn build:api && yarn build:modules-library",
Expand Down Expand Up @@ -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.321",
"@vc-shell/release-config": "^1.0.321",
"@vc-shell/ts-config": "^1.0.321",
"@vc-shell/api-client-generator": "^1.0.322",
"@vc-shell/release-config": "^1.0.322",
"@vc-shell/ts-config": "^1.0.322",
"@vitejs/plugin-vue": "5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand Down Expand Up @@ -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.321",
"@vc-shell/framework": "^1.0.321",
"@vc-shell/config-generator": "^1.0.322",
"@vc-shell/framework": "^1.0.322",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"moment": "^2.30.1",
Expand Down
Loading

0 comments on commit 2fe0669

Please sign in to comment.