Skip to content

Commit 1100c3b

Browse files
committed
3.3.0
1 parent fc7f0f3 commit 1100c3b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.3.0](https://github.com/open-data-plan/g2plot-vue/compare/v3.2.1...v3.3.0) (2021-06-16)
2+
3+
### Bug Fixes
4+
5+
- add @babel/runtime to peer deps, closes: [#293](https://github.com/open-data-plan/g2plot-vue/issues/293) ([fab140e](https://github.com/open-data-plan/g2plot-vue/commit/fab140ecaa376a65c9496ee43070cbc1b6858999))
6+
7+
### Features
8+
9+
- introduce new charts ([fc7f0f3](https://github.com/open-data-plan/g2plot-vue/commit/fc7f0f3bf3f5ac5c0c8886cd8fde3800a3f57ad6)), closes [#299](https://github.com/open-data-plan/g2plot-vue/issues/299)
10+
111
## [3.2.1](https://github.com/open-data-plan/g2plot-vue/compare/v3.2.0...v3.2.1) (2021-05-19)
212

313
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opd/g2plot-vue",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "G2Plot for vue 3",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)