Skip to content

Commit

Permalink
Version Packages (#128)
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 <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2020
1 parent 5579825 commit 0bb73f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/healthy-ravens-pump.md

This file was deleted.

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

## 5.1.3

### Patch Changes

- 5579825: fixes to details elements
- ignore elements nested under a closed details element
- ignore any extra summary elements after the first summary element
- add details element as tabbable in case it has no direct summary element

## 5.1.2

### 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.2",
"version": "5.1.3",
"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 0bb73f8

Please sign in to comment.