Skip to content

Commit bba53e0

Browse files
Release Version 4.0.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ae698d3 commit bba53e0

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-14
lines changed

.changeset/big-yaks-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-snails-design.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/demo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# demo
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`173b47b`](https://github.com/DaviDevMod/focus-trap/commit/173b47b885c68075a6726f410f2b8ad4fdda4caa), [`3f01c26`](https://github.com/DaviDevMod/focus-trap/commit/3f01c2626d169a4d96191aa25012a07c12645370)]:
8+
- @davidevmod/focus-trap@4.0.1
9+
310
## 0.1.8
411

512
### Patch Changes

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/focus-trap/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @davidevmod/focus-trap
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [`173b47b`](https://github.com/DaviDevMod/focus-trap/commit/173b47b885c68075a6726f410f2b8ad4fdda4caa) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Fix name UMD module in package.json
8+
9+
- [`3f01c26`](https://github.com/DaviDevMod/focus-trap/commit/3f01c2626d169a4d96191aa25012a07c12645370) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Switch `isBuilt` to `true` only after getting `initialFocus`
10+
11+
If `getInitialFocus` fails, no trap is built.
12+
313
## 4.0.0
414

515
### Major Changes

packages/focus-trap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davidevmod/focus-trap",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"license": "MIT",
55
"repository": "https://github.com/DaviDevMod/focus-trap/tree/main/packages/focus-trap",
66
"description": "A tiny and performant library to trap the focus within your DOM elements.",

0 commit comments

Comments
 (0)