social-logos 3.1.1 → 3.1.2
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.2] - 2024-06-24
|
|
2
|
+
### Fixed
|
|
3
|
+
- Update logo color for Threads [#37977]
|
|
4
|
+
|
|
1
5
|
## [3.1.1] - 2024-06-14
|
|
2
6
|
### Changed
|
|
3
7
|
- Internal updates.
|
|
@@ -125,6 +129,7 @@
|
|
|
125
129
|
|
|
126
130
|
- Build: Refactored (aligned build system with Gridicons).
|
|
127
131
|
|
|
132
|
+
[3.1.2]: https://github.com/Automattic/social-logos/compare/v3.1.1...v3.1.2
|
|
128
133
|
[3.1.1]: https://github.com/Automattic/social-logos/compare/v3.1.0...v3.1.1
|
|
129
134
|
[3.1.0]: https://github.com/Automattic/social-logos/compare/v3.0.2...v3.1.0
|
|
130
135
|
[3.0.2]: https://github.com/Automattic/social-logos/compare/v3.0.1...v3.0.2
|
package/package.json
CHANGED