Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2022
1 parent 64493c3 commit 34b8777
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/few-horses-cheer.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# use-simple-focus-trap-demo

## 0.1.4

### Patch Changes

- Updated dependencies [[`b4c8024`](https://github.com/DaviDevMod/focus-trap/commit/b4c8024baba9537fd286096767194f704d985ebc)]:
- single-focus-trap@0.0.2
- use-simple-focus-trap@0.0.6

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/single-focus-trap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# single-focus-trap

## 0.0.2

### Patch Changes

- [`b4c8024`](https://github.com/DaviDevMod/focus-trap/commit/b4c8024baba9537fd286096767194f704d985ebc) Thanks [@DaviDevMod](https://github.com/DaviDevMod)! - Bug Fix.
Only elements contained by the `roots` were taken in consideration when building a trap.
Now the `roots` elements themself can be part of the trap.

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/single-focus-trap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "single-focus-trap",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"repository": "https://github.com/DaviDevMod/focus-trap/tree/main/packages/single-focus-trap",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/use-simple-focus-trap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# use-simple-focus-trap

## 0.0.6

### Patch Changes

- Updated dependencies [[`b4c8024`](https://github.com/DaviDevMod/focus-trap/commit/b4c8024baba9537fd286096767194f704d985ebc)]:
- single-focus-trap@0.0.2

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-simple-focus-trap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-simple-focus-trap",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"repository": "https://github.com/DaviDevMod/focus-trap/tree/main/packages/use-simple-focus-trap",
"type": "module",
Expand Down

0 comments on commit 34b8777

Please sign in to comment.