From c20cef9ec07f2cf4e04953386ed10abf9e2f185e Mon Sep 17 00:00:00 2001 From: MiniPear Date: Thu, 25 May 2023 16:00:23 +0800 Subject: [PATCH] chore: update to 5.0.10 (#5094) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- site/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d71d3fd4..9641d6873d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # G2 - Changelog +## [5.0.10](https://github.com/antvis/g2/compare/5.0.9...5.0.10) (2023-05-25) + +### Bug Fixes + +- **site:** disable css parsing ([#5091](https://github.com/antvis/g2/issues/5091)) ([c21787f](https://github.com/antvis/g2/commit/c21787ffcef4600b7a24f7fb88189511c495b71b)) + ## [5.0.9](https://github.com/antvis/g2/compare/5.0.8...5.0.9) (2023-05-25) ### Bug Fixes diff --git a/package.json b/package.json index dbb48e7da2..538f6acb26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "5.0.9", + "version": "5.0.10", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js", diff --git a/site/package.json b/site/package.json index a33afa12c6..d12cb4acfb 100644 --- a/site/package.json +++ b/site/package.json @@ -1,5 +1,5 @@ { - "version": "5.0.9", + "version": "5.0.10", "scripts": { "start": "dumi dev", "build": "dumi build",