@aitronos/freddy-plugins 0.4.32 → 0.4.34
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 +23 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +353 -348
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 0.4.34 (2025-11-11)
|
|
2
|
+
|
|
3
|
+
### Commit Details
|
|
4
|
+
- **Commit Message:** Update version for updated and exported skeleton loader type
|
|
5
|
+
- **Branch:** `main` (Other)
|
|
6
|
+
- **Commit Hash:** `f463b0d`
|
|
7
|
+
- **Author:** asif-mn-pits
|
|
8
|
+
- **Date:** 2025-11-11
|
|
9
|
+
- **Version Type:** patch
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
- Update version for updated and exported skeleton loader type
|
|
13
|
+
|
|
14
|
+
## 0.4.33 (2025-11-11)
|
|
15
|
+
|
|
16
|
+
**Release new version with updated class names to aoid conflicts in consuming apps to v.4.33**
|
|
17
|
+
|
|
18
|
+
### Commit Details
|
|
19
|
+
- **Commit Message:** Release new version with updated class names to aoid conflicts in consuming apps to v.4.33
|
|
20
|
+
- **Branch:** `main` (Other)
|
|
21
|
+
- **Commit Hash:** `cd46c61`
|
|
22
|
+
- **Author:** asif-mn-pits
|
|
23
|
+
- **Date:** 2025-11-11
|
|
24
|
+
- **Version Type:** patch
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
- Release new version with updated class names to aoid conflicts in consuming apps to v.4.33
|
|
28
|
+
|
|
1
29
|
## 0.4.32 (2025-11-11)
|
|
2
30
|
|
|
3
31
|
**Only library deployment - skip web-components**
|