social-logos 3.1.3 → 3.1.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 +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.1.4] - 2024-08-15
|
|
2
|
+
### Changed
|
|
3
|
+
- Updated package dependencies. [#38665]
|
|
4
|
+
|
|
1
5
|
## [3.1.3] - 2024-06-26
|
|
2
6
|
### Added
|
|
3
7
|
- Add: Substack logo [#38036]
|
|
@@ -133,6 +137,7 @@
|
|
|
133
137
|
|
|
134
138
|
- Build: Refactored (aligned build system with Gridicons).
|
|
135
139
|
|
|
140
|
+
[3.1.4]: https://github.com/Automattic/social-logos/compare/v3.1.3...v3.1.4
|
|
136
141
|
[3.1.3]: https://github.com/Automattic/social-logos/compare/v3.1.2...v3.1.3
|
|
137
142
|
[3.1.2]: https://github.com/Automattic/social-logos/compare/v3.1.1...v3.1.2
|
|
138
143
|
[3.1.1]: https://github.com/Automattic/social-logos/compare/v3.1.0...v3.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.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": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react-dom": "18.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@types/react": "18.3.
|
|
30
|
+
"@types/react": "18.3.3",
|
|
31
31
|
"@types/react-dom": "18.3.0",
|
|
32
32
|
"glob": "10.4.1",
|
|
33
33
|
"svg2ttf": "^6.0.3",
|