@aitronos/freddy-plugins 0.4.65 → 0.4.66
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 +15 -0
- package/dist/freddy-plugins.css +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +588 -576
- package/dist/index.js.map +1 -1
- package/dist/src/components/Descriptions.vue.d.ts +1 -1
- package/dist/src/components/TextAreaInputField.vue.d.ts +4 -4
- package/dist/src/components/TooltipV2.vue.d.ts +4 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 0.4.66 (2025-12-10)
|
|
2
|
+
|
|
3
|
+
**Release updated v2 tooltip in instructions**
|
|
4
|
+
|
|
5
|
+
### Commit Details
|
|
6
|
+
- **Commit Message:** Release updated v2 tooltip in instructions
|
|
7
|
+
- **Branch:** `main` (Other)
|
|
8
|
+
- **Commit Hash:** `c73fce2`
|
|
9
|
+
- **Author:** asif-mn-aitronos
|
|
10
|
+
- **Date:** 2025-12-08
|
|
11
|
+
- **Version Type:** patch
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
- Release updated v2 tooltip in instructions
|
|
15
|
+
|
|
1
16
|
## 0.4.65 (2025-12-08)
|
|
2
17
|
|
|
3
18
|
### Commit Details
|