Skip to content

Commit

Permalink
release: v1.0.251
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimzinchuk committed Jul 8, 2024
1 parent 590b3dd commit 7d6de5d
Show file tree
Hide file tree
Showing 20 changed files with 94 additions and 58 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


Expand Down
4 changes: 4 additions & 0 deletions cli/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"type": "module",
"bin": "./dist/api-client-generator.js",
"files": [
Expand All @@ -12,7 +12,7 @@
"build": "vite build"
},
"devDependencies": {
"@vc-shell/ts-config": "^1.0.250",
"@vc-shell/ts-config": "^1.0.251",
"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.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"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.250",
"@vc-shell/ts-config": "^1.0.251",
"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.250",
"@vc-shell/release-config": "^1.0.250",
"@vc-shell/ts-config": "^1.0.250",
"@vc-shell/api-client-generator": "^1.0.251",
"@vc-shell/release-config": "^1.0.251",
"@vc-shell/ts-config": "^1.0.251",
"@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.250",
"@vc-shell/framework": "^1.0.250",
"@vc-shell/config-generator": "^1.0.251",
"@vc-shell/framework": "^1.0.251",
"@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.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"type": "module",
"main": "dist/release-config.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/prompts": "^2.4.7",
"@types/semver": "^7.5.4",
"@vc-shell/ts-config": "^1.0.250",
"@vc-shell/ts-config": "^1.0.251",
"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.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"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.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"vue": "^3.4.15"
},
"devDependencies": {
"@vc-shell/ts-config": "^1.0.250",
"@vc-shell/ts-config": "^1.0.251",
"tsc-alias": "^1.8.8",
"typescript": "~5.3.3"
},
Expand Down
4 changes: 4 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"type": "module",
"main": "./dist/framework.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -61,9 +61,9 @@
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/quill": "^2.0.14",
"@vc-shell/api-client-generator": "^1.0.250",
"@vc-shell/config-generator": "^1.0.250",
"@vc-shell/ts-config": "^1.0.250",
"@vc-shell/api-client-generator": "^1.0.251",
"@vc-shell/config-generator": "^1.0.251",
"@vc-shell/ts-config": "^1.0.251",
"@vitejs/plugin-vue": "^5.0.3",
"cypress-signalr-mock": "^1.5.0",
"sass": "^1.69.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vc-shell/root",
"version": "1.0.250",
"version": "1.0.251",
"private": true,
"repository": "https://github.com/VirtoCommerce/vc-shell",
"scripts": {
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.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"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.250",
"@vc-shell/release-config": "^1.0.250",
"@vc-shell/ts-config": "^1.0.250",
"@vc-shell/api-client-generator": "^1.0.251",
"@vc-shell/release-config": "^1.0.251",
"@vc-shell/ts-config": "^1.0.251",
"@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.250",
"@vc-shell/framework": "^1.0.250",
"@vc-shell/config-generator": "^1.0.251",
"@vc-shell/framework": "^1.0.251",
"@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.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)



## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)


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.250",
"version": "1.0.251",
"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.250",
"@vc-shell/release-config": "^1.0.250",
"@vc-shell/ts-config": "^1.0.250",
"@vc-shell/api-client-generator": "^1.0.251",
"@vc-shell/release-config": "^1.0.251",
"@vc-shell/ts-config": "^1.0.251",
"@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.250",
"@vc-shell/framework": "^1.0.250",
"@vc-shell/config-generator": "^1.0.251",
"@vc-shell/framework": "^1.0.251",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"moment": "^2.30.1",
Expand Down
Loading

0 comments on commit 7d6de5d

Please sign in to comment.