@normful/picadillo 1.0.2 → 1.0.3
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 +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [1.0.3] - 2026-02-16
|
|
2
|
+
|
|
3
|
+
### 🚜 Refactor
|
|
4
|
+
|
|
5
|
+
- *(docs)* Update logo path in README to use absolute URL
|
|
1
6
|
## [1.0.2] - 2026-02-16
|
|
2
7
|
|
|
3
8
|
### 🚀 Features
|
|
@@ -26,3 +31,4 @@
|
|
|
26
31
|
- Remove themes directory
|
|
27
32
|
- Add release-it script
|
|
28
33
|
- *(package.json)* Add publishConfig to make package publicly accessible on publish
|
|
34
|
+
- Release 1.0.2
|
package/README.md
CHANGED