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

## @antv/x6 [1.12.17](https://github.com/antvis/x6/compare/@antv/x6@1.12.16...@antv/x6@1.12.17) (2021-01-26)

### Bug Fixes

* 🐛 should apply prop hooks when update props by `prop()` method ([0dfc09f](5c461e0324))
This commit is contained in:
x6-bot
2021-01-26 07:20:17 +00:00
parent 3708e3f573
commit 2f64a55876
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6 [1.12.17](https://github.com/antvis/x6/compare/@antv/x6@1.12.16...@antv/x6@1.12.17) (2021-01-26)
### Bug Fixes
* 🐛 should apply prop hooks when update props by `prop()` method ([0dfc09f](https://github.com/antvis/x6/commit/0dfc09f97ff4281aacb465ad74f1958930d30c8c))
## @antv/x6 [1.12.16](https://github.com/antvis/x6/compare/@antv/x6@1.12.15...@antv/x6@1.12.16) (2021-01-25)

View File

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