social-logos 3.1.17 → 3.1.18

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 +8 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,20 @@
1
+ ## [3.1.18] - 2025-02-24
2
+ ### Changed
3
+ - Update dependencies.
4
+
1
5
  ## [3.1.17] - 2025-01-09
2
6
  ### Fixed
3
- - Removed .module entry for it being a commonjs package [#40867]
7
+ - Remove `module` in package.json given it's a CommonJS package. [#40867]
4
8
 
5
9
  ## [3.1.16] - 2025-01-06
6
10
  ### Changed
7
- - Updated package dependencies. [#40796] [#40798] [#40831]
11
+ - Update package dependencies. [#40796] [#40798] [#40831]
8
12
 
9
13
  ### Deprecated
10
14
  - Default import is now deprecated in favor of named import and will be removed in future.
11
15
 
12
16
  ### Fixed
13
- - Fixed package.json exports to expose built in types [#40801]
17
+ - Expose built-in types in package.json file. [#40801]
14
18
 
15
19
  ## [3.1.15] - 2024-12-16
16
20
  ### Changed
@@ -198,6 +202,7 @@
198
202
 
199
203
  - Build: Refactored (aligned build system with Gridicons).
200
204
 
205
+ [3.1.18]: https://github.com/Automattic/social-logos/compare/v3.1.17...v3.1.18
201
206
  [3.1.17]: https://github.com/Automattic/social-logos/compare/v3.1.16...v3.1.17
202
207
  [3.1.16]: https://github.com/Automattic/social-logos/compare/v3.1.15...v3.1.16
203
208
  [3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.1.17",
3
+ "version": "3.1.18",
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": {