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

## @antv/x6-react-shape [1.2.5](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.2.4...@antv/x6-react-shape@1.2.5) (2021-01-22)

### Bug Fixes

* 🐛 do not pass `node` prop to inline component ([7d68cb9](9deb76bcef))
* 🐛 interact with input rendered in react component ([6eaec74](82478b1d66))

### Dependencies

* **@antv/x6:** upgraded to 1.12.11
This commit is contained in:
x6-bot
2021-01-22 09:52:11 +00:00
parent 82478b1d66
commit 85f1cf989b
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
## @antv/x6-react-shape [1.2.5](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.2.4...@antv/x6-react-shape@1.2.5) (2021-01-22)
### Bug Fixes
* 🐛 do not pass `node` prop to inline component ([7d68cb9](https://github.com/antvis/x6/commit/7d68cb92299ace7097150c028a64e9fae4041f4d))
* 🐛 interact with input rendered in react component ([6eaec74](https://github.com/antvis/x6/commit/6eaec7412dd9826b331fc4bfb822e874ace939e1))
### Dependencies
* **@antv/x6:** upgraded to 1.12.11
## @antv/x6-react-shape [1.2.2](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.2.1...@antv/x6-react-shape@1.2.2) (2021-01-13)

View File

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