social-logos 3.3.6 → 3.3.7
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/build/css/example.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.3.7] - 2026-02-16
|
|
2
|
+
### Fixed
|
|
3
|
+
- Compatibility: Clean up deprecated CSS. [#47067]
|
|
4
|
+
|
|
1
5
|
## [3.3.6] - 2026-02-04
|
|
2
6
|
### Changed
|
|
3
7
|
- Update package dependencies. [#46936]
|
|
@@ -297,6 +301,7 @@
|
|
|
297
301
|
|
|
298
302
|
- Build: Refactored (aligned build system with Gridicons).
|
|
299
303
|
|
|
304
|
+
[3.3.7]: https://github.com/Automattic/social-logos/compare/v3.3.6...v3.3.7
|
|
300
305
|
[3.3.6]: https://github.com/Automattic/social-logos/compare/v3.3.5...v3.3.6
|
|
301
306
|
[3.3.5]: https://github.com/Automattic/social-logos/compare/v3.3.4...v3.3.5
|
|
302
307
|
[3.3.4]: https://github.com/Automattic/social-logos/compare/v3.3.3...v3.3.4
|
package/build/css/example.css
CHANGED
package/package.json
CHANGED