Skip to content

Commit b11ab43

Browse files
authored
Merge pull request #436 from primer/changeset-release/main
Release Tracking
2 parents e7bb7b2 + 91a5267 commit b11ab43

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/curly-lions-cheat.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @primer/behaviors
22

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.7.1
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/behaviors",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Shared behaviors for JavaScript components",
55
"type": "commonjs",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)