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

# @antv/x6 [1.26.0](https://github.com/antvis/x6/compare/@antv/x6@1.25.5...@antv/x6@1.26.0) (2021-08-24)

### Features

* 🎸 为定义业务数据的 data 属性提供类型定义 ([#1278](https://github.com/antvis/x6/issues/1278)) ([412d035](f1b4acf3ee))
This commit is contained in:
x6-bot
2021-08-24 15:08:04 +00:00
parent 9075a29547
commit 94c2f39329
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# @antv/x6 [1.26.0](https://github.com/antvis/x6/compare/@antv/x6@1.25.5...@antv/x6@1.26.0) (2021-08-24)
### Features
* 🎸 为定义业务数据的 data 属性提供类型定义 ([#1278](https://github.com/antvis/x6/issues/1278)) ([412d035](https://github.com/antvis/x6/commit/412d035687c6caf235f2afb1fa23d830d2a5f002))
## @antv/x6 [1.25.5](https://github.com/antvis/x6/compare/@antv/x6@1.25.4...@antv/x6@1.25.5) (2021-08-18)

View File

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