Skip to content

Commit

Permalink
Fix package.json in social-logos (#40867)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Jan 7, 2025
1 parent da305e3 commit 4d8241b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.17-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Fixed
- Removed .module entry for it being a commonjs package

## [3.1.16] - 2025-01-06
### Changed
- Updated package dependencies. [#40796] [#40798] [#40831]
Expand Down Expand Up @@ -194,6 +201,7 @@

- Build: Refactored (aligned build system with Gridicons).

[3.1.17-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.16...v3.1.17-alpha
[3.1.16]: https://github.com/Automattic/social-logos/compare/v3.1.15...v3.1.16
[3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15
[3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "social-logos",
"version": "3.1.16",
"version": "3.1.17-alpha",
"description": "A repository of all the social logos used on WordPress.com.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Social Logos"
},
"main": "build/react/index.js",
"module": "build/react/index.js",
"types": "build/react/index.d.ts",
"exports": {
".": "./build/react/index.js",
"./svg-sprite/*": "./build/svg-sprite/*",
"./svg-sprite/*": "./build/svg-sprite/social-logos.svg",
"./font/*": "./build/font/*"
},
"peerDependencies": {
Expand Down

0 comments on commit 4d8241b

Please sign in to comment.