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

## @antv/x6 [1.23.13](https://github.com/antvis/x6/compare/@antv/x6@1.23.12...@antv/x6@1.23.13) (2021-06-19)

### Bug Fixes

* 🐛 preventScroll when focus graph ([#1116](https://github.com/antvis/x6/issues/1116)) ([9b66853](40a18f7fe6))
This commit is contained in:
x6-bot
2021-06-19 06:42:00 +00:00
parent d1626ddeac
commit 2132423dca
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.23.13](https://github.com/antvis/x6/compare/@antv/x6@1.23.12...@antv/x6@1.23.13) (2021-06-19)
### Bug Fixes
* 🐛 preventScroll when focus graph ([#1116](https://github.com/antvis/x6/issues/1116)) ([9b66853](https://github.com/antvis/x6/commit/9b66853e143825de669fa5c97e1540971e835bed))
## @antv/x6 [1.23.12](https://github.com/antvis/x6/compare/@antv/x6@1.23.11...@antv/x6@1.23.12) (2021-06-17)

View File

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