Skip to content

Commit

Permalink
Merge pull request #1105 from antvis/chore-3.8.1
Browse files Browse the repository at this point in the history
chore: release 3.8.1
  • Loading branch information
zengyue authored Dec 4, 2020
2 parents e19fa4c + e5e1fc6 commit 5f2feb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 3.8.1 (2020-12-04)

##### Bug Fixes

* 修复repaint时动画不生效 ([f0ba1814](https://github.com/antvis/f2/commit/f0ba181463dd2d40693c75ac248d26ce87739761))
* 修复repaint shape属性不生效。Closed [#1102](https://github.com/antvis/f2/pull/1102) ([b1ba85e5](https://github.com/antvis/f2/commit/b1ba85e590eeb5237aec3d07c771cb05e9371b63))

#### 3.8.0 (2020-11-23)

##### Chores
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.8.0",
"version": "3.8.1",
"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 @@ -3,7 +3,7 @@ import lang from './aria-lang.CN';
import { deepMix } from './util/common';

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

0 comments on commit 5f2feb6

Please sign in to comment.