social-logos 3.3.7 → 3.3.8
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 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.3.8] - 2026-02-18
|
|
2
|
+
### Changed
|
|
3
|
+
- Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
|
|
4
|
+
|
|
1
5
|
## [3.3.7] - 2026-02-16
|
|
2
6
|
### Fixed
|
|
3
7
|
- Compatibility: Clean up deprecated CSS. [#47067]
|
|
@@ -301,6 +305,7 @@
|
|
|
301
305
|
|
|
302
306
|
- Build: Refactored (aligned build system with Gridicons).
|
|
303
307
|
|
|
308
|
+
[3.3.8]: https://github.com/Automattic/social-logos/compare/v3.3.7...v3.3.8
|
|
304
309
|
[3.3.7]: https://github.com/Automattic/social-logos/compare/v3.3.6...v3.3.7
|
|
305
310
|
[3.3.6]: https://github.com/Automattic/social-logos/compare/v3.3.5...v3.3.6
|
|
306
311
|
[3.3.5]: https://github.com/Automattic/social-logos/compare/v3.3.4...v3.3.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.8",
|
|
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": {
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/Automattic/
|
|
12
|
-
"directory": "projects/js-packages/social-logos"
|
|
11
|
+
"url": "git+https://github.com/Automattic/social-logos.git"
|
|
13
12
|
},
|
|
14
13
|
"license": "GPL-2.0+",
|
|
15
14
|
"exports": {
|