chore(release): @antv/x6-react-shape@1.4.4 [skip ci]

## @antv/x6-react-shape [1.4.4](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.4.3...@antv/x6-react-shape@1.4.4) (2021-06-20)

### Bug Fixes

* 🐛 unmount component when node unmount ([#1118](https://github.com/antvis/x6/issues/1118)) ([35e3d07](e029c7a6d2))
This commit is contained in:
x6-bot
2021-06-20 11:38:10 +00:00
parent fcfc26dc16
commit 3cb4eb4da8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## @antv/x6-react-shape [1.4.4](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.4.3...@antv/x6-react-shape@1.4.4) (2021-06-20)
### Bug Fixes
* 🐛 unmount component when node unmount ([#1118](https://github.com/antvis/x6/issues/1118)) ([35e3d07](https://github.com/antvis/x6/commit/35e3d0712250723ca349443c332ee5332ae7ae24))
## @antv/x6-react-shape [1.4.3](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.4.2...@antv/x6-react-shape@1.4.3) (2021-06-16)

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-shape",
"version": "1.4.3",
"version": "1.4.4",
"description": "X6 shape for rendering react components.",
"main": "lib/index.js",
"module": "es/index.js",