social-logos 3.2.1 → 3.2.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 +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.2.2] - 2025-06-04
2
+ ### Changed
3
+ - Update package dependencies. [#43766]
4
+
1
5
  ## [3.2.1] - 2025-06-03
2
6
  ### Changed
3
7
  - Update package dependencies. [#43718]
@@ -224,6 +228,7 @@
224
228
 
225
229
  - Build: Refactored (aligned build system with Gridicons).
226
230
 
231
+ [3.2.2]: https://github.com/Automattic/social-logos/compare/v3.2.1...v3.2.2
227
232
  [3.2.1]: https://github.com/Automattic/social-logos/compare/v3.2.0...v3.2.1
228
233
  [3.2.0]: https://github.com/Automattic/social-logos/compare/v3.1.21...v3.2.0
229
234
  [3.1.21]: https://github.com/Automattic/social-logos/compare/v3.1.20...v3.1.21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.2.1",
3
+ "version": "3.2.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": {
@@ -36,7 +36,7 @@
36
36
  "svgicons2svgfont": "^15.0.0",
37
37
  "svgo": "^3.3.2",
38
38
  "svgstore": "^3.0.1",
39
- "typescript": "5.8.2",
39
+ "typescript": "5.8.3",
40
40
  "wawoff2": "^2.0.1",
41
41
  "xml2js": "^0.6.2"
42
42
  },