social-logos 3.3.0 → 3.3.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.
- package/CHANGELOG.md +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [3.3.2] - 2025-11-03
|
|
2
|
+
### Changed
|
|
3
|
+
- Update package dependencies. [#45678]
|
|
4
|
+
|
|
5
|
+
## [3.3.1] - 2025-10-28
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#45652]
|
|
8
|
+
|
|
1
9
|
## [3.3.0] - 2025-10-13
|
|
2
10
|
### Added
|
|
3
11
|
- Add a new Apple Podcasts logo. [#45436]
|
|
@@ -273,6 +281,8 @@
|
|
|
273
281
|
|
|
274
282
|
- Build: Refactored (aligned build system with Gridicons).
|
|
275
283
|
|
|
284
|
+
[3.3.2]: https://github.com/Automattic/social-logos/compare/v3.3.1...v3.3.2
|
|
285
|
+
[3.3.1]: https://github.com/Automattic/social-logos/compare/v3.3.0...v3.3.1
|
|
276
286
|
[3.3.0]: https://github.com/Automattic/social-logos/compare/v3.2.11...v3.3.0
|
|
277
287
|
[3.2.11]: https://github.com/Automattic/social-logos/compare/v3.2.10...v3.2.11
|
|
278
288
|
[3.2.10]: https://github.com/Automattic/social-logos/compare/v3.2.9...v3.2.10
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.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": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"glob": "11.0.2",
|
|
35
35
|
"svg2ttf": "^6.0.3",
|
|
36
36
|
"svgicons2svgfont": "^15.0.0",
|
|
37
|
-
"svgo": "^
|
|
37
|
+
"svgo": "^4.0.0",
|
|
38
38
|
"svgstore": "^3.0.1",
|
|
39
|
-
"typescript": "5.9.
|
|
39
|
+
"typescript": "5.9.3",
|
|
40
40
|
"wawoff2": "^2.0.1",
|
|
41
41
|
"xml2js": "^0.6.2"
|
|
42
42
|
},
|