@aitronos/freddy-plugins 0.4.63 → 0.4.65
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/{icons-GUqeJvd4.js → icons-BAyOBzYf.js} +1319 -1386
- package/dist/icons-BAyOBzYf.js.map +1 -0
- package/dist/icons-xggGA3ip.cjs +2 -0
- package/dist/icons-xggGA3ip.cjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +182 -182
- package/dist/src/icons/IconEditLinePath.vue.d.ts +1 -71
- package/package.json +1 -1
- package/dist/icons-GUqeJvd4.js.map +0 -1
- package/dist/icons-pIM8yW9O.cjs +0 -2
- package/dist/icons-pIM8yW9O.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 0.4.65 (2025-12-08)
|
|
2
|
+
|
|
3
|
+
### Commit Details
|
|
4
|
+
- **Commit Message:** Update IconEditLinrPath with svg only
|
|
5
|
+
- **Branch:** `main` (Other)
|
|
6
|
+
- **Commit Hash:** `aed1368`
|
|
7
|
+
- **Author:** asif-mn-aitronos
|
|
8
|
+
- **Date:** 2025-12-08
|
|
9
|
+
- **Version Type:** patch
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
- Update IconEditLinrPath with svg only
|
|
13
|
+
|
|
14
|
+
## 0.4.64 (2025-12-08)
|
|
15
|
+
|
|
16
|
+
**same as commit**
|
|
17
|
+
|
|
18
|
+
### Commit Details
|
|
19
|
+
- **Commit Message:** Update confirmation modal with styles and background
|
|
20
|
+
- **Branch:** `main` (Other)
|
|
21
|
+
- **Commit Hash:** `8e9803c`
|
|
22
|
+
- **Author:** asif-mn-aitronos
|
|
23
|
+
- **Date:** 2025-12-07
|
|
24
|
+
- **Version Type:** patch
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
- Update confirmation modal with styles and background
|
|
28
|
+
|
|
1
29
|
## 0.4.63 (2025-12-07)
|
|
2
30
|
|
|
3
31
|
**Release version with adjusted Assistant avatar updates**
|