chore(release): @antv/x6-app-draw@1.1.3 [skip ci]

## @antv/x6-app-draw [1.1.3](https://github.com/antvis/x6/compare/@antv/x6-app-draw@1.1.2...@antv/x6-app-draw@1.1.3) (2021-01-22)

### Bug Fixes

* change $ to JQuery ([3c4d229](c7a41cff48))
* port can connect multiple lines ([908bff2](1a86e54f79))

### Dependencies

* **@antv/x6:** upgraded to 1.12.10
This commit is contained in:
x6-bot
2021-01-22 02:57:37 +00:00
parent 90b09ede80
commit 0ec70b8116
2 changed files with 17 additions and 1 deletions

View File

@ -10,6 +10,22 @@
### Dependencies
* **@antv/x6:** upgraded to 1.12.10
## @antv/x6-app-draw [1.1.3](https://github.com/antvis/x6/compare/@antv/x6-app-draw@1.1.2...@antv/x6-app-draw@1.1.3) (2021-01-22)
### Bug Fixes
* change $ to JQuery ([3c4d229](https://github.com/antvis/x6/commit/3c4d22952b33d592791cdead017d860833f51608))
* port can connect multiple lines ([908bff2](https://github.com/antvis/x6/commit/908bff246c2b518a89dc7d4cc6d53fea3e447ac9))
### Dependencies
* **@antv/x6:** upgraded to 1.12.9

View File

@ -10,7 +10,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^1.12.9",
"@antv/x6": "^1.12.10",
"@antv/x6-react-components": "^1.1.1",
"antd": "^4.4.2",
"react": "^16.8.6",