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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "A repository of all the social logos used on WordPress.com.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
6
6
  "bugs": {