Compare commits

..

2 Commits

Author SHA1 Message Date
1f653d27d4 chore(release): 🚀 publish 2022-09-08 17:33:59 +08:00
27f27f1e75 chore: 🔧 update peerDeps for plugins (#2657) 2022-09-08 17:33:05 +08:00
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{
"version": "2.0.6-beta.0",
"version": "2.0.6-beta.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-scroller",
"version": "2.0.6-beta.0",
"version": "2.0.6-beta.1",
"description": "scroller plugin for X6.",
"main": "lib/index.js",
"module": "es/index.js",
@ -49,7 +49,7 @@
"@antv/x6-package-json/rollup.json"
],
"peerDependencies": {
"@antv/x6-next": "beta"
"@antv/x6-next": ">=2.0.6-beta.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-shape",
"version": "2.0.6-beta.0",
"version": "2.0.6-beta.1",
"description": "X6 shape for rendering react components.",
"main": "lib/index.js",
"module": "es/index.js",
@ -59,8 +59,8 @@
"@antv/x6-package-json/rollup.json"
],
"peerDependencies": {
"@antv/x6-common": "beta",
"@antv/x6-next": "beta",
"@antv/x6-common": ">=2.0.3-beta.0",
"@antv/x6-next": ">=2.0.6-beta.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@antv/x6-vue-shape",
"version": "2.0.6-beta.0",
"version": "2.0.6-beta.1",
"description": "X6 shape for rendering vue components.",
"main": "lib/index.js",
"module": "es/index.js",
@ -62,8 +62,8 @@
"vue-demi": "^0.7.4"
},
"peerDependencies": {
"@antv/x6-common": "beta",
"@antv/x6-next": "beta",
"@antv/x6-common": ">=2.0.3-beta.0",
"@antv/x6-next": ">=2.0.6-beta.0",
"@vue/composition-api": "^1.0.0-rc.6",
"vue": "^2.6.12 || ^3.0.0"
},