@aitronos/freddy-plugins 0.4.43 → 0.4.45
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 +28 -0
- package/dist/freddy-plugins.css +1 -1
- package/dist/index.cjs +20 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +8 -2
- package/dist/index.js +3906 -3919
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 0.4.45 (2025-11-19)
|
|
2
|
+
|
|
3
|
+
**Removing IconZip for debugging**
|
|
4
|
+
|
|
5
|
+
### Commit Details
|
|
6
|
+
- **Commit Message:** Removing IconZip for debugging
|
|
7
|
+
- **Branch:** `main` (Other)
|
|
8
|
+
- **Commit Hash:** `37a07e4`
|
|
9
|
+
- **Author:** asif-mn-aitronos
|
|
10
|
+
- **Date:** 2025-11-18
|
|
11
|
+
- **Version Type:** patch
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
- Removing IconZip for debugging
|
|
15
|
+
|
|
16
|
+
## 0.4.44 (2025-11-18)
|
|
17
|
+
|
|
18
|
+
### Commit Details
|
|
19
|
+
- **Commit Message:** Build issue fix and release new version
|
|
20
|
+
- **Branch:** `main` (Other)
|
|
21
|
+
- **Commit Hash:** `084aba7`
|
|
22
|
+
- **Author:** asif-mn-aitronos
|
|
23
|
+
- **Date:** 2025-11-18
|
|
24
|
+
- **Version Type:** patch
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
- Build issue fix and release new version
|
|
28
|
+
|
|
1
29
|
## 0.4.43 (2025-11-18)
|
|
2
30
|
|
|
3
31
|
### Commit Details
|