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

## @antv/x6-app-draw [1.1.4](https://github.com/antvis/x6/compare/@antv/x6-app-draw@1.1.3...@antv/x6-app-draw@1.1.4) (2021-06-02)

### Bug Fixes

* 🐛 fix x6-react-components version in demo ([085ffab](709cdae33d))
* 🐛 x6-app-draw支持windows下ctrl组合快捷键 ([0253aaf](bc769705b9))

### Dependencies

* **@antv/x6:** upgraded to 1.23.1
This commit is contained in:
x6-bot
2021-06-02 06:51:13 +00:00
parent f860eb5863
commit 00f30aa25d
2 changed files with 17 additions and 1 deletions

View File

@ -10,6 +10,22 @@
### Dependencies
* **@antv/x6:** upgraded to 1.23.1
## @antv/x6-app-draw [1.1.4](https://github.com/antvis/x6/compare/@antv/x6-app-draw@1.1.3...@antv/x6-app-draw@1.1.4) (2021-06-02)
### Bug Fixes
* 🐛 fix x6-react-components version in demo ([085ffab](https://github.com/antvis/x6/commit/085ffabe84e89e12bf47c3c8680c5cf1eb929593))
* 🐛 x6-app-draw支持windows下ctrl组合快捷键 ([0253aaf](https://github.com/antvis/x6/commit/0253aaf7efc6a38739181f4d6315de73447e2017))
### Dependencies
* **@antv/x6:** upgraded to 1.23.0

View File

@ -9,7 +9,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^1.23.0",
"@antv/x6": "^1.23.1",
"@antv/x6-react-components": "^1.1.10",
"antd": "^4.4.2",
"react": "^16.8.6",