Skip to content

Commit

Permalink
chore: update to 5.1.22 (#6294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Jun 17, 2024
1 parent a6842b5 commit d60430d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.1.22](https://github.com/antvis/g2/compare/5.1.21...5.1.22) (2024-06-17)


### Bug Fixes

* **tooltip:** items for transposed interval + line ([#6286](https://github.com/antvis/g2/issues/6286)) ([65e09b0](https://github.com/antvis/g2/commit/65e09b0f1f69cdf76a6a88ba37c1cbd3a62d420b))


### Features

* **tooltip:** show tooltip for small interval ([#6289](https://github.com/antvis/g2/issues/6289)) ([e9ac6e0](https://github.com/antvis/g2/commit/e9ac6e0b97f083d4c3687b0a7d53e1f1e428327e))



## [5.1.21](https://github.com/antvis/g2/compare/5.1.19...5.1.21) (2024-06-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "5.1.21",
"version": "5.1.22",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.21",
"version": "5.1.22",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down

0 comments on commit d60430d

Please sign in to comment.