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:
@ -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)
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
@ -3,5 +3,5 @@
|
||||
/**
|
||||
* Auto generated version file, do not modify it!
|
||||
*/
|
||||
const version = '1.12.20'
|
||||
const version = '1.12.21'
|
||||
export { version }
|
||||
|
Reference in New Issue
Block a user