Compare commits

..

11 Commits

Author SHA1 Message Date
x6-bot
09e8dfda8b chore(release): @antv/x6-vue-shape@2.0.0 [skip ci] 2022-11-05 13:25:25 +00:00
bubkoo
1283b74cdb chore: update deps
bump  packages/x6-vue-shape to 2.0

BREAKING CHANGE: for bump  packages/x6-vue-shape to 2.0
2022-11-05 21:18:15 +08:00
x6-bot
c075db4822 chore(release): @antv/x6-vue-shape@1.1.0 [skip ci] 2022-11-05 12:47:24 +00:00
x6-bot
2727cab039 chore(release): @antv/x6-react-shape@2.0.0 [skip ci] 2022-11-05 12:47:21 +00:00
x6-bot
c2f5c75b2b chore(release): @antv/x6-react-components@2.0.0 [skip ci] 2022-11-05 12:47:17 +00:00
x6-bot
148807ce4f chore(release): @antv/x6-plugin-transform@2.0.0 [skip ci] 2022-11-05 12:47:14 +00:00
x6-bot
a01f71730d chore(release): @antv/x6-plugin-stencil@2.0.0 [skip ci] 2022-11-05 12:47:10 +00:00
x6-bot
af7993deda chore(release): @antv/x6-plugin-snapline@2.0.0 [skip ci] 2022-11-05 12:47:07 +00:00
x6-bot
f130b41659 chore(release): @antv/x6-plugin-selection@2.0.0 [skip ci] 2022-11-05 12:47:03 +00:00
x6-bot
ef505fd8cf chore(release): @antv/x6-plugin-scroller@2.0.0 [skip ci] 2022-11-05 12:47:00 +00:00
x6-bot
d028dbfa3e chore(release): @antv/x6-plugin-minimap@2.0.0 [skip ci] 2022-11-05 12:46:57 +00:00
11 changed files with 635 additions and 499 deletions

View File

@@ -64,7 +64,7 @@
},
"dependencies": {
"@antv/x6-build-tools": "workspace:*",
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@commitlint/config-conventional": "^17.2.0",
@@ -72,15 +72,15 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^8.2.5",
"@semantic-release-monorepo/cli": "^1.0.28",
"@semantic-release-monorepo/cli": "^2.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/jasmine": "^4.3.0",
"@types/jest": "^29.2.1",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"boxen": "^7.0.0",
"colors": "^1.4.0",
"coveralls": "^3.1.1",
@@ -90,7 +90,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
@@ -124,7 +124,7 @@
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^19.0.5",
"sinon": "^14.0.1",
"stylelint": "^14.14.0",
"stylelint": "^14.14.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",

View File

@@ -0,0 +1,11 @@
# @antv/x6-plugin-minimap [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-minimap@1.0.1...@antv/x6-plugin-minimap@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,16 @@
# @antv/x6-plugin-scroller [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-scroller@1.0.1...@antv/x6-plugin-scroller@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,11 @@
# @antv/x6-plugin-selection [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-selection@1.0.1...@antv/x6-plugin-selection@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,11 @@
# @antv/x6-plugin-snapline [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-snapline@1.0.1...@antv/x6-plugin-snapline@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,11 @@
# @antv/x6-plugin-stencil [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-stencil@1.0.1...@antv/x6-plugin-stencil@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,11 @@
# @antv/x6-plugin-transform [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-transform@1.0.1...@antv/x6-plugin-transform@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,16 @@
# @antv/x6-react-components [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-react-components@1.0.1...@antv/x6-react-components@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,11 @@
# @antv/x6-react-shape [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-react-shape@1.0.1...@antv/x6-react-shape@2.0.0) (2022-11-05)
### Documentation
* refresh changelogs ([44f89a1](https://github.com/antvis/x6/commit/44f89a1e1a85513a9bf548be87be38e3cdc82574))
### BREAKING CHANGES
* dump to 2.0

View File

@@ -0,0 +1,16 @@
# @antv/x6-vue-shape [2.0.0](https://github.com/antvis/x6/compare/@antv/x6-vue-shape@1.0.1...@antv/x6-vue-shape@2.0.0) (2022-11-05)
### chore
* update deps ([1283b74](https://github.com/antvis/x6/commit/1283b74cdb5ea77e2a27fedd23b2e67794326854))
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
### BREAKING CHANGES
* for bump packages/x6-vue-shape to 2.0

1006
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff