Skip to content

Commit

Permalink
chore: update to 5.1.1 (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Sep 7, 2023
1 parent 5d25fed commit 952f6f9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [5.1.1](https://github.com/antvis/g2/compare/5.1.0...5.1.1) (2023-09-07)


### Bug Fixes

* **axis:** labelAutoHide ([#5502](https://github.com/antvis/g2/issues/5502)) ([4dfdaff](https://github.com/antvis/g2/commit/4dfdaff76ee0584a1d9bb139b6fa6404145dbd22))
* **shape:** update group shape without animation ([#5514](https://github.com/antvis/g2/issues/5514)) ([a49624b](https://github.com/antvis/g2/commit/a49624b9a7a6503989e8e08d8dfa5937999f8a21))


### Features

* **interaction:** emit more brush and tooltip events ([#5512](https://github.com/antvis/g2/issues/5512)) ([57cc841](https://github.com/antvis/g2/commit/57cc841e17969ac3e686061bf8aa821c616460c7))



# [5.1.0](https://github.com/antvis/g2/compare/5.0.24...5.1.0) (2023-08-31)


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.0",
"version": "5.1.1",
"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.0",
"version": "5.1.1",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down

0 comments on commit 952f6f9

Please sign in to comment.