social-logos 3.1.14 → 3.1.15
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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.1.15] - 2024-12-16
|
|
2
|
+
### Changed
|
|
3
|
+
- Internal updates.
|
|
4
|
+
|
|
1
5
|
## [3.1.14] - 2024-12-09
|
|
2
6
|
### Changed
|
|
3
7
|
- Internal updates.
|
|
@@ -180,6 +184,7 @@
|
|
|
180
184
|
|
|
181
185
|
- Build: Refactored (aligned build system with Gridicons).
|
|
182
186
|
|
|
187
|
+
[3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15
|
|
183
188
|
[3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14
|
|
184
189
|
[3.1.13]: https://github.com/Automattic/social-logos/compare/v3.1.12...v3.1.13
|
|
185
190
|
[3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12
|
package/package.json
CHANGED