Compare commits

..

1 Commits

Author SHA1 Message Date
x6-bot
5c1dc137d5 chore(release): @antv/x6-vue-shape@1.1.0 [skip ci] 2022-11-05 07:23:30 +00:00
2 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,18 @@
# @antv/x6-vue-shape [1.1.0](https://github.com/antvis/x6/compare/@antv/x6-vue-shape@1.0.1...@antv/x6-vue-shape@1.1.0) (2022-11-05)
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-vue-shape [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-vue-shape@1.0.0...@antv/x6-vue-shape@1.0.1) (2022-11-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@antv/x6-vue-shape",
"version": "1.0.1",
"version": "1.1.0",
"description": "X6 shape for rendering vue components.",
"main": "lib/index.js",
"module": "es/index.js",
@@ -46,12 +46,12 @@
}
},
"peerDependencies": {
"@antv/x6": "1.0.1",
"@antv/x6": "1.1.0",
"@vue/composition-api": "^1.0.0-rc.6",
"vue": "^2.6.12 || ^3.0.0"
},
"devDependencies": {
"@antv/x6": "1.0.1",
"@antv/x6": "1.1.0",
"@vue/composition-api": "^1.0.0-rc.6",
"vue": "^2.6.12"
},