social-logos 3.1.11 → 3.1.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.1.12] - 2024-11-14
2
+ ### Changed
3
+ - Update dependencies.
4
+
1
5
  ## [3.1.11] - 2024-11-11
2
6
  ### Added
3
7
  - Added post-build tests. [#38224]
@@ -168,6 +172,7 @@
168
172
 
169
173
  - Build: Refactored (aligned build system with Gridicons).
170
174
 
175
+ [3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12
171
176
  [3.1.11]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11
172
177
  [3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10
173
178
  [3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.1.11",
3
+ "version": "3.1.12",
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": {