Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/x6-plugin-dnd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @antv/x6-plugin-dnd [2.0.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-13)


### Bug Fixes

* change dragging container options ([#3139](https://github.com/antvis/x6/issues/3139)) ([7b091f3](https://github.com/antvis/x6/commit/7b091f35dee147c5e7bf97577e14e11ceb7e8e3d))

## @antv/x6-plugin-dnd [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-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.3",
"version": "2.0.4",
"description": "dnd plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/x6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @antv/x6 [2.1.5](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-13)


### Bug Fixes

* update group even group is empty ([#3117](https://github.com/antvis/x6/issues/3117)) ([6abd068](https://github.com/antvis/x6/commit/6abd0683eab22eb0fa1a4702642ab76b91320694))

## @antv/x6 [2.1.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-03)


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.1.4",
"version": "2.1.5",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions sites/x6-sites/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @antv/x6-sites [1.3.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-13)


### Bug Fixes

* change dragging container options ([#3139](https://github.com/antvis/x6/issues/3139)) ([7b091f3](https://github.com/antvis/x6/commit/7b091f35dee147c5e7bf97577e14e11ceb7e8e3d))
* update group even group is empty ([#3117](https://github.com/antvis/x6/issues/3117)) ([6abd068](https://github.com/antvis/x6/commit/6abd0683eab22eb0fa1a4702642ab76b91320694))

## @antv/x6-sites [1.3.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-03)


Expand Down
2 changes: 1 addition & 1 deletion sites/x6-sites/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-sites",
"version": "2.0.0",
"version": "1.3.2",
"description": "X6 sites deployed on gh-pages",
"scripts": {
"dev": "dumi dev",
Expand Down

0 comments on commit 604c848

Please sign in to comment.