Skip to content

Commit

Permalink
Merge pull request #371 from primer/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
TylerJDev committed Jun 17, 2024
2 parents a8e9069 + 6ca02b7 commit 0f3b793
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-steaks-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-terms-wait.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @primer/behaviors

## 1.6.0

### Minor Changes

- [#263](https://github.com/primer/behaviors/pull/263) [`5d7e0b1`](https://github.com/primer/behaviors/commit/5d7e0b1d5411d20ed9710bcec22ce3716132b47f) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Adjusts mutation observer to now track `hidden` and `disabled` attributes being applied or removed.

### Patch Changes

- [#399](https://github.com/primer/behaviors/pull/399) [`3a3cd61`](https://github.com/primer/behaviors/commit/3a3cd6132ad9ebbfa78177f1a2971d4e0c03d5ca) Thanks [@JelloBagel](https://github.com/JelloBagel)! - Fix bug found when removing nodes in a focus zone with strict mode enabled

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/behaviors",
"version": "1.5.1",
"version": "1.6.0",
"description": "Shared behaviors for JavaScript components",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 0f3b793

Please sign in to comment.