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