From d63f26023f1fa03595cdabd9a6cb3024b8fa158d Mon Sep 17 00:00:00 2001 From: x6-bot Date: Tue, 31 May 2022 13:03:50 +0000 Subject: [PATCH] chore(release): @antv/x6-sites-demos@1.2.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## @antv/x6-sites-demos [1.2.1](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.2.0...@antv/x6-sites-demos@1.2.1) (2022-05-31) ### 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.3 --- sites/x6-sites-demos/CHANGELOG.md | 16 ++++++++++++++++ sites/x6-sites-demos/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/sites/x6-sites-demos/CHANGELOG.md b/sites/x6-sites-demos/CHANGELOG.md index d4d6ab5dd0d..95240785f65 100644 --- a/sites/x6-sites-demos/CHANGELOG.md +++ b/sites/x6-sites-demos/CHANGELOG.md @@ -1,3 +1,19 @@ +## @antv/x6-sites-demos [1.2.1](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.2.0...@antv/x6-sites-demos@1.2.1) (2022-05-31) + + +### 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.3 + ## @antv/x6-sites-demos [1.2.1](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.2.0...@antv/x6-sites-demos@1.2.1) (2022-05-17) diff --git a/sites/x6-sites-demos/package.json b/sites/x6-sites-demos/package.json index 56c8b1de330..ec91e3bdb3d 100644 --- a/sites/x6-sites-demos/package.json +++ b/sites/x6-sites-demos/package.json @@ -15,7 +15,7 @@ "dependencies": { "@ant-design/icons": "^4.2.1", "@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", "@antv/x6-sites-demos-helper": "^1.2.2",