Skip to content

Commit 5bebf86

Browse files
authored
Merge pull request #548 from nygardk/changeset-release/master
Version Packages
2 parents 02da2be + c7d28c8 commit 5bebf86

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/dirty-ladybugs-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 5.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-share",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Social media share buttons and share counts for React.",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)