diff --git a/.changeset/tiny-ghosts-swim.md b/.changeset/tiny-ghosts-swim.md deleted file mode 100644 index 50a2c4bb..00000000 --- a/.changeset/tiny-ghosts-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'focus-trap-react': patch ---- - -Bump focus-trap dependency to v7.6.4 to get fix to manually-paused traps (see [focus-trap|1340](https://github.com/focus-trap/focus-trap/pull/1340) for more info) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2914dd40..ef80cf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 11.0.3 + +### Patch Changes + +- 095b3d4: Bump focus-trap dependency to v7.6.4 to get fix to manually-paused traps (see [focus-trap|1340](https://github.com/focus-trap/focus-trap/pull/1340) for more info) + ## 11.0.2 ### Patch Changes diff --git a/package.json b/package.json index 4ea19b55..e77ce798 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-trap-react", - "version": "11.0.2", + "version": "11.0.3", "description": "A React component that traps focus.", "main": "dist/focus-trap-react.js", "types": "index.d.ts",