Skip to content

Commit

Permalink
Merge pull request #548 from nygardk/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
nygardk authored Nov 12, 2024
2 parents 02da2be + c7d28c8 commit 5bebf86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-ladybugs-study.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.1

### Patch Changes

- e4c1704: This patch fixes an issue with the Reddit sharing functionality, where the shared link was not automatically populated in Reddit’s share preview. By appending /web before /submit in the Reddit share URL, the link now populates correctly, improving the user experience for Reddit sharing.

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-share",
"version": "5.1.0",
"version": "5.1.1",
"description": "Social media share buttons and share counts for React.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 5bebf86

Please sign in to comment.