social-logos 3.1.10 → 3.1.11
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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.1.11] - 2024-11-11
|
|
2
|
+
### Added
|
|
3
|
+
- Added post-build tests. [#38224]
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Updated package dependencies. [#40000]
|
|
7
|
+
|
|
1
8
|
## [3.1.10] - 2024-10-25
|
|
2
9
|
### Changed
|
|
3
10
|
- Updated package dependencies. [#39893]
|
|
@@ -161,6 +168,7 @@
|
|
|
161
168
|
|
|
162
169
|
- Build: Refactored (aligned build system with Gridicons).
|
|
163
170
|
|
|
171
|
+
[3.1.11]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11
|
|
164
172
|
[3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10
|
|
165
173
|
[3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9
|
|
166
174
|
[3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.11",
|
|
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,8 +27,8 @@
|
|
|
27
27
|
"react-dom": "18.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@types/react": "18.3.
|
|
31
|
-
"@types/react-dom": "18.3.
|
|
30
|
+
"@types/react": "18.3.12",
|
|
31
|
+
"@types/react-dom": "18.3.1",
|
|
32
32
|
"glob": "10.4.1",
|
|
33
33
|
"svg2ttf": "^6.0.3",
|
|
34
34
|
"svgicons2svgfont": "^14.0.0",
|