From 9d6fed393c323e571815569d3d07cb39aeb87db9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 15:19:44 -0500 Subject: [PATCH] Version Packages (#722) Co-authored-by: github-actions[bot] --- .changeset/happy-knives-glow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-knives-glow.md diff --git a/.changeset/happy-knives-glow.md b/.changeset/happy-knives-glow.md deleted file mode 100644 index 13795090..00000000 --- a/.changeset/happy-knives-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'focus-trap-react': patch ---- - -Fix an issue when running in strict mode which has React immediately unmount/remount the trap, causing it to deactivate and then have to reactivate (per existing component state) on the remount. [#720](https://github.com/focus-trap/focus-trap-react/issues/720) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5f7370..de68ee87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.0.2 + +### Patch Changes + +- 4d8e041: Fix an issue when running in strict mode which has React immediately unmount/remount the trap, causing it to deactivate and then have to reactivate (per existing component state) on the remount. [#720](https://github.com/focus-trap/focus-trap-react/issues/720) + ## 9.0.1 ### Patch Changes diff --git a/package.json b/package.json index 0c824273..749c48b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-trap-react", - "version": "9.0.1", + "version": "9.0.2", "description": "A React component that traps focus.", "main": "dist/focus-trap-react.js", "types": "index.d.ts",