From 45c171994f7665d17d556d85b588c15de1b2eda6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 04:05:21 +0000 Subject: [PATCH] Version Packages --- .changeset/focus-trap-8-upgrade.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/focus-trap-8-upgrade.md diff --git a/.changeset/focus-trap-8-upgrade.md b/.changeset/focus-trap-8-upgrade.md deleted file mode 100644 index 5421d13d..00000000 --- a/.changeset/focus-trap-8-upgrade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"focus-trap-react": major ---- - -**BREAKING:** Updated [focus-trap](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md#800) dependency to v8.0.0. The breaking change is that `onPostActivate()` is now correctly called after the initial focus node is focused (it was previously called before due to a bug with the initial focus delay). See the focus-trap changelog for more details. diff --git a/CHANGELOG.md b/CHANGELOG.md index 01dd002a..45f04a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.0.0 + +### Major Changes + +- 763eae4: **BREAKING:** Updated [focus-trap](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md#800) dependency to v8.0.0. The breaking change is that `onPostActivate()` is now correctly called after the initial focus node is focused (it was previously called before due to a bug with the initial focus delay). See the focus-trap changelog for more details. + ## 11.0.6 ### Patch Changes diff --git a/package.json b/package.json index 488b9c11..e41c1c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-trap-react", - "version": "11.0.6", + "version": "12.0.0", "description": "A React component that traps focus.", "main": "dist/focus-trap-react.js", "types": "index.d.ts",