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

# @antv/x6 [1.18.0](https://github.com/antvis/x6/compare/@antv/x6@1.17.7...@antv/x6@1.18.0) (2021-03-23)

### Features

*  revert a lint fix commit ([319f30f](39d8e71ce0))
This commit is contained in:
x6-bot
2021-03-23 06:16:40 +00:00
parent 775cf63265
commit 8d0a720063
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# @antv/x6 [1.18.0](https://github.com/antvis/x6/compare/@antv/x6@1.17.7...@antv/x6@1.18.0) (2021-03-23)
### Features
* ✨ revert a lint fix commit ([319f30f](https://github.com/antvis/x6/commit/319f30f5e68587623d85a2759142feaf37ac46fc))
## @antv/x6 [1.17.7](https://github.com/antvis/x6/compare/@antv/x6@1.17.6...@antv/x6@1.17.7) (2021-03-23)

View File

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