From 8d96f7b03154a65ca1d5e3021f0493172a1bedcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:14:01 +0200 Subject: [PATCH] Version Packages (#38) Co-authored-by: github-actions[bot] --- .changeset/serious-starfishes-watch.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/serious-starfishes-watch.md diff --git a/.changeset/serious-starfishes-watch.md b/.changeset/serious-starfishes-watch.md deleted file mode 100644 index 496fd01..0000000 --- a/.changeset/serious-starfishes-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-scroll-restorer": patch ---- - -Fix bug where safari workaround caused revert to previous scroll position when spwiping to the top of the website. diff --git a/CHANGELOG.md b/CHANGELOG.md index ba205c1..f4ab5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-scroll-restorer +## 0.9.3 + +### Patch Changes + +- be75ad0: Fix bug where safari workaround caused revert to previous scroll position when spwiping to the top of the website. + ## 0.9.2 ### Patch Changes diff --git a/package.json b/package.json index 0efb8cf..7126eb7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "email": "rusted_love@revotale.com", "url": "https://github.com/rusted-love" }, - "version": "0.9.2", + "version": "0.9.3", "name": "next-scroll-restorer", "main": "src/index.ts", "license": "MIT",