@aitronos/freddy-plugins 0.4.40 → 0.4.41
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 +13 -0
- package/README.md +3 -3
- package/dist/index.cjs +19 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1586 -1583
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.4.41 (2025-11-18)
|
|
2
|
+
|
|
3
|
+
### Commit Details
|
|
4
|
+
- **Commit Message:** New version release for update in zip bug
|
|
5
|
+
- **Branch:** `main` (Other)
|
|
6
|
+
- **Commit Hash:** `9f9b9bb`
|
|
7
|
+
- **Author:** asif-mn-aitronos
|
|
8
|
+
- **Date:** 2025-11-18
|
|
9
|
+
- **Version Type:** patch
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
- New version release for update in zip bug
|
|
13
|
+
|
|
1
14
|
## 0.4.40 (2025-11-17)
|
|
2
15
|
|
|
3
16
|
### Commit Details
|
package/README.md
CHANGED
|
@@ -849,13 +849,13 @@ icon-search {
|
|
|
849
849
|
## 📚 Documentation
|
|
850
850
|
|
|
851
851
|
- **[Storybook Demo](https://aitronos-freddy-plugins.vercel.app/)** - Interactive component documentation
|
|
852
|
-
- **[GitHub Repository](https://github.com/
|
|
852
|
+
- **[GitHub Repository](https://github.com/Aitronos-Development/Aitronos.Freddy.Plugins)** - Source code and issues
|
|
853
853
|
- **[NPM Package](https://www.npmjs.com/package/@aitronos/freddy-plugins)** - Package information
|
|
854
854
|
|
|
855
855
|
## 🤝 Support & Help
|
|
856
856
|
|
|
857
|
-
- **GitHub Issues**: [Report bugs or request features](https://github.com/
|
|
858
|
-
- **Discussions**: [Community discussions](https://github.com/
|
|
857
|
+
- **GitHub Issues**: [Report bugs or request features](https://github.com/Aitronos-Development/Aitronos.Freddy.Plugins/issues)
|
|
858
|
+
- **Discussions**: [Community discussions](https://github.com/Aitronos-Development/Aitronos.Freddy.Plugins/discussions)
|
|
859
859
|
- **Email**: support@aitronos.com
|
|
860
860
|
|
|
861
861
|
## 🎉 Hurray!
|