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

This commit is contained in:
x6-bot
2022-11-04 02:18:32 +00:00
parent 5bb1d25745
commit 1ed217476f
2 changed files with 26 additions and 5 deletions
packages/x6-plugin-minimap

@ -1,3 +1,24 @@
## @antv/x6-plugin-minimap [2.0.6-beta.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-minimap@1.0.0-beta.1...@antv/x6-plugin-minimap@2.0.6-beta.1) (2022-11-04)
### chore
* force release 2.0-beta ([af8c588](https://github.com/antvis/x6/commit/af8c5887b3de721f125da6d71e40c3ec76d0f660))
### BREAKING CHANGES
* force release 2.0-beta
### Dependencies
* **@antv/x6:** upgraded to 2.0.6-beta.5
* **@antv/x6-common:** upgraded to 2.0.6-beta.1
# @antv/x6-plugin-minimap 1.0.0-beta.1 (2022-11-03)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-minimap",
"version": "1.0.0-beta.1",
"version": "2.0.6-beta.1",
"description": "minimap plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -37,12 +37,12 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "2.0.6-beta.4",
"@antv/x6-common": "1.0.0-beta.1"
"@antv/x6": "2.0.6-beta.5",
"@antv/x6-common": "2.0.6-beta.1"
},
"devDependencies": {
"@antv/x6": "2.0.6-beta.4",
"@antv/x6-common": "1.0.0-beta.1"
"@antv/x6": "2.0.6-beta.5",
"@antv/x6-common": "2.0.6-beta.1"
},
"author": {
"name": "bubkoo",