social-logos 3.3.2 → 3.3.4
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.4] - 2025-11-18
|
|
2
|
+
### Changed
|
|
3
|
+
- Update package dependencies. [#45961]
|
|
4
|
+
|
|
5
|
+
## [3.3.3] - 2025-11-10
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#45737]
|
|
8
|
+
|
|
1
9
|
## [3.3.2] - 2025-11-03
|
|
2
10
|
### Changed
|
|
3
11
|
- Update package dependencies. [#45678]
|
|
@@ -281,6 +289,8 @@
|
|
|
281
289
|
|
|
282
290
|
- Build: Refactored (aligned build system with Gridicons).
|
|
283
291
|
|
|
292
|
+
[3.3.4]: https://github.com/Automattic/social-logos/compare/v3.3.3...v3.3.4
|
|
293
|
+
[3.3.3]: https://github.com/Automattic/social-logos/compare/v3.3.2...v3.3.3
|
|
284
294
|
[3.3.2]: https://github.com/Automattic/social-logos/compare/v3.3.1...v3.3.2
|
|
285
295
|
[3.3.1]: https://github.com/Automattic/social-logos/compare/v3.3.0...v3.3.1
|
|
286
296
|
[3.3.0]: https://github.com/Automattic/social-logos/compare/v3.2.11...v3.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
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,9 +29,9 @@
|
|
|
29
29
|
"react-dom": "18.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/react": "18.3.
|
|
32
|
+
"@types/react": "18.3.26",
|
|
33
33
|
"@types/react-dom": "18.3.7",
|
|
34
|
-
"glob": "11.0
|
|
34
|
+
"glob": "11.1.0",
|
|
35
35
|
"svg2ttf": "^6.0.3",
|
|
36
36
|
"svgicons2svgfont": "^15.0.0",
|
|
37
37
|
"svgo": "^4.0.0",
|