chore(release): 1.0.0 [skip ci]

This commit is contained in:
x6-bot
2022-11-04 05:58:58 +00:00
parent c092688eca
commit c8d7035c25
2 changed files with 42 additions and 3 deletions
packages/x6-plugin-minimap

@ -6,6 +6,45 @@
* bump rule ([c9559f2](https://github.com/antvis/x6/commit/c9559f2f30790857ff066be7d0ce99ed8933e20c))
### chore
* force bump to 2.0.0 ([0cab334](https://github.com/antvis/x6/commit/0cab334e4b72a4df33a371c37dfbeff8dc0ae231))
* force release 2.0-beta ([af8c588](https://github.com/antvis/x6/commit/af8c5887b3de721f125da6d71e40c3ec76d0f660))
* release beta ([b5f3cfa](https://github.com/antvis/x6/commit/b5f3cfa2042f5196a995a38a8f41f140cabdce57))
### Features
* ✨ add minimap plugin ([6cdecbb](https://github.com/antvis/x6/commit/6cdecbbba9a4db1f67189e23fb89f2a7ba2af99e))
* adjust event source and package deps ([#2826](https://github.com/antvis/x6/issues/2826)) ([a1bdb18](https://github.com/antvis/x6/commit/a1bdb18b1d1e1967e8e27862fed2e4fe8787a8cb))
* force release 2.0-beta ([6987d9c](https://github.com/antvis/x6/commit/6987d9ce64454cd76f697d33f96715dbdf56524a))
* support turbo ([1da55bf](https://github.com/antvis/x6/commit/1da55bfda73edaa96515998b5766e9ed5f241ee9))
### BREAKING CHANGES
* force bump to 2.0.0
* force release 2.0-beta
* force release 2.0-beta
* force release 2.0-beta
* 2.0-beta
### Dependencies
* **@antv/x6-common:** upgraded to 1.0.1
# @antv/x6-plugin-minimap 1.0.0 (2022-11-04)
### Bug Fixes
* bump rule ([c9559f2](https://github.com/antvis/x6/commit/c9559f2f30790857ff066be7d0ce99ed8933e20c))
### chore
* force release 2.0-beta ([af8c588](https://github.com/antvis/x6/commit/af8c5887b3de721f125da6d71e40c3ec76d0f660))

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-minimap",
"version": "2.0.0",
"version": "1.0.0",
"description": "minimap plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -38,11 +38,11 @@
},
"peerDependencies": {
"@antv/x6": "^2.x",
"@antv/x6-common": "^2.x"
"@antv/x6-common": "1.0.1"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x"
"@antv/x6-common": "1.0.1"
},
"author": {
"name": "bubkoo",