social-logos 3.1.9 → 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 +13 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [3.1.11] - 2024-11-11
|
|
2
|
+
### Added
|
|
3
|
+
- Added post-build tests. [#38224]
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Updated package dependencies. [#40000]
|
|
7
|
+
|
|
8
|
+
## [3.1.10] - 2024-10-25
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated package dependencies. [#39893]
|
|
11
|
+
|
|
1
12
|
## [3.1.9] - 2024-10-14
|
|
2
13
|
### Fixed
|
|
3
14
|
- Add `key` in React example to make it more correct. [#39709]
|
|
@@ -157,6 +168,8 @@
|
|
|
157
168
|
|
|
158
169
|
- Build: Refactored (aligned build system with Gridicons).
|
|
159
170
|
|
|
171
|
+
[3.1.11]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11
|
|
172
|
+
[3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10
|
|
160
173
|
[3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9
|
|
161
174
|
[3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8
|
|
162
175
|
[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.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,11 +27,11 @@
|
|
|
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
|
-
"svgicons2svgfont": "^
|
|
34
|
+
"svgicons2svgfont": "^14.0.0",
|
|
35
35
|
"svgo": "^3.3.2",
|
|
36
36
|
"svgstore": "^3.0.1",
|
|
37
37
|
"typescript": "5.0.4",
|