diff --git a/examples/x6-app-dag/CHANGELOG.md b/examples/x6-app-dag/CHANGELOG.md index ecf3e379c17..12b2c8ec73b 100644 --- a/examples/x6-app-dag/CHANGELOG.md +++ b/examples/x6-app-dag/CHANGELOG.md @@ -1,3 +1,19 @@ +## @antv/x6-app-dag [1.1.6](https://github.com/antvis/x6/compare/@antv/x6-app-dag@1.1.5...@antv/x6-app-dag@1.1.6) (2021-10-22) + + +### Bug Fixes + +* 🐛 fix delete node connection not delete ([#1167](https://github.com/antvis/x6/issues/1167)) ([2b0ab54](https://github.com/antvis/x6/commit/2b0ab54892527e5ba32b50adb5f21523ab2459ab)) +* 🐛 update x6-react-shape version ([#1425](https://github.com/antvis/x6/issues/1425)) ([65e6923](https://github.com/antvis/x6/commit/65e6923b99d48641542203b549d5703a6a1f4be3)) + + + + + +### Dependencies + +* **@antv/x6-react-shape:** upgraded to 1.5.2 + ## @antv/x6-app-dag [1.1.6](https://github.com/antvis/x6/compare/@antv/x6-app-dag@1.1.5...@antv/x6-app-dag@1.1.6) (2021-10-19) diff --git a/examples/x6-app-dag/package.json b/examples/x6-app-dag/package.json index cad77a7351b..f58ee27dd0d 100644 --- a/examples/x6-app-dag/package.json +++ b/examples/x6-app-dag/package.json @@ -26,7 +26,7 @@ "@ant-design/icons": "^4.2.1", "@antv/x6": "^1.28.1", "@antv/x6-react-components": "^1.1.14", - "@antv/x6-react-shape": "^1.5.1", + "@antv/x6-react-shape": "^1.5.2", "@types/dompurify": "^2.0.4", "ahooks": "^2.7.0", "antd": "^4.4.2",