Skip to content

Commit

Permalink
Version Packages (#227)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stefan Cameron <stefan@stefcameron.com>
  • Loading branch information
3 people committed Nov 25, 2020
1 parent f0c2aff commit b1471f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-taxis-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-feet-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-wombats-jam.md

This file was deleted.

10 changes: 10 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit b1471f1

Please sign in to comment.