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",