Skip to content

Commit

Permalink
chore(release): release 16 packages [skip ci]
Browse files Browse the repository at this point in the history
[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6%402.0.3)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-geometry%402.0.2)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-clipboard%402.1.1)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-dnd%402.0.2)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-export%402.1.1)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-history%402.1.2)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-keyboard%402.1.2)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-minimap%402.0.2)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-scroller%402.0.2)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-selection%402.1.3)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-snapline%402.1.3)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-stencil%402.0.2)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-plugin-transform%402.1.1)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-react-components%402.0.4)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-react-shape%402.0.3)

[@antv/[email protected]](https://github.com/antvis/X6/releases/tag/%40antv/x6-vue-shape%402.0.3)
  • Loading branch information
x6-bot[bot] committed Nov 25, 2022
1 parent 6c4244c commit bdba8ce
Show file tree
Hide file tree
Showing 32 changed files with 48 additions and 16 deletions.
2 changes: 2 additions & 0 deletions packages/x6-geometry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## @antv/x6-geometry [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

## @antv/x6-geometry [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)
2 changes: 1 addition & 1 deletion packages/x6-geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"name": "@antv/x6-geometry",
"description": "Geometry operations for X6",
"main": "lib/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-clipboard [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-clipboard",
"version": "2.1.0",
"version": "2.1.1",
"description": "clipboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-dnd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-dnd [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-dnd",
"version": "2.0.1",
"version": "2.0.2",
"description": "dnd plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-export [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-export",
"version": "2.1.0",
"version": "2.1.1",
"description": "export plugin for X6.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-history [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-history",
"version": "2.1.1",
"version": "2.1.2",
"description": "history plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-keyboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-keyboard [2.1.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-keyboard",
"version": "2.1.1",
"version": "2.1.2",
"description": "keyboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-minimap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-minimap [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-minimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-minimap",
"version": "2.0.1",
"version": "2.0.2",
"description": "minimap plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-scroller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-scroller [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-scroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-scroller",
"version": "2.0.1",
"version": "2.0.2",
"description": "scroller plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-selection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-selection [2.1.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-selection",
"version": "2.1.2",
"version": "2.1.3",
"description": "selection plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-snapline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-snapline [2.1.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-snapline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-snapline",
"version": "2.1.2",
"version": "2.1.3",
"description": "snapline plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-stencil [2.0.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-stencil",
"version": "2.0.1",
"version": "2.0.2",
"description": "stencil plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-plugin-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-plugin-transform [2.1.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-transform",
"version": "2.1.0",
"version": "2.1.1",
"description": "transform plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-react-components [2.0.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-components",
"version": "2.0.3",
"version": "2.0.4",
"description": "React components for building x6 editors",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-react-shape/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-react-shape [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6-react-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-shape",
"version": "2.0.2",
"version": "2.0.3",
"description": "X6 shape for rendering react components.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6-vue-shape/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6-vue-shape [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "2.0.3",
"description": "X6 shape for rendering vue components.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/x6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @antv/x6 [2.0.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

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


Expand Down
2 changes: 1 addition & 1 deletion packages/x6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "2.0.2",
"version": "2.0.3",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit bdba8ce

Please sign in to comment.