social-logos 3.2.5 → 3.2.6

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.2.6] - 2025-07-21
2
+ ### Changed
3
+ - Internal updates.
4
+
1
5
  ## [3.2.5] - 2025-07-01
2
6
  ### Changed
3
7
  - Internal updates.
@@ -240,6 +244,7 @@
240
244
 
241
245
  - Build: Refactored (aligned build system with Gridicons).
242
246
 
247
+ [3.2.6]: https://github.com/Automattic/social-logos/compare/v3.2.5...v3.2.6
243
248
  [3.2.5]: https://github.com/Automattic/social-logos/compare/v3.2.4...v3.2.5
244
249
  [3.2.4]: https://github.com/Automattic/social-logos/compare/v3.2.3...v3.2.4
245
250
  [3.2.3]: https://github.com/Automattic/social-logos/compare/v3.2.2...v3.2.3
@@ -5,7 +5,8 @@
5
5
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
6
6
  line-height: 1.15;
7
7
 
8
- a:link, a:visited {
8
+ a:link,
9
+ a:visited {
9
10
  color: #999;
10
11
  }
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
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": {