Skip to content

Commit 5468685

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2023-12-22) ### Bug Fixes * do not trap focus when virtualize: true ([594f501](594f501))
1 parent 594f501 commit 5468685

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.1](https://github.com/jledentu/vue-finder/compare/v2.2.0...v2.2.1) (2023-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* do not trap focus when virtualize: true ([594f501](https://github.com/jledentu/vue-finder/commit/594f501c6b81cd1076c3990d787ab51f04dac9a4))
7+
18
# [2.2.0](https://github.com/jledentu/vue-finder/compare/v2.1.2...v2.2.0) (2023-05-19)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jledentu/vue-finder",
33
"description": "A Vue.js component to display hierarchical data",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"license": "MIT",
66
"main": "dist/vue-finder.common.js",
77
"module": "dist/vue-finder.esm.js",

0 commit comments

Comments
 (0)