chore(release): 2.0.6-beta.4 [skip ci]

This commit is contained in:
x6-bot
2022-11-03 17:25:20 +00:00
parent 1dc3460a6e
commit dd22dfee1f
2 changed files with 19 additions and 3 deletions

@ -1,3 +1,19 @@
## @antv/x6 [2.0.6-beta.4](https://github.com/antvis/x6/compare/@antv/x6@2.0.6-beta.3...@antv/x6@2.0.6-beta.4) (2022-11-03)
### Bug Fixes
* commit message E2BIG ([a2c5f9e](https://github.com/antvis/x6/commit/a2c5f9e943ccf1d7ae478af30cb5022dd72e2e99))
### Dependencies
* **@antv/x6-common:** upgraded to 1.0.0-beta.1
* **@antv/x6-geometry:** upgraded to 2.0.0-beta.1
## @antv/x6 [2.0.6-beta.3](https://github.com/antvis/x6/compare/@antv/x6@2.0.6-beta.2...@antv/x6@2.0.6-beta.3) (2022-11-03)

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "2.0.6-beta.3",
"version": "2.0.6-beta.4",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
"main": "lib/index.js",
"module": "es/index.js",
@ -44,8 +44,8 @@
"pretest": "rss"
},
"dependencies": {
"@antv/x6-common": "1.100.0-beta.18",
"@antv/x6-geometry": "1.100.0-beta.18",
"@antv/x6-common": "1.0.0-beta.1",
"@antv/x6-geometry": "2.0.0-beta.1",
"utility-types": "^3.10.0"
},
"author": {