social-logos 3.3.4 → 3.3.5
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.3.5] - 2025-12-08
|
|
2
|
+
### Fixed
|
|
3
|
+
- Move `react` and `react-dom` to dependencies. [#46167]
|
|
4
|
+
|
|
1
5
|
## [3.3.4] - 2025-11-18
|
|
2
6
|
### Changed
|
|
3
7
|
- Update package dependencies. [#45961]
|
|
@@ -289,6 +293,7 @@
|
|
|
289
293
|
|
|
290
294
|
- Build: Refactored (aligned build system with Gridicons).
|
|
291
295
|
|
|
296
|
+
[3.3.5]: https://github.com/Automattic/social-logos/compare/v3.3.4...v3.3.5
|
|
292
297
|
[3.3.4]: https://github.com/Automattic/social-logos/compare/v3.3.3...v3.3.4
|
|
293
298
|
[3.3.3]: https://github.com/Automattic/social-logos/compare/v3.3.2...v3.3.3
|
|
294
299
|
[3.3.2]: https://github.com/Automattic/social-logos/compare/v3.3.1...v3.3.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
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": {
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"typecheck": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"prop-types": "^15.8.1"
|
|
28
|
-
"react": "18.3.1",
|
|
29
|
-
"react-dom": "18.3.1"
|
|
27
|
+
"prop-types": "^15.8.1"
|
|
30
28
|
},
|
|
31
29
|
"devDependencies": {
|
|
32
30
|
"@types/react": "18.3.26",
|
|
33
31
|
"@types/react-dom": "18.3.7",
|
|
34
32
|
"glob": "11.1.0",
|
|
33
|
+
"react": "^18.3.1",
|
|
34
|
+
"react-dom": "^18.3.1",
|
|
35
35
|
"svg2ttf": "^6.0.3",
|
|
36
36
|
"svgicons2svgfont": "^15.0.0",
|
|
37
37
|
"svgo": "^4.0.0",
|