From c7d28c8a1a5c467ea70f904e18328489ac1df9ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Nov 2024 07:17:34 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-ladybugs-study.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dirty-ladybugs-study.md diff --git a/.changeset/dirty-ladybugs-study.md b/.changeset/dirty-ladybugs-study.md deleted file mode 100644 index 8ee0c4e5..00000000 --- a/.changeset/dirty-ladybugs-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-share": patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 69326d51..515ac038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b8e55486..aaba6ecd 100644 --- a/package.json +++ b/package.json @@ -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",