social-logos 3.1.13 → 3.1.14
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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.1.14] - 2024-12-09
|
|
2
|
+
### Changed
|
|
3
|
+
- Internal updates.
|
|
4
|
+
|
|
1
5
|
## [3.1.13] - 2024-11-25
|
|
2
6
|
### Changed
|
|
3
7
|
- Update example with ids for jsx-a11y/label-has-associated-control. [#40199]
|
|
@@ -176,6 +180,7 @@
|
|
|
176
180
|
|
|
177
181
|
- Build: Refactored (aligned build system with Gridicons).
|
|
178
182
|
|
|
183
|
+
[3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14
|
|
179
184
|
[3.1.13]: https://github.com/Automattic/social-logos/compare/v3.1.12...v3.1.13
|
|
180
185
|
[3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12
|
|
181
186
|
[3.1.11]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11
|
package/package.json
CHANGED