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

## @antv/x6 [1.23.3](https://github.com/antvis/x6/compare/@antv/x6@1.23.2...@antv/x6@1.23.3) (2021-06-07)

### Bug Fixes

* 🐛 fix scroller content size when not autoResize ([1a77b44](578db9dc25))
This commit is contained in:
x6-bot
2021-06-07 14:40:39 +00:00
parent 06d9d1c786
commit c7d0eff0f1
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.23.3](https://github.com/antvis/x6/compare/@antv/x6@1.23.2...@antv/x6@1.23.3) (2021-06-07)
### Bug Fixes
* 🐛 fix scroller content size when not autoResize ([1a77b44](https://github.com/antvis/x6/commit/1a77b4464c6397c407d848adb17f8aa90131d63d))
## @antv/x6 [1.23.2](https://github.com/antvis/x6/compare/@antv/x6@1.23.1...@antv/x6@1.23.2) (2021-06-07)

View File

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