Compare commits

...

3 Commits

Author SHA1 Message Date
x6-bot
4a89c2b82e chore(release): @antv/x6-plugin-minimap@1.0.1 [skip ci] 2022-11-05 05:55:49 +00:00
x6-bot
f6d936e4a2 chore(release): @antv/x6-plugin-keyboard@1.0.1 [skip ci] 2022-11-05 05:55:46 +00:00
x6-bot
dfde26b305 chore(release): @antv/x6-plugin-history@1.0.1 [skip ci] 2022-11-05 05:55:44 +00:00
6 changed files with 69 additions and 9 deletions

View File

@@ -1,3 +1,23 @@
## @antv/x6-plugin-history [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-history@1.0.0...@antv/x6-plugin-history@1.0.1) (2022-11-05)
### chore
* bump to 2.0 ([04cd9de](https://github.com/antvis/x6/commit/04cd9de505bd92a70f33dbc0cfc75b4f9b8126c1))
### BREAKING CHANGES
* bump to 2.0
### Dependencies
* **@antv/x6:** upgraded to 1.0.1
# @antv/x6-plugin-history 1.0.0 (2022-11-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-history",
"version": "2.0.0",
"version": "1.0.1",
"description": "history plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "^2.x"
"@antv/x6": "1.0.1"
},
"devDependencies": {
"@antv/x6": "^2.0.x"
"@antv/x6": "1.0.1"
},
"author": {
"name": "bubkoo",

View File

@@ -1,3 +1,23 @@
## @antv/x6-plugin-keyboard [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-keyboard@1.0.0...@antv/x6-plugin-keyboard@1.0.1) (2022-11-05)
### chore
* bump to 2.0 ([04cd9de](https://github.com/antvis/x6/commit/04cd9de505bd92a70f33dbc0cfc75b4f9b8126c1))
### BREAKING CHANGES
* bump to 2.0
### Dependencies
* **@antv/x6:** upgraded to 1.0.1
# @antv/x6-plugin-keyboard 1.0.0 (2022-11-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-keyboard",
"version": "2.0.0",
"version": "1.0.1",
"description": "keyboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@@ -40,10 +40,10 @@
"mousetrap": "^1.6.5"
},
"peerDependencies": {
"@antv/x6": "^2.x"
"@antv/x6": "1.0.1"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6": "1.0.1",
"@types/mousetrap": "^1.6.5"
},
"author": {

View File

@@ -1,3 +1,23 @@
## @antv/x6-plugin-minimap [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-minimap@1.0.0...@antv/x6-plugin-minimap@1.0.1) (2022-11-05)
### chore
* bump to 2.0 ([04cd9de](https://github.com/antvis/x6/commit/04cd9de505bd92a70f33dbc0cfc75b4f9b8126c1))
### BREAKING CHANGES
* bump to 2.0
### Dependencies
* **@antv/x6:** upgraded to 1.0.1
# @antv/x6-plugin-minimap 1.0.0 (2022-11-05)

View File

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