Skip to content

Commit

Permalink
chore: update to 5.2.1 (#6355)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Jul 11, 2024
1 parent 759ee3f commit f1cecea
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.2.1](https://github.com/antvis/g2/compare/5.2.0...5.2.1) (2024-07-11)


### Bug Fixes

* **dodgeX:** do not update series channel if groupBy is invalid ([#6344](https://github.com/antvis/g2/issues/6344)) ([87c39da](https://github.com/antvis/g2/commit/87c39dae8ec04edc6e17940acfeacd1ba1549a1b))
* **legend-filter:** filter facet pie ([#6346](https://github.com/antvis/g2/issues/6346)) ([b7bb946](https://github.com/antvis/g2/commit/b7bb946e40cb9c117eafbdb86f9912d43d94e3e9))


### Features

* **wordcloud:** accept custom canvas ([#6354](https://github.com/antvis/g2/issues/6354)) ([759ee3f](https://github.com/antvis/g2/commit/759ee3f7cd427152a115f969a5651903eaef5f8a))



# [5.2.0](https://github.com/antvis/g2/compare/5.1.23...5.2.0) (2024-06-28)


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

0 comments on commit f1cecea

Please sign in to comment.