@aitronos/freddy-plugins 0.4.37 → 0.4.39
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 +6 -0
- package/dist/index.js +3780 -3708
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 0.4.39 (2025-11-17)
|
|
2
|
+
|
|
3
|
+
**New icons release for freddy input bar**
|
|
4
|
+
|
|
5
|
+
### Commit Details
|
|
6
|
+
- **Commit Message:** new icons for freddy-input bar
|
|
7
|
+
- **Branch:** `main` (Other)
|
|
8
|
+
- **Commit Hash:** `a6b5a22`
|
|
9
|
+
- **Author:** asif-mn-pits
|
|
10
|
+
- **Date:** 2025-11-17
|
|
11
|
+
- **Version Type:** patch
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
- new icons for freddy-input bar
|
|
15
|
+
|
|
16
|
+
## 0.4.38 (2025-11-17)
|
|
17
|
+
|
|
18
|
+
### Commit Details
|
|
19
|
+
- **Commit Message:** New color variables added to theme
|
|
20
|
+
- **Branch:** `main` (Other)
|
|
21
|
+
- **Commit Hash:** `ffbfe8d`
|
|
22
|
+
- **Author:** asif-mn-pits
|
|
23
|
+
- **Date:** 2025-11-17
|
|
24
|
+
- **Version Type:** patch
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
- New color variables added to theme
|
|
28
|
+
|
|
1
29
|
## 0.4.37 (2025-11-17)
|
|
2
30
|
|
|
3
31
|
**new color themes for consuming apps as delivered as new theme files**
|