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

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

### Bug Fixes

* 🐛 optimize addTools params ([9fb3a51](1366eac7f5))
This commit is contained in:
x6-bot
2021-06-07 08:36:55 +00:00
parent 56c7db11da
commit 4cb7329337
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.23.2](https://github.com/antvis/x6/compare/@antv/x6@1.23.1...@antv/x6@1.23.2) (2021-06-07)
### Bug Fixes
* 🐛 optimize addTools params ([9fb3a51](https://github.com/antvis/x6/commit/9fb3a514c2d34dee61d1ee5acd68416ae5bd5cfa))
## @antv/x6 [1.23.1](https://github.com/antvis/x6/compare/@antv/x6@1.23.0...@antv/x6@1.23.1) (2021-06-02)
# @antv/x6 [1.23.0](https://github.com/antvis/x6/compare/@antv/x6@1.22.1...@antv/x6@1.23.0) (2021-06-02)

View File

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