Skip to content

Commit 3c51d4b

Browse files
Release Version 2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a37a035 commit 3c51d4b

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

.changeset/good-seals-smoke.md

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

.changeset/great-flies-greet.md

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

.changeset/hip-beans-dream.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bcb45df`](https://github.com/DaviDevMod/focus-trap/commit/bcb45dff1d507b67f7c4cd6dd8b3f44ebf311370), [`f70f79b`](https://github.com/DaviDevMod/focus-trap/commit/f70f79b9a14d7ea29759dd53b00eb15f06c38170), [`3eae44c`](https://github.com/DaviDevMod/focus-trap/commit/3eae44c906efa648864415619a2d9e2e4487804c)]:
8+
- @davidevmod/focus-trap@2.0.0
9+
310
## 0.1.4
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.4",
3+
"version": "0.1.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/focus-trap/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`bcb45df`](https://github.com/DaviDevMod/focus-trap/commit/bcb45dff1d507b67f7c4cd6dd8b3f44ebf311370) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Remove exceptions.ts and throw errors even in production.
8+
9+
- [`f70f79b`](https://github.com/DaviDevMod/focus-trap/commit/f70f79b9a14d7ea29759dd53b00eb15f06c38170) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Add `isBuilt` to the return value.
10+
11+
### Patch Changes
12+
13+
- [`3eae44c`](https://github.com/DaviDevMod/focus-trap/commit/3eae44c906efa648864415619a2d9e2e4487804c) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Improve type of `locK`.
14+
15+
From a broad `boolean | Function` type to a stricter `boolean | ((event: KeyboardEvent) => void)`.
16+
317
## 1.0.0
418

519
### 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": "1.0.0",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"repository": "https://github.com/DaviDevMod/focus-trap/tree/main/packages/focus-trap",
66
"description": "Trap the focus within your DOM elements.",

0 commit comments

Comments
 (0)