social-logos 3.2.3 → 3.2.4
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.2.4] - 2025-06-18
|
|
2
|
+
### Changed
|
|
3
|
+
- Internal updates.
|
|
4
|
+
|
|
1
5
|
## [3.2.3] - 2025-06-16
|
|
2
6
|
### Changed
|
|
3
7
|
- Update package dependencies. [#43914]
|
|
@@ -232,6 +236,7 @@
|
|
|
232
236
|
|
|
233
237
|
- Build: Refactored (aligned build system with Gridicons).
|
|
234
238
|
|
|
239
|
+
[3.2.4]: https://github.com/Automattic/social-logos/compare/v3.2.3...v3.2.4
|
|
235
240
|
[3.2.3]: https://github.com/Automattic/social-logos/compare/v3.2.2...v3.2.3
|
|
236
241
|
[3.2.2]: https://github.com/Automattic/social-logos/compare/v3.2.1...v3.2.2
|
|
237
242
|
[3.2.1]: https://github.com/Automattic/social-logos/compare/v3.2.0...v3.2.1
|
package/package.json
CHANGED