From f1cecea9b7224c8c93edee5ca3ec4383aea1f38a Mon Sep 17 00:00:00 2001 From: Bairui Su Date: Thu, 11 Jul 2024 20:34:29 +0800 Subject: [PATCH] chore: update to 5.2.1 (#6355) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- site/package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409a58a8b3..5272852262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 27198f0605..df3b399a33 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/site/package.json b/site/package.json index d383d1244b..e01cedc0d6 100644 --- a/site/package.json +++ b/site/package.json @@ -1,5 +1,5 @@ { - "version": "5.2.0", + "version": "5.2.1", "scripts": { "start": "dumi dev", "build": "dumi build",