From 9af9bbdaa3af06f059f41244031427f346397109 Mon Sep 17 00:00:00 2001 From: x6-bot Date: Thu, 13 Jan 2022 13:54:22 +0000 Subject: [PATCH] chore(release): @antv/x6-sites@1.4.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## @antv/x6-sites [1.4.2](https://github.com/antvis/x6/compare/@antv/x6-sites@1.4.1...@antv/x6-sites@1.4.2) (2022-01-13) ### Bug Fixes * 🐛 add updateCellId api ([#1739](https://github.com/antvis/x6/issues/1739)) ([78cdb3b](https://github.com/antvis/x6/commit/78cdb3bd56e7655ffcb2e5046d00f5d4f932cd3c)) * 🐛 release x6 v1.28.2 ([#1654](https://github.com/antvis/x6/issues/1654)) ([745b90a](https://github.com/antvis/x6/commit/745b90ac94dbbd9443ecf1456e6a5aa9eb646594)) ### Dependencies * **@antv/x6:** upgraded to 1.29.6 --- sites/x6-sites/CHANGELOG.md | 16 ++++++++++++++++ sites/x6-sites/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/sites/x6-sites/CHANGELOG.md b/sites/x6-sites/CHANGELOG.md index 90c0dc31d2e..c6b33f536b3 100644 --- a/sites/x6-sites/CHANGELOG.md +++ b/sites/x6-sites/CHANGELOG.md @@ -1,3 +1,19 @@ +## @antv/x6-sites [1.4.2](https://github.com/antvis/x6/compare/@antv/x6-sites@1.4.1...@antv/x6-sites@1.4.2) (2022-01-13) + + +### Bug Fixes + +* 🐛 add updateCellId api ([#1739](https://github.com/antvis/x6/issues/1739)) ([78cdb3b](https://github.com/antvis/x6/commit/78cdb3bd56e7655ffcb2e5046d00f5d4f932cd3c)) +* 🐛 release x6 v1.28.2 ([#1654](https://github.com/antvis/x6/issues/1654)) ([745b90a](https://github.com/antvis/x6/commit/745b90ac94dbbd9443ecf1456e6a5aa9eb646594)) + + + + + +### Dependencies + +* **@antv/x6:** upgraded to 1.29.6 + ## @antv/x6-sites [1.4.2](https://github.com/antvis/x6/compare/@antv/x6-sites@1.4.1...@antv/x6-sites@1.4.2) (2022-01-12) diff --git a/sites/x6-sites/package.json b/sites/x6-sites/package.json index d34cb665929..72eff1a7e6c 100644 --- a/sites/x6-sites/package.json +++ b/sites/x6-sites/package.json @@ -18,7 +18,7 @@ "@antv/gatsby-theme-antv": "^1.1.13", "@antv/hierarchy": "^0.6.6", "@antv/layout": "^0.1.9", - "@antv/x6": "^1.29.5", + "@antv/x6": "^1.29.6", "@antv/x6-react-components": "^1.1.16", "@antv/x6-react-shape": "^1.6.0", "antd": "^4.4.2",