social-logos 3.2.10 → 3.2.11
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 +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.2.11] - 2025-10-02
|
|
2
|
+
### Changed
|
|
3
|
+
- Update package dependencies. [#45335]
|
|
4
|
+
|
|
1
5
|
## [3.2.10] - 2025-09-08
|
|
2
6
|
### Changed
|
|
3
7
|
- Update package dependencies. [#45097]
|
|
@@ -260,6 +264,7 @@
|
|
|
260
264
|
|
|
261
265
|
- Build: Refactored (aligned build system with Gridicons).
|
|
262
266
|
|
|
267
|
+
[3.2.11]: https://github.com/Automattic/social-logos/compare/v3.2.10...v3.2.11
|
|
263
268
|
[3.2.10]: https://github.com/Automattic/social-logos/compare/v3.2.9...v3.2.10
|
|
264
269
|
[3.2.9]: https://github.com/Automattic/social-logos/compare/v3.2.8...v3.2.9
|
|
265
270
|
[3.2.8]: https://github.com/Automattic/social-logos/compare/v3.2.7...v3.2.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.11",
|
|
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,7 +29,7 @@
|
|
|
29
29
|
"react-dom": "18.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/react": "18.3.
|
|
32
|
+
"@types/react": "18.3.25",
|
|
33
33
|
"@types/react-dom": "18.3.7",
|
|
34
34
|
"glob": "11.0.2",
|
|
35
35
|
"svg2ttf": "^6.0.3",
|