Compare commits
3 Commits
@antv/x6-p
...
@antv/x6-p
Author | SHA1 | Date | |
---|---|---|---|
|
4a89c2b82e | ||
|
f6d936e4a2 | ||
|
dfde26b305 |
@@ -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)
|
||||
|
||||
|
||||
|
@@ -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",
|
||||
|
@@ -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)
|
||||
|
||||
|
||||
|
@@ -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": {
|
||||
|
@@ -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)
|
||||
|
||||
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user