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 [1.5.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-05-31)

### Bug Fixes

* 🐛 add updateCellId api ([#1739](#1739)) ([78cdb3b](78cdb3b))
* 🐛 not create label when text is empty ([#1783](#1783)) ([ed1fcd1](ed1fcd1))
* 🐛 release x6 v1.28.2 ([#1654](#1654)) ([745b90a](745b90a))

### Features

* ✨ add insertPort api ([#1763](#1763)) ([6809dba](6809dba))
* vue3支持使用useTeleport ([#2078](#2078)) ([b8c2175](b8c2175))

### Dependencies

* **@antv/x6:** upgraded to 1.32.3
  • Loading branch information
x6-bot committed May 31, 2022
1 parent d63f260 commit 817d08f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions sites/x6-sites/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# @antv/x6-sites [1.5.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-05-31)


### Bug Fixes

* 🐛 add updateCellId api ([#1739](https://github.com/antvis/x6/issues/1739)) ([78cdb3b](https://github.com/antvis/x6/commit/78cdb3bd56e7655ffcb2e5046d00f5d4f932cd3c))
* 🐛 not create label when text is empty ([#1783](https://github.com/antvis/x6/issues/1783)) ([ed1fcd1](https://github.com/antvis/x6/commit/ed1fcd1f26601150d1b7913b8eaaf329a958af53))
* 🐛 release x6 v1.28.2 ([#1654](https://github.com/antvis/x6/issues/1654)) ([745b90a](https://github.com/antvis/x6/commit/745b90ac94dbbd9443ecf1456e6a5aa9eb646594))


### Features

* ✨ add insertPort api ([#1763](https://github.com/antvis/x6/issues/1763)) ([6809dba](https://github.com/antvis/x6/commit/6809dba2d86308d0b315d0c6164f91d80e8a40ff))
* vue3支持使用useTeleport ([#2078](https://github.com/antvis/x6/issues/2078)) ([b8c2175](https://github.com/antvis/x6/commit/b8c217572a696a11fc0fbad7050fffb34ab6c3af))





### Dependencies

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

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


Expand Down
2 changes: 1 addition & 1 deletion sites/x6-sites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@antv/gatsby-theme-antv": "^1.1.13",
"@antv/hierarchy": "^0.6.6",
"@antv/layout": "^0.1.9",
"@antv/x6": "^1.32.2",
"@antv/x6": "^1.32.3",
"@antv/x6-react-components": "^1.1.16",
"@antv/x6-react-shape": "^1.6.0",
"antd": "^4.4.2",
Expand Down

0 comments on commit 817d08f

Please sign in to comment.