Compare commits
11 Commits
@antv/x6-p
...
@antv/x6-v
Author | SHA1 | Date | |
---|---|---|---|
|
09e8dfda8b | ||
|
1283b74cdb | ||
|
c075db4822 | ||
|
2727cab039 | ||
|
c2f5c75b2b | ||
|
148807ce4f | ||
|
a01f71730d | ||
|
af7993deda | ||
|
f130b41659 | ||
|
ef505fd8cf | ||
|
d028dbfa3e |
14
package.json
14
package.json
@@ -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",
|
||||
|
11
packages/x6-plugin-minimap/CHANGELOG.md
Normal file
11
packages/x6-plugin-minimap/CHANGELOG.md
Normal 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
|
16
packages/x6-plugin-scroller/CHANGELOG.md
Normal file
16
packages/x6-plugin-scroller/CHANGELOG.md
Normal 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
|
11
packages/x6-plugin-selection/CHANGELOG.md
Normal file
11
packages/x6-plugin-selection/CHANGELOG.md
Normal 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
|
11
packages/x6-plugin-snapline/CHANGELOG.md
Normal file
11
packages/x6-plugin-snapline/CHANGELOG.md
Normal 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
|
11
packages/x6-plugin-stencil/CHANGELOG.md
Normal file
11
packages/x6-plugin-stencil/CHANGELOG.md
Normal 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
|
11
packages/x6-plugin-transform/CHANGELOG.md
Normal file
11
packages/x6-plugin-transform/CHANGELOG.md
Normal 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
|
16
packages/x6-react-components/CHANGELOG.md
Normal file
16
packages/x6-react-components/CHANGELOG.md
Normal 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
|
11
packages/x6-react-shape/CHANGELOG.md
Normal file
11
packages/x6-react-shape/CHANGELOG.md
Normal 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
|
16
packages/x6-vue-shape/CHANGELOG.md
Normal file
16
packages/x6-vue-shape/CHANGELOG.md
Normal 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
1006
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user