Skip to content

Commit

Permalink
chore(release): @antv/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
x6-bot committed Nov 5, 2022
1 parent b903dc0 commit 5c1dc13
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/x6-vue-shape/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @antv/x6-vue-shape [1.1.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (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/[email protected]...@antv/[email protected]) (2022-11-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/x6-vue-shape/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 5c1dc13

Please sign in to comment.