Compare commits

..

3 Commits

Author SHA1 Message Date
x6-bot
40d26f87c2 chore(release): @antv/x6-react-shape@2.0.1 [skip ci] 2022-11-24 04:22:12 +00:00
x6-bot
f901d2c149 chore(release): @antv/x6-react-components@2.0.1 [skip ci] 2022-11-24 04:22:09 +00:00
x6-bot
da99354379 chore(release): @antv/x6-plugin-transform@2.1.0 [skip ci] 2022-11-24 04:22:06 +00:00
6 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
# @antv/x6-plugin-transform [2.1.0](https://github.com/antvis/x6/compare/@antv/x6-plugin-transform@2.0.0...@antv/x6-plugin-transform@2.1.0) (2022-11-24)
### Bug Fixes
* add missing script for building style ([e683155](https://github.com/antvis/x6/commit/e68315528a202cbc5a9ad256d168943e001d7116))
### Features
* attach plugin api and events to grpah instance ([#2864](https://github.com/antvis/x6/issues/2864)) ([774f547](https://github.com/antvis/x6/commit/774f547b85522eb2411dca949d36ecfe535503f3))

View File

@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-transform",
"version": "2.0.1",
"version": "2.1.0",
"description": "transform plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",

View File

@@ -0,0 +1 @@
## @antv/x6-react-components [2.0.1](https://github.com/antvis/x6/compare/@antv/x6-react-components@2.0.0...@antv/x6-react-components@2.0.1) (2022-11-24)

View File

@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-components",
"version": "2.0.0",
"version": "2.0.1",
"description": "React components for building x6 editors",
"main": "lib/index.js",
"module": "es/index.js",

View File

@@ -0,0 +1,6 @@
## @antv/x6-react-shape [2.0.1](https://github.com/antvis/x6/compare/@antv/x6-react-shape@2.0.0...@antv/x6-react-shape@2.0.1) (2022-11-24)
### Bug Fixes
* optimize typo for react-shape ([#2870](https://github.com/antvis/x6/issues/2870)) ([86412e2](https://github.com/antvis/x6/commit/86412e23d242347d6ee1c9ccd63a6ccf3caf4c49))

View File

@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-shape",
"version": "2.0.0",
"version": "2.0.1",
"description": "X6 shape for rendering react components.",
"main": "lib/index.js",
"module": "es/index.js",