Compare commits

..

1 Commits

Author SHA1 Message Date
x6-bot
23120ffc65 chore(release): @antv/x6-plugin-selection@1.0.2 [skip ci] 2022-11-05 07:23:12 +00:00
2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
## @antv/x6-plugin-selection [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-selection@1.0.1...@antv/x6-plugin-selection@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-selection [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-selection@1.0.0...@antv/x6-plugin-selection@1.0.1) (2022-11-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-selection",
"version": "1.0.1",
"version": "1.0.2",
"description": "selection plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",