Skip to content

Commit

Permalink
chore: update to 5.0.10 (#5094)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored May 25, 2023
1 parent c21787f commit c20cef9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.9",
"version": "5.0.10",
"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.9",
"version": "5.0.10",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down

0 comments on commit c20cef9

Please sign in to comment.