social-logos 3.3.6 → 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 +10 -0
- package/build/css/example.css +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
5
|
+
## [3.3.7] - 2026-02-16
|
|
6
|
+
### Fixed
|
|
7
|
+
- Compatibility: Clean up deprecated CSS. [#47067]
|
|
8
|
+
|
|
1
9
|
## [3.3.6] - 2026-02-04
|
|
2
10
|
### Changed
|
|
3
11
|
- Update package dependencies. [#46936]
|
|
@@ -297,6 +305,8 @@
|
|
|
297
305
|
|
|
298
306
|
- Build: Refactored (aligned build system with Gridicons).
|
|
299
307
|
|
|
308
|
+
[3.3.8]: https://github.com/Automattic/social-logos/compare/v3.3.7...v3.3.8
|
|
309
|
+
[3.3.7]: https://github.com/Automattic/social-logos/compare/v3.3.6...v3.3.7
|
|
300
310
|
[3.3.6]: https://github.com/Automattic/social-logos/compare/v3.3.5...v3.3.6
|
|
301
311
|
[3.3.5]: https://github.com/Automattic/social-logos/compare/v3.3.4...v3.3.5
|
|
302
312
|
[3.3.4]: https://github.com/Automattic/social-logos/compare/v3.3.3...v3.3.4
|
package/build/css/example.css
CHANGED
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": {
|