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 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
@@ -47,7 +47,7 @@
47
47
  text-align: center;
48
48
  overflow: hidden;
49
49
  max-height: 2.2em;
50
- word-break: break-word;
50
+ overflow-wrap: break-word;
51
51
 
52
52
  .is-hidden {
53
53
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.3.6",
3
+ "version": "3.3.7",
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": {