Compare commits

...

4 Commits

8 changed files with 51 additions and 9 deletions

@ -1,3 +1,10 @@
# @antv/x6-common [1.1.0](https://github.com/antvis/x6/compare/@antv/x6-common@1.0.1...@antv/x6-common@1.1.0) (2022-11-05)
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
## @antv/x6-common [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-common@1.0.0...@antv/x6-common@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-common",
"version": "1.0.1",
"version": "1.1.0",
"description": "Basic toolkit for X6",
"main": "lib/index.js",
"module": "es/index.js",

@ -1,3 +1,13 @@
## @antv/x6-plugin-clipboard [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-clipboard@1.0.1...@antv/x6-plugin-clipboard@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-clipboard [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-clipboard@1.0.0...@antv/x6-plugin-clipboard@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-clipboard",
"version": "1.0.1",
"version": "1.0.2",
"description": "clipboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",

@ -1,3 +1,13 @@
## @antv/x6-plugin-dnd [1.0.2](https://github.com/antvis/x6/compare/@antv/x6-plugin-dnd@1.0.1...@antv/x6-plugin-dnd@1.0.2) (2022-11-05)
### Dependencies
* **@antv/x6:** upgraded to 1.1.0
## @antv/x6-plugin-dnd [1.0.1](https://github.com/antvis/x6/compare/@antv/x6-plugin-dnd@1.0.0...@antv/x6-plugin-dnd@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-dnd",
"version": "1.0.1",
"version": "1.0.2",
"description": "dnd plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
@ -38,10 +38,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"devDependencies": {
"@antv/x6": "1.0.1"
"@antv/x6": "1.1.0"
},
"author": {
"name": "bubkoo",

@ -1,3 +1,18 @@
# @antv/x6 [1.1.0](https://github.com/antvis/x6/compare/@antv/x6@1.0.1...@antv/x6@1.1.0) (2022-11-05)
### Features
* sync some commit from v1 ([#2851](https://github.com/antvis/x6/issues/2851)) ([a772025](https://github.com/antvis/x6/commit/a7720251ff42f2892bff9c3cd5159932322362b1))
### Dependencies
* **@antv/x6-common:** upgraded to 1.1.0
## @antv/x6 [1.0.1](https://github.com/antvis/x6/compare/@antv/x6@1.0.0...@antv/x6@1.0.1) (2022-11-05)

@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.0.1",
"version": "1.1.0",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
"main": "lib/index.js",
"module": "es/index.js",
@ -44,7 +44,7 @@
"pretest": "rss"
},
"dependencies": {
"@antv/x6-common": "1.0.1",
"@antv/x6-common": "1.1.0",
"@antv/x6-geometry": "1.0.1",
"utility-types": "^3.10.0"
},