Skip to content

Commit f3ef74b

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2024-11-16) ### Bug Fixes * touch and mouse events ([a5cf039](a5cf039)) * use pointer events for touch devices ([3240ce2](3240ce2))
1 parent a5cf039 commit f3ef74b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.2.2](https://github.com/Draggable/tooltip/compare/v1.2.1...v1.2.2) (2024-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* touch and mouse events ([a5cf039](https://github.com/Draggable/tooltip/commit/a5cf03980bc8a616b8b47c4960983e8dafe20f7a))
7+
* use pointer events for touch devices ([3240ce2](https://github.com/Draggable/tooltip/commit/3240ce2d532d2ec575972e188ce1e3b6ebb54847))
8+
19
## [1.2.1](https://github.com/Draggable/tooltip/compare/v1.2.0...v1.2.1) (2024-11-15)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draggable/tooltip",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "",
55
"main": "dist/tooltip.cjs.min.js",
66
"module": "dist/tooltip.es.min.js",

0 commit comments

Comments
 (0)