Skip to content

Commit

Permalink
chore: update to 5.0.19 (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Aug 15, 2023
1 parent bda262e commit 909a88a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# G2 - Changelog

## [5.0.19](https://github.com/antvis/g2/compare/5.0.18...5.0.19) (2023-08-15)

### Bug Fixes

- axis arrow direction ([#5359](https://github.com/antvis/g2/issues/5359)) ([75b7965](https://github.com/antvis/g2/commit/75b7965a15dd3759ad6d6a7c50b86fccc5f425f0))
- label dom leak when chart re-render ([#5392](https://github.com/antvis/g2/issues/5392)) ([18e6626](https://github.com/antvis/g2/commit/18e66263fde6e768f5c96bda7b83a8d791d2f4d2))
- projection null ([#5381](https://github.com/antvis/g2/issues/5381)) ([b34fa72](https://github.com/antvis/g2/commit/b34fa7205729d5b63edd5bd95ec8a24b96b44cad))

## [5.0.18](https://github.com/antvis/g2/compare/5.0.17...5.0.18) (2023-08-02)

### Bug Fixes
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.0.18",
"version": "5.0.19",
"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.0.18",
"version": "5.0.19",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down

0 comments on commit 909a88a

Please sign in to comment.