chore(release): @antv/x6@1.12.21 [skip ci]

## @antv/x6 [1.12.21](https://github.com/antvis/x6/compare/@antv/x6@1.12.20...@antv/x6@1.12.21) (2021-01-31)

### Bug Fixes

* fix trigger multiple moved event when close movable config ([f651181](3eb9d6934e))
This commit is contained in:
x6-bot
2021-01-31 03:02:21 +00:00
parent 2754da22ac
commit afe2464a69
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.12.21](https://github.com/antvis/x6/compare/@antv/x6@1.12.20...@antv/x6@1.12.21) (2021-01-31)
### Bug Fixes
* fix trigger multiple moved event when close movable config ([f651181](https://github.com/antvis/x6/commit/f65118150178df82ee795f4fc292f5ce91c78b6b))
## @antv/x6 [1.12.20](https://github.com/antvis/x6/compare/@antv/x6@1.12.19...@antv/x6@1.12.20) (2021-01-29)

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.12.20",
"version": "1.12.21",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -3,5 +3,5 @@
/**
* Auto generated version file, do not modify it!
*/
const version = '1.12.20'
const version = '1.12.21'
export { version }