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

## @antv/x6-app-er [1.1.4](https://github.com/antvis/x6/compare/@antv/x6-app-er@1.1.3...@antv/x6-app-er@1.1.4) (2021-05-18)

### Bug Fixes

* 🐛 fix x6-react-components version in demo ([085ffab](709cdae33d))

### Dependencies

* **@antv/x6:** upgraded to 1.21.6
This commit is contained in:
x6-bot
2021-05-18 02:50:07 +00:00
parent 00fa37842c
commit d8ecf519de
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
## @antv/x6-app-er [1.1.4](https://github.com/antvis/x6/compare/@antv/x6-app-er@1.1.3...@antv/x6-app-er@1.1.4) (2021-05-18)
### Bug Fixes
* 🐛 fix x6-react-components version in demo ([085ffab](https://github.com/antvis/x6/commit/085ffabe84e89e12bf47c3c8680c5cf1eb929593))
### Dependencies
* **@antv/x6:** upgraded to 1.21.6
## @antv/x6-app-er [1.1.5](https://github.com/antvis/x6/compare/@antv/x6-app-er@1.1.4...@antv/x6-app-er@1.1.5) (2021-05-14)

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-app-er",
"version": "1.1.5",
"version": "1.1.4",
"scripts": {
"start": "umi dev",
"build": "umi build",
@ -22,7 +22,7 @@
]
},
"dependencies": {
"@antv/x6": "^1.21.5",
"@antv/x6": "^1.21.6",
"@antv/x6-react-components": "^1.1.9",
"@antv/x6-react-shape": "^1.4.1",
"antd": "^4.4.2",