Skip to content

Commit

Permalink
chore: bump to 5.1.7 (#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Nov 8, 2023
1 parent 431fc9d commit d60ac36
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [5.1.7](https://github.com/antvis/g2/compare/5.1.6...5.1.7) (2023-11-08)


### Bug Fixes

* add style.minHeight to interval ([#5715](https://github.com/antvis/g2/issues/5715)) ([bbfad52](https://github.com/antvis/g2/commit/bbfad529db693253c678abbc51ac0cc3220d070e))
* **line:** use curveMonotone ([#5751](https://github.com/antvis/g2/issues/5751)) ([2bedfba](https://github.com/antvis/g2/commit/2bedfba0bbb8d182b7eedfe70d50ec6e633ea4a4))
* set transform-origin in each keyframe ([#5679](https://github.com/antvis/g2/issues/5679)) ([c49cf09](https://github.com/antvis/g2/commit/c49cf09fd25ce0aa1ca5eced0907be1b7295f451))
* **test:** update snapshot ([#5755](https://github.com/antvis/g2/issues/5755)) ([61c8374](https://github.com/antvis/g2/commit/61c8374c279c595087cd423121edac8486ad0d67))



## [5.1.6](https://github.com/antvis/g2/compare/5.1.6-beta.0...5.1.6) (2023-10-20)


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

0 comments on commit d60ac36

Please sign in to comment.