Skip to content

Commit

Permalink
Merge pull request #526 from nygardk/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
nygardk committed Feb 11, 2024
2 parents 1c50111 + 4043883 commit 0f60182
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-boxes-cry.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 5.0.4

### Patch Changes

- 1c50111: Fixed `exports` in package.json to comply with the `publint` and `attw` tools. May solve issues when your project uses CommonJS modules and Node.js v16 or newer.

## 5.0.3

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-share",
"version": "5.0.3",
"version": "5.0.4",
"description": "Social media share buttons and share counts for React.",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -11,7 +11,9 @@
"require": "./dist/index.cjs"
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"build-demo": "vite build --config vite.demo.config.js",
Expand Down

0 comments on commit 0f60182

Please sign in to comment.