social-logos 3.3.9 → 3.3.10
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 +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.3.10] - 2026-02-26
|
|
2
|
+
### Changed
|
|
3
|
+
- Update package dependencies. [#47285]
|
|
4
|
+
|
|
1
5
|
## [3.3.9] - 2026-02-23
|
|
2
6
|
### Removed
|
|
3
7
|
- Remove Pocket logo as the service is being discontinued. Pocket Casts logo remains available. [#46879]
|
|
@@ -309,6 +313,7 @@
|
|
|
309
313
|
|
|
310
314
|
- Build: Refactored (aligned build system with Gridicons).
|
|
311
315
|
|
|
316
|
+
[3.3.10]: https://github.com/Automattic/social-logos/compare/v3.3.9...v3.3.10
|
|
312
317
|
[3.3.9]: https://github.com/Automattic/social-logos/compare/v3.3.8...v3.3.9
|
|
313
318
|
[3.3.8]: https://github.com/Automattic/social-logos/compare/v3.3.7...v3.3.8
|
|
314
319
|
[3.3.7]: https://github.com/Automattic/social-logos/compare/v3.3.6...v3.3.7
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.10",
|
|
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
|
+
"author": "Automattic",
|
|
6
7
|
"bugs": {
|
|
7
8
|
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Social Logos"
|
|
8
9
|
},
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"prop-types": "^15.8.1"
|
|
27
28
|
},
|
|
28
29
|
"devDependencies": {
|
|
29
|
-
"@types/react": "18.3.
|
|
30
|
+
"@types/react": "18.3.28",
|
|
30
31
|
"@types/react-dom": "18.3.7",
|
|
31
32
|
"glob": "13.0.0",
|
|
32
33
|
"react": "^18.3.1",
|