chore(release): x6-svg-to-shape@1.0.0 [skip ci]

# x6-svg-to-shape 1.0.0 (2021-02-05)

### Bug Fixes

* change x6-svg-to-shape router ([3c5d11f](3dbe306bd8))

### Features

*  add app to convert svg to render code ([bd76a91](d6c5816af4)), closes [#480](https://github.com/antvis/x6/issues/480)

### Dependencies

* **@antv/x6:** upgraded to 1.12.29
This commit is contained in:
x6-bot
2021-02-05 03:00:17 +00:00
parent 27e5fb5df6
commit eee4a19cc9
2 changed files with 21 additions and 1 deletions

View File

@ -10,6 +10,26 @@
* ✨ add app to convert svg to render code ([bd76a91](https://github.com/antvis/x6/commit/bd76a91ed005acef1729ecb00933f3482ea9c567)), closes [#480](https://github.com/antvis/x6/issues/480)
### Dependencies
* **@antv/x6:** upgraded to 1.12.29
# x6-svg-to-shape 1.0.0 (2021-02-05)
### Bug Fixes
* change x6-svg-to-shape router ([3c5d11f](https://github.com/antvis/x6/commit/3c5d11f4b46d4843150ac3f294dc4ed0cf611c43))
### Features
* ✨ add app to convert svg to render code ([bd76a91](https://github.com/antvis/x6/commit/bd76a91ed005acef1729ecb00933f3482ea9c567)), closes [#480](https://github.com/antvis/x6/issues/480)
# x6-svg-to-shape 1.0.0 (2021-02-04)

View File

@ -23,7 +23,7 @@
]
},
"dependencies": {
"@antv/x6": "^1.12.28",
"@antv/x6": "^1.12.29",
"@umijs/preset-react": "1.x",
"antd": "^4.4.2",
"classnames": "^2.2.6",