Skip to content

Commit

Permalink
release: v1.0.209
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimzinchuk committed May 7, 2024
1 parent b1e3124 commit 425d699
Show file tree
Hide file tree
Showing 20 changed files with 121 additions and 63 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)


### Bug Fixes

* **create-vc-app:** fixed boilerplate release script ([b1e3124](https://github.com/VirtoCommerce/vc-shell/commit/b1e312445acb99402850e22208c1c9e4b7912502))


### Features

* img extensions, renaming vm-1315 ([cd02d04](https://github.com/VirtoCommerce/vc-shell/commit/cd02d04d924f9049521b2f116e0ed192f29ce981))
* support of edit mode for blade and vc-table vm-1312 ([b1c8daa](https://github.com/VirtoCommerce/vc-shell/commit/b1c8daae2255befdadd8a3012354ba3efa813e84))



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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.208",
"@vc-shell/ts-config": "^1.0.209",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions cli/create-vc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)


### Bug Fixes

* **create-vc-app:** fixed boilerplate release script ([b1e3124](https://github.com/VirtoCommerce/vc-shell/commit/b1e312445acb99402850e22208c1c9e4b7912502))



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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.208",
"@vc-shell/ts-config": "^1.0.209",
"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.208",
"@vc-shell/release-config": "^1.0.208",
"@vc-shell/ts-config": "^1.0.208",
"@vc-shell/api-client-generator": "^1.0.209",
"@vc-shell/release-config": "^1.0.209",
"@vc-shell/ts-config": "^1.0.209",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand Down Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@vc-shell/config-generator": "^1.0.208",
"@vc-shell/framework": "^1.0.208",
"@vc-shell/config-generator": "^1.0.209",
"@vc-shell/framework": "^1.0.209",
"@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.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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.208",
"@vc-shell/ts-config": "^1.0.209",
"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.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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.208",
"@vc-shell/ts-config": "^1.0.209",
"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.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)


### Features

* img extensions, renaming vm-1315 ([cd02d04](https://github.com/VirtoCommerce/vc-shell/commit/cd02d04d924f9049521b2f116e0ed192f29ce981))
* support of edit mode for blade and vc-table vm-1312 ([b1c8daa](https://github.com/VirtoCommerce/vc-shell/commit/b1c8daae2255befdadd8a3012354ba3efa813e84))



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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",
"@types/quill": "^2.0.14",
"@vc-shell/api-client-generator": "^1.0.208",
"@vc-shell/config-generator": "^1.0.208",
"@vc-shell/ts-config": "^1.0.208",
"@vc-shell/api-client-generator": "^1.0.209",
"@vc-shell/config-generator": "^1.0.209",
"@vc-shell/ts-config": "^1.0.209",
"@vitejs/plugin-vue": "^5.0.3",
"sass": "^1.69.6",
"shx": "^0.3.4",
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.208",
"version": "1.0.209",
"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.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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.208",
"@vc-shell/release-config": "^1.0.208",
"@vc-shell/ts-config": "^1.0.208",
"@vc-shell/api-client-generator": "^1.0.209",
"@vc-shell/release-config": "^1.0.209",
"@vc-shell/ts-config": "^1.0.209",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand Down Expand Up @@ -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.208",
"@vc-shell/framework": "^1.0.208",
"@vc-shell/config-generator": "^1.0.209",
"@vc-shell/framework": "^1.0.209",
"@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.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)



## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)


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.208",
"version": "1.0.209",
"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.208",
"@vc-shell/release-config": "^1.0.208",
"@vc-shell/ts-config": "^1.0.208",
"@vc-shell/api-client-generator": "^1.0.209",
"@vc-shell/release-config": "^1.0.209",
"@vc-shell/ts-config": "^1.0.209",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand Down Expand Up @@ -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.208",
"@vc-shell/framework": "^1.0.208",
"@vc-shell/config-generator": "^1.0.209",
"@vc-shell/framework": "^1.0.209",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"moment": "^2.30.1",
Expand Down
Loading

0 comments on commit 425d699

Please sign in to comment.