chore(release): @antv/x6@1.12.24 [skip ci]
## @antv/x6 [1.12.24](https://github.com/antvis/x6/compare/@antv/x6@1.12.23...@antv/x6@1.12.24) (2021-02-02)
### Bug Fixes
* 🐛 auto extend scroller's graph with `async` mode ([8cd3aa6](cadc87cda6
)), closes [#636](https://github.com/antvis/x6/issues/636)
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
## @antv/x6 [1.12.24](https://github.com/antvis/x6/compare/@antv/x6@1.12.23...@antv/x6@1.12.24) (2021-02-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 auto extend scroller's graph with `async` mode ([8cd3aa6](https://github.com/antvis/x6/commit/8cd3aa63e4bb6a556d4c259c3116f590f87d021c)), closes [#636](https://github.com/antvis/x6/issues/636)
|
||||
|
||||
## @antv/x6 [1.12.23](https://github.com/antvis/x6/compare/@antv/x6@1.12.22...@antv/x6@1.12.23) (2021-02-01)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/x6",
|
||||
"version": "1.12.23",
|
||||
"version": "1.12.24",
|
||||
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -3,5 +3,5 @@
|
||||
/**
|
||||
* Auto generated version file, do not modify it!
|
||||
*/
|
||||
const version = '1.12.23'
|
||||
const version = '1.12.24'
|
||||
export { version }
|
||||
|
Reference in New Issue
Block a user