@vc-shell/framework 1.1.91-alpha.4 → 1.1.91-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -7
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- # Change Log
1
+ ## [1.1.91-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.4...v1.1.91-alpha.5) (2025-10-14)
2
+
3
+ **Note:** Version bump only for package @vc-shell/framework
2
4
 
3
5
  ## [1.1.91-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.3...v1.1.91-alpha.4) (2025-10-14)
4
6
 
@@ -6,20 +8,14 @@
6
8
 
7
9
  - **locales:** add newline for better readability in localization check output ([ee8c2fd](https://github.com/VirtoCommerce/vc-shell/commit/ee8c2fd873f2c4a0a8c4d574c2c8b715215fbe4d))
8
10
 
9
- # Change Log
10
-
11
11
  ## [1.1.91-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.2...v1.1.91-alpha.3) (2025-10-14)
12
12
 
13
13
  **Note:** Version bump only for package @vc-shell/framework
14
14
 
15
- # Change Log
16
-
17
15
  ## [1.1.91-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.1...v1.1.91-alpha.2) (2025-10-14)
18
16
 
19
17
  **Note:** Version bump only for package @vc-shell/framework
20
18
 
21
- # Change Log
22
-
23
19
  ## [1.1.91-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.90...v1.1.91-alpha.1) (2025-10-14)
24
20
 
25
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.1.91-alpha.4",
3
+ "version": "1.1.91-alpha.5",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -90,9 +90,9 @@
90
90
  "@fullhuman/postcss-purgecss": "^7.0.2",
91
91
  "@laynezh/vite-plugin-lib-assets": "v1.1.0",
92
92
  "@types/dompurify": "^3.0.5",
93
- "@vc-shell/api-client-generator": "1.1.91-alpha.4",
94
- "@vc-shell/config-generator": "1.1.91-alpha.4",
95
- "@vc-shell/ts-config": "1.1.91-alpha.4",
93
+ "@vc-shell/api-client-generator": "1.1.91-alpha.5",
94
+ "@vc-shell/config-generator": "1.1.91-alpha.5",
95
+ "@vc-shell/ts-config": "1.1.91-alpha.5",
96
96
  "@vitejs/plugin-vue": "^5.2.3",
97
97
  "@vue/test-utils": "^2.4.5",
98
98
  "cypress-signalr-mock": "^1.5.0",