chore(release): @antv/x6-svg-to-shape@1.0.0 [skip ci]
# @antv/x6-svg-to-shape 1.0.0 (2021-06-17) ### Bug Fixes * 🐛 alerts on lgtm.com ([#1104](https://github.com/antvis/x6/issues/1104)) ([6eb34b1](eb2791dee1
)) * 🐛 fix package name ([1c034fe](6560a763b6
)) * 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.23.11
This commit is contained in:
@ -1,3 +1,25 @@
|
||||
# @antv/x6-svg-to-shape 1.0.0 (2021-06-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 alerts on lgtm.com ([#1104](https://github.com/antvis/x6/issues/1104)) ([6eb34b1](https://github.com/antvis/x6/commit/6eb34b1d9a25462593ba5e4a69995cca5211bc0c))
|
||||
* 🐛 fix package name ([1c034fe](https://github.com/antvis/x6/commit/1c034fe13ec2d0aed5cf24973370e0f3618ca697))
|
||||
* 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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* **@antv/x6:** upgraded to 1.23.11
|
||||
|
||||
# @antv/x6-svg-to-shape 1.0.0 (2021-06-16)
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/x6": "^1.23.10",
|
||||
"@antv/x6": "^1.23.11",
|
||||
"@umijs/preset-react": "1.x",
|
||||
"antd": "^4.4.2",
|
||||
"classnames": "^2.2.6",
|
||||
|
Reference in New Issue
Block a user