Skip to content

Commit

Permalink
Version Packages (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 25, 2020
1 parent 4c64cb4 commit c2e38ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-pots-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-pears-bow.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.1.4

### Patch Changes

- a188c71: use element.matches fallback for IE11 and Webkit5
- 0d4cdf8: Update the code to use const/let and function declarations only for the repo; this does NOT affect browser compatibility as the code is still transpiled when published into the `./dist` directory for various targets.

## 5.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabbable",
"version": "5.1.3",
"version": "5.1.4",
"description": "Returns an array of all tabbable DOM nodes within a containing node.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c2e38ab

Please sign in to comment.