Skip to content

Commit

Permalink
chore(release): release 2 packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
x6-bot[bot] committed Jan 17, 2023
1 parent 90dad14 commit 1a5f165
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/x6-example-features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @antv/x6-example-features [2.0.2](https://github.com/antvis/X6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-17)


### Bug Fixes

* **mindmap demo:** can not find target id when create edge ([#3144](https://github.com/antvis/X6/issues/3144)) ([bfc8d7f](https://github.com/antvis/X6/commit/bfc8d7f17ac900f70b696c1fa7a3f3f3a389103f))

## @antv/x6-example-features [2.0.1](https://github.com/antvis/X6/compare/@antv/[email protected]...@antv/[email protected]) (2022-12-16)


Expand Down
2 changes: 1 addition & 1 deletion examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-features",
"version": "2.0.1",
"version": "2.0.2",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand Down
7 changes: 7 additions & 0 deletions packages/x6-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @antv/x6-react-components [2.0.6](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-17)


### Bug Fixes

* stop propagation when click menu item ([#3147](https://github.com/antvis/x6/issues/3147)) ([90dad14](https://github.com/antvis/x6/commit/90dad14d7e1ad8639b80b215596c8f4bad7b00ed))

## @antv/x6-react-components [2.0.5](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.5",
"version": "2.0.6",
"description": "React components for building x6 editors",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 1a5f165

Please sign in to comment.