Skip to content

Commit 1dcab69

Browse files
committed
chore(release): release 17 packages [skip ci]
[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6%402.0.4) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-common%402.0.1) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-geometry%402.0.3) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-clipboard%402.1.2) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-dnd%402.0.3) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-export%402.1.2) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-history%402.1.3) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-keyboard%402.1.3) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-minimap%402.0.3) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-scroller%402.0.3) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-selection%402.1.4) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-snapline%402.1.4) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-stencil%402.0.3) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-transform%402.1.2) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-react-components%402.0.5) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-react-shape%402.0.4) [@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-vue-shape%402.0.4)
1 parent cb0cfde commit 1dcab69

File tree

21 files changed

+123
-4
lines changed

21 files changed

+123
-4
lines changed

packages/x6-common/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
## @antv/x6-common [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-common [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/x6-common",
3-
"version": "2.0.3",
3+
"version": "2.0.1",
44
"description": "Basic toolkit for X6",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/x6-geometry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-geometry [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-geometry [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-geometry [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-clipboard/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-clipboard [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-clipboard [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
# @antv/x6-plugin-clipboard [2.1.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-clipboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/x6-plugin-clipboard",
3-
"version": "2.1.3",
3+
"version": "2.1.2",
44
"description": "clipboard plugin for X6",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/x6-plugin-dnd/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-dnd [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-dnd [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-dnd [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-export/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-export [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-export [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
# @antv/x6-plugin-export [2.1.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-history/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-history [2.1.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-history [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-history [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-keyboard/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-keyboard [2.1.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-keyboard [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-keyboard [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

packages/x6-plugin-minimap/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-minimap [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-minimap [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-minimap [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-scroller/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-scroller [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-scroller [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-scroller [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-selection/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-selection [2.1.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-selection [2.1.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-selection [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-snapline/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-snapline [2.1.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-snapline [2.1.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-snapline [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-stencil/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-stencil [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-stencil [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-plugin-stencil [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-plugin-stencil/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/x6-plugin-stencil",
3-
"version": "2.0.4",
3+
"version": "2.0.3",
44
"description": "stencil plugin for X6",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/x6-plugin-transform/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-plugin-transform [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-plugin-transform [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
# @antv/x6-plugin-transform [2.1.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6-react-components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-react-components [2.0.5](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-react-components [2.0.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-react-components [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

packages/x6-react-shape/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-react-shape [2.0.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-react-shape [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-react-shape [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

packages/x6-vue-shape/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6-vue-shape [2.0.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6-vue-shape [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6-vue-shape [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @antv/x6 [2.0.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))
7+
18
## @antv/x6 [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)
29

310
## @antv/x6 [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)

packages/x6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/x6",
3-
"version": "2.0.5",
3+
"version": "2.0.4",
44
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)