Skip to content

Commit 047a208

Browse files
Release Version 4.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36e254c commit 047a208

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/quick-dolls-draw.md

Lines changed: 0 additions & 5 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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c1c9aa3`](https://github.com/DaviDevMod/focus-trap/commit/c1c9aa381a9edecc4570a45e4e242d191e047473)]:
8+
- @davidevmod/focus-trap@4.0.0
9+
310
## 0.1.7
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.7",
3+
"version": "0.1.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/focus-trap/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [`c1c9aa3`](https://github.com/DaviDevMod/focus-trap/commit/c1c9aa381a9edecc4570a45e4e242d191e047473) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Move "true-myth" from "devDependencies" to "dependencies" and remove it from the bundle
8+
39
## 3.0.1
410

511
### Patch 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": "3.0.1",
3+
"version": "4.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)