Skip to content

Commit

Permalink
chore(release): @antv/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## @antv/x6-sites-demos [1.2.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-05-16)

### Bug Fixes

* 🐛 not create label when text is empty ([antvis#1783](antvis#1783)) ([ed1fcd1](antvis@ed1fcd1))
* 🐛 update x6 version ([antvis#1655](antvis#1655)) ([07037be](antvis@07037be))

### Dependencies

* **@antv/x6:** upgraded to 1.32.1
  • Loading branch information
x6-bot committed May 16, 2022
1 parent 12e3e89 commit 5b2020d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions sites/x6-sites-demos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @antv/x6-sites-demos [1.2.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-05-16)


### Bug Fixes

* 🐛 not create label when text is empty ([#1783](https://github.com/antvis/x6/issues/1783)) ([ed1fcd1](https://github.com/antvis/x6/commit/ed1fcd1f26601150d1b7913b8eaaf329a958af53))
* 🐛 update x6 version ([#1655](https://github.com/antvis/x6/issues/1655)) ([07037be](https://github.com/antvis/x6/commit/07037beb59537d0feaa47ac1ab629d8c9b8c3a8b))





### Dependencies

* **@antv/x6:** upgraded to 1.32.1

## @antv/x6-sites-demos [1.2.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-05-14)


Expand Down
4 changes: 2 additions & 2 deletions sites/x6-sites-demos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-sites-demos",
"version": "1.2.2",
"version": "1.2.1",
"workspaces": [
"packages/**/*"
],
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@antv/layout": "^0.1.9",
"@antv/x6": "^1.32.0",
"@antv/x6": "^1.32.1",
"@antv/x6-react-components": "^1.1.16",
"@antv/x6-react-shape": "^1.6.0",
"@antv/x6-sites-demos-helper": "^1.2.2",
Expand Down

0 comments on commit 5b2020d

Please sign in to comment.