social-logos 3.1.9 → 3.1.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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.1.10] - 2024-10-25
|
|
2
|
+
### Changed
|
|
3
|
+
- Updated package dependencies. [#39893]
|
|
4
|
+
|
|
1
5
|
## [3.1.9] - 2024-10-14
|
|
2
6
|
### Fixed
|
|
3
7
|
- Add `key` in React example to make it more correct. [#39709]
|
|
@@ -157,6 +161,7 @@
|
|
|
157
161
|
|
|
158
162
|
- Build: Refactored (aligned build system with Gridicons).
|
|
159
163
|
|
|
164
|
+
[3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10
|
|
160
165
|
[3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9
|
|
161
166
|
[3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8
|
|
162
167
|
[3.1.7]: https://github.com/Automattic/social-logos/compare/v3.1.6...v3.1.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.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
6
|
"bugs": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@types/react-dom": "18.3.0",
|
|
32
32
|
"glob": "10.4.1",
|
|
33
33
|
"svg2ttf": "^6.0.3",
|
|
34
|
-
"svgicons2svgfont": "^
|
|
34
|
+
"svgicons2svgfont": "^14.0.0",
|
|
35
35
|
"svgo": "^3.3.2",
|
|
36
36
|
"svgstore": "^3.0.1",
|
|
37
37
|
"typescript": "5.0.4",
|