Skip to content

Commit

Permalink
release 3.2.4-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simaQ committed Oct 15, 2018
1 parent 2e5dd4b commit 59b4667
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#### 3.2.4-beta.1 (2018-10-09)
#### 3.2.4-beta.2 (2018-10-15)

##### Bug Fixes

* fix the draw error caused by smooth area animation. Closed [#373](https://github.com/antvis/f2/pull/373). ([407fdf5c](https://github.com/antvis/f2/commit/407fdf5cb56646b0a8ea175e2a61a946c29bdcb1))
* fix the draw error of polyline which has empty points but still fill the area. Closed [#363](https://github.com/antvis/f2/pull/363). ([2c336837](https://github.com/antvis/f2/commit/2c336837b59ad4140a32b80c8401f7a4e9fbbc77))
* let 'interval-select' interaction work for mixed charts. Closed [#355](https://github.com/antvis/f2/pull/355). ([b80aa3ff](https://github.com/antvis/f2/commit/b80aa3ff31d157346bf98783c9bbd99b169ccaef))

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/f2",
"version": "3.2.4-beta.1",
"version": "3.2.4-beta.2",
"description": "Charts for mobile visualization.",
"keywords": [
"f2",
Expand Down
2 changes: 1 addition & 1 deletion src/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Theme = require('./theme');
const Util = require('./util/common');

const Global = {
version: '3.2.4-beta.1',
version: '3.2.4-beta.2',
trackable: true,
scales: {},
widthRatio: {
Expand Down

0 comments on commit 59b4667

Please sign in to comment.