Skip to content

Commit 5c24676

Browse files
committed
release: v4.0.0
1 parent 445b128 commit 5c24676

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.0.0](https://github.com/posva/focus-trap-vue/compare/v3.4.0...v4.0.0) (2022-12-15)
2+
3+
### Code Refactoring
4+
5+
- upgrade focus-trap to v7 ([445b128](https://github.com/posva/focus-trap-vue/commit/445b12859396e5d97ab3757a741b97986dc71474))
6+
7+
### BREAKING CHANGES
8+
9+
- Plesae refer to [focus-trap changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md#700) for breaking changes
10+
111
# [3.4.0](https://github.com/posva/focus-trap-vue/compare/v3.3.1...v3.4.0) (2022-12-15)
212

313
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "focus-trap-vue",
3-
"version": "3.4.0",
3+
"version": "4.0.0",
44
"description": "Vue component to trap the focus within a DOM element",
55
"main": "dist/focus-trap-vue.cjs.js",
66
"browser": "dist/focus-trap-vue.esm-browser.js",

0 commit comments

Comments
 (0)