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:
@ -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)
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
@ -3,5 +3,5 @@
|
||||
/**
|
||||
* Auto generated version file, do not modify it!
|
||||
*/
|
||||
const version = '1.12.16'
|
||||
const version = '1.12.17'
|
||||
export { version }
|
||||
|
Reference in New Issue
Block a user