social-logos 3.1.0 → 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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [3.1.2] - 2024-06-24
|
|
2
|
+
### Fixed
|
|
3
|
+
- Update logo color for Threads [#37977]
|
|
4
|
+
|
|
5
|
+
## [3.1.1] - 2024-06-14
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal updates.
|
|
8
|
+
|
|
1
9
|
## [3.1.0] - 2024-06-13
|
|
2
10
|
### Added
|
|
3
11
|
- New icon: `deezer` [#37799]
|
|
@@ -121,6 +129,8 @@
|
|
|
121
129
|
|
|
122
130
|
- Build: Refactored (aligned build system with Gridicons).
|
|
123
131
|
|
|
132
|
+
[3.1.2]: https://github.com/Automattic/social-logos/compare/v3.1.1...v3.1.2
|
|
133
|
+
[3.1.1]: https://github.com/Automattic/social-logos/compare/v3.1.0...v3.1.1
|
|
124
134
|
[3.1.0]: https://github.com/Automattic/social-logos/compare/v3.0.2...v3.1.0
|
|
125
135
|
[3.0.2]: https://github.com/Automattic/social-logos/compare/v3.0.1...v3.0.2
|
|
126
136
|
[3.0.1]: https://github.com/Automattic/social-logos/compare/v3.0.0...v3.0.1
|
package/package.json
CHANGED