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

## @antv/x6 [1.13.4](https://github.com/antvis/x6/compare/@antv/x6@1.13.3...@antv/x6@1.13.4) (2021-03-03)

### Bug Fixes

* 🐛 get container size use offsetxxx ([faf3e4f](a66ab4fd5b))
This commit is contained in:
x6-bot
2021-03-03 06:52:31 +00:00
parent 1c129c8bcc
commit e90aa377a5
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.13.4](https://github.com/antvis/x6/compare/@antv/x6@1.13.3...@antv/x6@1.13.4) (2021-03-03)
### Bug Fixes
* 🐛 get container size use offsetxxx ([faf3e4f](https://github.com/antvis/x6/commit/faf3e4f0b015650b04f33d7ad914c116962f317e))
## @antv/x6 [1.13.3](https://github.com/antvis/x6/compare/@antv/x6@1.13.2...@antv/x6@1.13.3) (2021-03-02)

View File

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