social-logos 3.1.10 → 3.1.12

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## [3.1.12] - 2024-11-14
2
+ ### Changed
3
+ - Update dependencies.
4
+
5
+ ## [3.1.11] - 2024-11-11
6
+ ### Added
7
+ - Added post-build tests. [#38224]
8
+
9
+ ### Changed
10
+ - Updated package dependencies. [#40000]
11
+
1
12
  ## [3.1.10] - 2024-10-25
2
13
  ### Changed
3
14
  - Updated package dependencies. [#39893]
@@ -161,6 +172,8 @@
161
172
 
162
173
  - Build: Refactored (aligned build system with Gridicons).
163
174
 
175
+ [3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12
176
+ [3.1.11]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11
164
177
  [3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10
165
178
  [3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9
166
179
  [3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.1.10",
3
+ "version": "3.1.12",
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": {
@@ -27,8 +27,8 @@
27
27
  "react-dom": "18.3.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@types/react": "18.3.3",
31
- "@types/react-dom": "18.3.0",
30
+ "@types/react": "18.3.12",
31
+ "@types/react-dom": "18.3.1",
32
32
  "glob": "10.4.1",
33
33
  "svg2ttf": "^6.0.3",
34
34
  "svgicons2svgfont": "^14.0.0",