chore(release): @antv/x6-app-dag@1.1.6 [skip ci]

## @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-09-30)

### Bug Fixes

* 🐛 fix delete node connection not delete ([#1167](https://github.com/antvis/x6/issues/1167)) ([2b0ab54](2be4b33ce8))

### Dependencies

* **@antv/x6:** upgraded to 1.27.0
This commit is contained in:
x6-bot
2021-09-30 14:08:21 +00:00
parent 29704f15b4
commit b19d8b2c0a
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
## @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-09-30)
### Bug Fixes
* 🐛 fix delete node connection not delete ([#1167](https://github.com/antvis/x6/issues/1167)) ([2b0ab54](https://github.com/antvis/x6/commit/2b0ab54892527e5ba32b50adb5f21523ab2459ab))
### Dependencies
* **@antv/x6:** upgraded to 1.27.0
## @antv/x6-app-dag [1.1.7](https://github.com/antvis/x6/compare/@antv/x6-app-dag@1.1.6...@antv/x6-app-dag@1.1.7) (2021-09-22)
## @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-09-22)

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-app-dag",
"version": "1.1.7",
"version": "1.1.6",
"scripts": {
"start": "umi dev",
"build": "umi build",
@ -24,7 +24,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@antv/x6": "^1.26.3",
"@antv/x6": "^1.27.0",
"@antv/x6-react-components": "^1.1.14",
"@antv/x6-react-shape": "^1.5.0",
"@types/dompurify": "^2.0.4",