Skip to content

Commit

Permalink
chore: update to 5.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Aug 17, 2023
1 parent acd81b9 commit afaefac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# G2 - Changelog

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

### Bug Fixes

- **interaction:** multi interaction ([#5419](https://github.com/antvis/g2/issues/5419)) ([328aeea](https://github.com/antvis/g2/commit/328aeeac34e770ff2c28f5b1a8ad704ab00af0a5))
- **types:** add types for Chart interface ([acd81b9](https://github.com/antvis/g2/commit/acd81b93facc110015a38922e766a1fe5d7f9069))

## [5.0.19](https://github.com/antvis/g2/compare/5.0.18...5.0.19) (2023-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "5.0.19",
"version": "5.0.20",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
@@ -1,5 +1,5 @@
{
"version": "5.0.19",
"version": "5.0.20",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand Down
2 changes: 1 addition & 1 deletion src/api/chart.ts
@@ -1,4 +1,4 @@
import { G2Spec } from 'spec';
import { G2Spec } from '../spec';
import { extend, API } from './extend';
import { library } from './library';
import { Runtime } from './runtime';
Expand Down

0 comments on commit afaefac

Please sign in to comment.