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

## @antv/x6 [1.19.2](https://github.com/antvis/x6/compare/@antv/x6@1.19.1...@antv/x6@1.19.2) (2021-04-28)

### Bug Fixes

* 🐛 check correct magnet in validateConnection ([866c795](d507ae8b91))
This commit is contained in:
x6-bot
2021-04-28 11:49:58 +00:00
parent 99afe7adf8
commit 5914553508
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.19.2](https://github.com/antvis/x6/compare/@antv/x6@1.19.1...@antv/x6@1.19.2) (2021-04-28)
### Bug Fixes
* 🐛 check correct magnet in validateConnection ([866c795](https://github.com/antvis/x6/commit/866c79547408e3661a10421590ee5c34f93a53e3))
## @antv/x6 [1.19.1](https://github.com/antvis/x6/compare/@antv/x6@1.19.0...@antv/x6@1.19.1) (2021-04-28)
# @antv/x6 [1.19.0](https://github.com/antvis/x6/compare/@antv/x6@1.18.5...@antv/x6@1.19.0) (2021-04-26)

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.19.1",
"version": "1.19.2",
"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.19.1'
const version = '1.19.2'
export { version }