Skip to content

Commit

Permalink
chore: 2.319 & changelog (#2519)
Browse files Browse the repository at this point in the history
* chore: 2.319 & changelog

* feat: 顺便增加主题构建器的外链吧
  • Loading branch information
visiky authored Apr 26, 2021
1 parent 1c43752 commit 37da617
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 2.3.19 (2021-04-26)

##### Documentation Changes

* **chord:** 和弦图增加 examples 处的文档 ([#2517](https://github.com/antvis/g2plot/pull/2517)) ([1c43752c](https://github.com/antvis/g2plot/commit/1c43752c1a2a26d35f18a69d3d76399a83abd814))
* **legend:** 图例补全文档 ([df6968ef](https://github.com/antvis/g2plot/commit/df6968efca8f5784447fd3b48065169702f081bc))
* 文档日常更新 & 网站导航增加周边生态 ([#2509](https://github.com/antvis/g2plot/pull/2509)) ([b216b5e5](https://github.com/antvis/g2plot/commit/b216b5e5b0cb9f4c3a52c0339892e0993756e089))

##### Bug Fixes

* 升级官网主题 & 修复文档命名错误 ([#2508](https://github.com/antvis/g2plot/pull/2508)) ([50999c32](https://github.com/antvis/g2plot/commit/50999c32d10570103c0ed30fa85c7943da5bf849))

#### 2.3.18 (2021-04-12)

##### Chores
Expand Down
7 changes: 7 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ module.exports = {
},
url: 'https://www.yuque.com/antv/g2plot',
},
{
name: {
zh: 'AntV ThemeSet(主题构建器)',
en: 'AntV ThemeSet',
},
url: 'https://visiky.github.io/g2plot-theme-builder',
},
],
docs: [
{
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/g2plot",
"version": "2.3.18",
"version": "2.3.19",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.3.18';
export const version = '2.3.19';

// G2 自定义能力透出
import * as G2 from '@antv/g2';
Expand Down

0 comments on commit 37da617

Please sign in to comment.