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

## @antv/x6 [1.21.6](https://github.com/antvis/x6/compare/@antv/x6@1.21.5...@antv/x6@1.21.6) (2021-05-18)

### Bug Fixes

* 🐛 fix node translation with selected children ([770d1d1](9049aa1ad2))
This commit is contained in:
x6-bot
2021-05-18 02:49:52 +00:00
parent 2c35726556
commit 58025207ac
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.21.6](https://github.com/antvis/x6/compare/@antv/x6@1.21.5...@antv/x6@1.21.6) (2021-05-18)
### Bug Fixes
* 🐛 fix node translation with selected children ([770d1d1](https://github.com/antvis/x6/commit/770d1d1e75575aaa7dce9f6c503af982393a076d))
## @antv/x6 [1.21.5](https://github.com/antvis/x6/compare/@antv/x6@1.21.4...@antv/x6@1.21.5) (2021-05-14)
## @antv/x6 [1.21.4](https://github.com/antvis/x6/compare/@antv/x6@1.21.3...@antv/x6@1.21.4) (2021-05-12)

View File

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