social-logos 3.2.0 → 3.2.1

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 +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.2.1] - 2025-06-03
2
+ ### Changed
3
+ - Update package dependencies. [#43718]
4
+
1
5
  ## [3.2.0] - 2025-05-12
2
6
  ### Removed
3
7
  - Remove Skype since the service no longer exists. [#43375]
@@ -220,6 +224,7 @@
220
224
 
221
225
  - Build: Refactored (aligned build system with Gridicons).
222
226
 
227
+ [3.2.1]: https://github.com/Automattic/social-logos/compare/v3.2.0...v3.2.1
223
228
  [3.2.0]: https://github.com/Automattic/social-logos/compare/v3.1.21...v3.2.0
224
229
  [3.1.21]: https://github.com/Automattic/social-logos/compare/v3.1.20...v3.1.21
225
230
  [3.1.20]: https://github.com/Automattic/social-logos/compare/v3.1.19...v3.1.20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
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": {
@@ -29,8 +29,8 @@
29
29
  "react-dom": "18.3.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/react": "18.3.18",
33
- "@types/react-dom": "18.3.5",
32
+ "@types/react": "18.3.23",
33
+ "@types/react-dom": "18.3.7",
34
34
  "glob": "11.0.0",
35
35
  "svg2ttf": "^6.0.3",
36
36
  "svgicons2svgfont": "^15.0.0",