@aitronos/freddy-plugins 0.4.42 → 0.4.43
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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.4.43 (2025-11-18)
|
|
2
|
+
|
|
3
|
+
### Commit Details
|
|
4
|
+
- **Commit Message:** New version release for fixing issues in IconZip
|
|
5
|
+
- **Branch:** `main` (Other)
|
|
6
|
+
- **Commit Hash:** `ff42938`
|
|
7
|
+
- **Author:** asif-mn-aitronos
|
|
8
|
+
- **Date:** 2025-11-18
|
|
9
|
+
- **Version Type:** patch
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
- New version release for fixing issues in IconZip
|
|
13
|
+
|
|
1
14
|
## 0.4.42 (2025-11-18)
|
|
2
15
|
|
|
3
16
|
**Removing web-components setup to avoid issues in consuming apps with error in "xg"**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aitronos/freddy-plugins",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.43",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"scripts": {
|
|
40
40
|
"dev": "vite",
|
|
41
41
|
"build": "node scripts/build-unified.js",
|
|
42
|
-
"build:vue": "yarn clean && yarn generate:icons-export && yarn generate:animations-exports && yarn generate:components-exports && yarn generate:components-stories && yarn generate:icon-stories && vue-tsc -p tsconfig.build.json &&
|
|
42
|
+
"build:vue": "yarn clean && yarn generate:icons-export && yarn generate:animations-exports && yarn generate:components-exports && yarn generate:components-stories && yarn generate:icon-stories && vue-tsc -p tsconfig.build.json && vite build",
|
|
43
43
|
"preview": "vite preview",
|
|
44
44
|
"visualize-build": "ANALYZE=true yarn build",
|
|
45
45
|
"clean": "rimraf dist",
|