@aitronos/freddy-plugins 0.4.62 → 0.4.64
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 +30 -0
- package/dist/freddy-plugins.css +1 -1
- package/dist/{icons-GUqeJvd4.js → icons-BDB-Z1TH.js} +3 -3
- package/dist/icons-BDB-Z1TH.js.map +1 -0
- package/dist/icons-C6z6IMHv.cjs +2 -0
- package/dist/icons-C6z6IMHv.cjs.map +1 -0
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1374 -1369
- package/dist/index.js.map +1 -1
- package/dist/src/components/Assistant/ChooseAssistantAvatar.vue.d.ts +8 -0
- 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,33 @@
|
|
|
1
|
+
## 0.4.64 (2025-12-08)
|
|
2
|
+
|
|
3
|
+
**same as commit**
|
|
4
|
+
|
|
5
|
+
### Commit Details
|
|
6
|
+
- **Commit Message:** Update confirmation modal with styles and background
|
|
7
|
+
- **Branch:** `main` (Other)
|
|
8
|
+
- **Commit Hash:** `8e9803c`
|
|
9
|
+
- **Author:** asif-mn-aitronos
|
|
10
|
+
- **Date:** 2025-12-07
|
|
11
|
+
- **Version Type:** patch
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
- Update confirmation modal with styles and background
|
|
15
|
+
|
|
16
|
+
## 0.4.63 (2025-12-07)
|
|
17
|
+
|
|
18
|
+
**Release version with adjusted Assistant avatar updates**
|
|
19
|
+
|
|
20
|
+
### Commit Details
|
|
21
|
+
- **Commit Message:** Release version with adjusted Assistant avatar updates
|
|
22
|
+
- **Branch:** `main` (Other)
|
|
23
|
+
- **Commit Hash:** `ca41f3f`
|
|
24
|
+
- **Author:** asif-mn-aitronos
|
|
25
|
+
- **Date:** 2025-12-07
|
|
26
|
+
- **Version Type:** patch
|
|
27
|
+
|
|
28
|
+
### Changes
|
|
29
|
+
- Release version with adjusted Assistant avatar updates
|
|
30
|
+
|
|
1
31
|
## 0.4.62 (2025-12-07)
|
|
2
32
|
|
|
3
33
|
**Releaseing version with adjusting askAi button**
|