social-logos 3.1.16 → 3.1.17

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 -5
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.1.17] - 2025-01-09
2
+ ### Fixed
3
+ - Removed .module entry for it being a commonjs package [#40867]
4
+
1
5
  ## [3.1.16] - 2025-01-06
2
6
  ### Changed
3
7
  - Updated package dependencies. [#40796] [#40798] [#40831]
@@ -5,11 +9,6 @@
5
9
  ### Deprecated
6
10
  - Default import is now deprecated in favor of named import and will be removed in future.
7
11
 
8
- ```diff
9
- - import SocialLogos from 'social-logos';
10
- + import { SocialLogo } from 'social-logos';
11
- ``` [#40801]
12
-
13
12
  ### Fixed
14
13
  - Fixed package.json exports to expose built in types [#40801]
15
14
 
@@ -199,6 +198,7 @@
199
198
 
200
199
  - Build: Refactored (aligned build system with Gridicons).
201
200
 
201
+ [3.1.17]: https://github.com/Automattic/social-logos/compare/v3.1.16...v3.1.17
202
202
  [3.1.16]: https://github.com/Automattic/social-logos/compare/v3.1.15...v3.1.16
203
203
  [3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15
204
204
  [3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14
package/package.json CHANGED
@@ -1,17 +1,16 @@
1
1
  {
2
2
  "name": "social-logos",
3
- "version": "3.1.16",
3
+ "version": "3.1.17",
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": {
7
7
  "url": "https://github.com/Automattic/jetpack/labels/[JS Package] Social Logos"
8
8
  },
9
9
  "main": "build/react/index.js",
10
- "module": "build/react/index.js",
11
10
  "types": "build/react/index.d.ts",
12
11
  "exports": {
13
12
  ".": "./build/react/index.js",
14
- "./svg-sprite/*": "./build/svg-sprite/*",
13
+ "./svg-sprite/*": "./build/svg-sprite/social-logos.svg",
15
14
  "./font/*": "./build/font/*"
16
15
  },
17
16
  "peerDependencies": {