diff --git a/.changeset/big-taxis-fly.md b/.changeset/big-taxis-fly.md deleted file mode 100644 index 0c3987f0..00000000 --- a/.changeset/big-taxis-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'focus-trap': patch ---- - -Bump tabbable to [5.1.4](https://github.com/focus-trap/tabbable/blob/master/CHANGELOG.md#514) for bug fix. diff --git a/.changeset/itchy-feet-march.md b/.changeset/itchy-feet-march.md deleted file mode 100644 index 71433abb..00000000 --- a/.changeset/itchy-feet-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'focus-trap': patch ---- - -Refactored code to use function declarations instead of hoisted functions (this should have no bearing on functionality in the build output included in `./dist`, and fixed bugs where `trap.activate()` and `trap.deactivate()` would not always return the trap (now they do in all circumstances). diff --git a/.changeset/sweet-wombats-jam.md b/.changeset/sweet-wombats-jam.md deleted file mode 100644 index c81dcac7..00000000 --- a/.changeset/sweet-wombats-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'focus-trap': patch ---- - -Refactoring to use const/let, and simplify a few lines. This does NOT impact the build output published in `./dist`, however, and hence does not impact browser support. diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e06afd..a36ae09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 6.2.1 + +### Patch Changes + +- f0c2aff: Bump tabbable to [5.1.4](https://github.com/focus-trap/tabbable/blob/master/CHANGELOG.md#514) for bug fix. +- 2ba512b: + - Refactored code to use function declarations instead of hoisted functions (this should have no bearing on functionality in the build output included in `./dist`. + - Fixed bugs where `trap.activate()` and `trap.deactivate()` would not always return the trap (now they do in all circumstances). +- d26d2e1: Refactoring to use const/let, and simplify a few lines. This does NOT impact the build output published in `./dist`, however, and hence does not impact browser support. + ## 6.2.0 ### Minor Changes diff --git a/package.json b/package.json index c3a32569..859ee63d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-trap", - "version": "6.2.0", + "version": "6.2.1", "description": "Trap focus within a DOM node.", "main": "dist/focus-trap.js", "module": "dist/focus-trap.esm.js",