social-logos 3.3.13 → 3.3.15
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [3.3.15] - 2026-05-19
|
|
2
|
+
### Changed
|
|
3
|
+
- Internal updates.
|
|
4
|
+
|
|
5
|
+
## [3.3.14] - 2026-05-04
|
|
6
|
+
### Changed
|
|
7
|
+
- Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225]
|
|
8
|
+
|
|
1
9
|
## [3.3.13] - 2026-04-27
|
|
2
10
|
### Changed
|
|
3
11
|
- Internal updates.
|
|
@@ -328,6 +336,8 @@
|
|
|
328
336
|
|
|
329
337
|
- Build: Refactored (aligned build system with Gridicons).
|
|
330
338
|
|
|
339
|
+
[3.3.15]: https://github.com/Automattic/social-logos/compare/v3.3.14...v3.3.15
|
|
340
|
+
[3.3.14]: https://github.com/Automattic/social-logos/compare/v3.3.13...v3.3.14
|
|
331
341
|
[3.3.13]: https://github.com/Automattic/social-logos/compare/v3.3.12...v3.3.13
|
|
332
342
|
[3.3.12]: https://github.com/Automattic/social-logos/compare/v3.3.11...v3.3.12
|
|
333
343
|
[3.3.11]: https://github.com/Automattic/social-logos/compare/v3.3.10...v3.3.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "social-logos",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.15",
|
|
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
|
"author": "Automattic",
|