Skip to content

Commit

Permalink
fix(dep): add @antv/g-plugin-3d to dependencies (#5459)
Browse files Browse the repository at this point in the history
* fix(dep): add @antv/g-plugin-3d to dependencies

* chore: update to 5.0.22
  • Loading branch information
pearmini authored Aug 24, 2023
1 parent 7b85f2d commit c2c74dd
Show file tree
Hide file tree
Showing 3 changed files with 9 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.22](https://github.com/antvis/g2/compare/0.5.21...5.0.22) (2023-08-24)

### Bug Fixes

- **dep:** add @antv/g-plugin-3d to dependencies ([cb1c4b8](https://github.com/antvis/g2/commit/cb1c4b827ee1d97efd793aa3f68e703374227560))

## [5.0.21](https://github.com/antvis/g2/compare/5.0.20...5.0.21) (2023-08-23)

### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "5.0.21",
"version": "5.0.22",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -59,6 +59,7 @@
"@antv/event-emitter": "^0.1.3",
"@antv/g": "^5.18.6",
"@antv/g-canvas": "^1.11.5",
"@antv/g-plugin-3d": "^1.9.14",
"@antv/g-plugin-dragndrop": "^1.8.3",
"@antv/gui": "0.5.0-alpha.28",
"@antv/path-util": "^3.0.1",
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.21",
"version": "5.0.22",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down

0 comments on commit c2c74dd

Please sign in to comment.