From 3018fd0f7760a544f5965e3bf9be0ab4d385930c Mon Sep 17 00:00:00 2001 From: Jonny Gerig Meyer Date: Wed, 29 Nov 2023 11:53:20 -0500 Subject: [PATCH] v0.3.5 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9e6ef..ffd904f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Popover Attribute Polyfill Changelog +## 0.3.5: 2023-11-29 + +- 🐛 BUGFIX: Fix incorrect `isFocusable` result for `ShadowRoot` -- + [#155](https://github.com/oddbird/popover-polyfill/pull/155) +- 🚀 NEW: Prepend default styles to lower specificity in the cascade -- + [#156](https://github.com/oddbird/popover-polyfill/pull/156) + ## 0.3.4: 2023-11-28 - 🚀 NEW: Wrap styles in `:where()` to lower specificity in the cascade -- diff --git a/package-lock.json b/package-lock.json index 64e7b39..e8c6259 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oddbird/popover-polyfill", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oddbird/popover-polyfill", - "version": "0.3.4", + "version": "0.3.5", "license": "BSD-3-Clause", "devDependencies": { "@playwright/test": "1.33.0", diff --git a/package.json b/package.json index a1b60aa..c0dd54d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oddbird/popover-polyfill", - "version": "0.3.4", + "version": "0.3.5", "description": "Popover Attribute Polyfill", "license": "BSD-3-Clause", "publishConfig": {