social-logos 3.2.2 → 3.2.3
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.3] - 2025-06-16
|
|
2
|
+
### Changed
|
|
3
|
+
- Update package dependencies. [#43914]
|
|
4
|
+
|
|
1
5
|
## [3.2.2] - 2025-06-04
|
|
2
6
|
### Changed
|
|
3
7
|
- Update package dependencies. [#43766]
|
|
@@ -228,6 +232,7 @@
|
|
|
228
232
|
|
|
229
233
|
- Build: Refactored (aligned build system with Gridicons).
|
|
230
234
|
|
|
235
|
+
[3.2.3]: https://github.com/Automattic/social-logos/compare/v3.2.2...v3.2.3
|
|
231
236
|
[3.2.2]: https://github.com/Automattic/social-logos/compare/v3.2.1...v3.2.2
|
|
232
237
|
[3.2.1]: https://github.com/Automattic/social-logos/compare/v3.2.0...v3.2.1
|
|
233
238
|
[3.2.0]: https://github.com/Automattic/social-logos/compare/v3.1.21...v3.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
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": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/react": "18.3.23",
|
|
33
33
|
"@types/react-dom": "18.3.7",
|
|
34
|
-
"glob": "11.0.
|
|
34
|
+
"glob": "11.0.2",
|
|
35
35
|
"svg2ttf": "^6.0.3",
|
|
36
36
|
"svgicons2svgfont": "^15.0.0",
|
|
37
37
|
"svgo": "^3.3.2",
|