From 4dd3cbdaab60898d51b882ae29adb5aeb1dca7c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:21:54 -0600 Subject: [PATCH] Version Packages (#927) Co-authored-by: github-actions[bot] --- .changeset/cuddly-pens-work.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cuddly-pens-work.md diff --git a/.changeset/cuddly-pens-work.md b/.changeset/cuddly-pens-work.md deleted file mode 100644 index 062cf449..00000000 --- a/.changeset/cuddly-pens-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tabbable': patch ---- - -Fix JSDom not supporting HTMLElement.inert and HTMLElement.contentEditable APIs, and not supporting CSS selector ':not([inert *])' resulting in no nodes found and "focus-trap must have at least one tabbable node..." error in focus-trap. diff --git a/CHANGELOG.md b/CHANGELOG.md index 186a43e7..ff4f44dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.1.1 + +### Patch Changes + +- 97373cc: Fix JSDom not supporting HTMLElement.inert and HTMLElement.contentEditable APIs, and not supporting CSS selector ':not([inert *])' resulting in no nodes found and "focus-trap must have at least one tabbable node..." error in focus-trap. + ## 6.1.0 ### Minor Changes diff --git a/package.json b/package.json index c7519992..1b8a736b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabbable", - "version": "6.1.0", + "version": "6.1.1", "description": "Returns an array of all tabbable DOM nodes within a containing node.", "main": "dist/index.js", "module": "dist/index.esm.js",