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

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

### Bug Fixes

* 🐛 fix handledTranslation option passing to child node ([0244e0d](c4c61d485b))
This commit is contained in:
x6-bot
2021-05-18 05:18:26 +00:00
parent edb55b0c89
commit 4d05aff688
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.21.7](https://github.com/antvis/x6/compare/@antv/x6@1.21.6...@antv/x6@1.21.7) (2021-05-18)
### Bug Fixes
* 🐛 fix handledTranslation option passing to child node ([0244e0d](https://github.com/antvis/x6/commit/0244e0d919e9a7ebdd97dede4be456290560da8a))
## @antv/x6 [1.21.6](https://github.com/antvis/x6/compare/@antv/x6@1.21.5...@antv/x6@1.21.6) (2021-05-18)

View File

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