From c756daf16ac811bbea1618fea7e47d508cd04441 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:13:47 -0600 Subject: [PATCH] Version Packages (#1407) Co-authored-by: github-actions[bot] --- .changeset/brown-buttons-do.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/brown-buttons-do.md diff --git a/.changeset/brown-buttons-do.md b/.changeset/brown-buttons-do.md deleted file mode 100644 index 6967d36b..00000000 --- a/.changeset/brown-buttons-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'focus-trap-react': patch ---- - -Fix missing default export in typings; props no longer extend `React.AllHTMLAttributes` to allow things like `className` (those extra props have always been ignored anyway); deprecate default export; add named export in code ([#1396](https://github.com/focus-trap/focus-trap-react/issues/1396)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bf45a2..10bd3f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 11.0.1 + +### Patch Changes + +- cd75caa: Fix missing default export in typings; props no longer extend `React.AllHTMLAttributes` to allow things like `className` (those extra props have always been ignored anyway); deprecate default export; add named export in code ([#1396](https://github.com/focus-trap/focus-trap-react/issues/1396)) + ## 11.0.0 ### Major Changes diff --git a/package.json b/package.json index 1a3e0d76..8dbe083e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-trap-react", - "version": "11.0.0", + "version": "11.0.1", "description": "A React component that traps focus.", "main": "dist/focus-trap-react.js", "types": "index.d.ts",