@aitronos/freddy-plugins 0.4.34 → 0.4.36
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 +26 -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 +3 -1
- package/dist/index.js +3226 -3205
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.4.36 (2025-11-12)
|
|
2
|
+
|
|
3
|
+
### Commit Details
|
|
4
|
+
- **Commit Message:** new Icon for search
|
|
5
|
+
- **Branch:** `main` (Other)
|
|
6
|
+
- **Commit Hash:** `00bf475`
|
|
7
|
+
- **Author:** asif-mn-pits
|
|
8
|
+
- **Date:** 2025-11-11
|
|
9
|
+
- **Version Type:** patch
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
- new Icon for search
|
|
13
|
+
|
|
14
|
+
## 0.4.35 (2025-11-11)
|
|
15
|
+
|
|
16
|
+
### Commit Details
|
|
17
|
+
- **Commit Message:** Export skeleton type and move most of the interfaces to interfaces folder and update export path
|
|
18
|
+
- **Branch:** `main` (Other)
|
|
19
|
+
- **Commit Hash:** `ed426dc`
|
|
20
|
+
- **Author:** asif-mn-pits
|
|
21
|
+
- **Date:** 2025-11-11
|
|
22
|
+
- **Version Type:** patch
|
|
23
|
+
|
|
24
|
+
### Changes
|
|
25
|
+
- Export skeleton type and move most of the interfaces to interfaces folder and update export path
|
|
26
|
+
|
|
1
27
|
## 0.4.34 (2025-11-11)
|
|
2
28
|
|
|
3
29
|
### Commit Details
|