From 91a5267e9821b8521a2ed6e195b23ff4dcf10c3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Aug 2024 14:23:29 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-lions-cheat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curly-lions-cheat.md diff --git a/.changeset/curly-lions-cheat.md b/.changeset/curly-lions-cheat.md deleted file mode 100644 index 8d11fce..0000000 --- a/.changeset/curly-lions-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/behaviors': patch ---- - -Adds mutation observer to `focus-trap` to ensure sentinel elements are always in the correct position diff --git a/CHANGELOG.md b/CHANGELOG.md index bd81e13..2f9d599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/behaviors +## 1.7.2 + +### Patch Changes + +- [#429](https://github.com/primer/behaviors/pull/429) [`4b729b0`](https://github.com/primer/behaviors/commit/4b729b084c161e2f81356fe706bf1b8243cf021e) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Adds mutation observer to `focus-trap` to ensure sentinel elements are always in the correct position + ## 1.7.1 ### Patch Changes diff --git a/package.json b/package.json index f36e0c6..36dffe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/behaviors", - "version": "1.7.1", + "version": "1.7.2", "description": "Shared behaviors for JavaScript components", "type": "commonjs", "main": "dist/cjs/index.js",