Skip to content

Commit

Permalink
Merge pull request #1006 from antvis/chore-3.7.5
Browse files Browse the repository at this point in the history
chore: release 3.7.5
  • Loading branch information
zengyue authored Aug 19, 2020
2 parents 34e170e + 1407319 commit 960de3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 3.7.5 (2020-08-19)

##### Bug Fixes

* 修复当interval为小数时,小数位数会少1位 ([3a0bb6d6](https://github.com/antvis/f2/commit/3a0bb6d6290d35b3edfe14ce3dae9aab9a62cf9a))

#### 3.7.4 (2020-08-18)

##### Documentation Changes
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.7.4",
"version": "3.7.5",
"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 @@ import Theme from './theme';
import { deepMix } from './util/common';

const Global = {
version: '3.7.4',
version: '3.7.5',
scales: {},
widthRatio: {
column: 1 / 2,
Expand Down

0 comments on commit 960de3f

Please sign in to comment.