From f94ab16b12ef6afd3915f905b034d42d66cac403 Mon Sep 17 00:00:00 2001 From: x6-bot Date: Tue, 12 Oct 2021 12:49:04 +0000 Subject: [PATCH] chore(release): @antv/x6-sites-demos@1.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # @antv/x6-sites-demos [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.1.4...@antv/x6-sites-demos@1.2.0) (2021-10-12) ### Bug Fixes * 🐛 update x6-react-shape version ([#1425](https://github.com/antvis/x6/issues/1425)) ([65e6923](https://github.com/antvis/x6/commit/65e6923b99d48641542203b549d5703a6a1f4be3)) ### Features * ✨ add cell-editor tool ([#1202](https://github.com/antvis/x6/issues/1202)) ([2286097](https://github.com/antvis/x6/commit/228609783e1b3a3ff579ce9d38cf2e70dacd4931)) ### Dependencies * **@antv/x6-react-shape:** upgraded to 1.5.1 * **@antv/x6-sites-demos-helper:** upgraded to 1.2.2 --- sites/x6-sites-demos/CHANGELOG.md | 21 +++++++++++++++++++++ sites/x6-sites-demos/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/sites/x6-sites-demos/CHANGELOG.md b/sites/x6-sites-demos/CHANGELOG.md index a1e3ff84c72..032f3ef10a6 100644 --- a/sites/x6-sites-demos/CHANGELOG.md +++ b/sites/x6-sites-demos/CHANGELOG.md @@ -1,3 +1,24 @@ +# @antv/x6-sites-demos [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.1.4...@antv/x6-sites-demos@1.2.0) (2021-10-12) + + +### Bug Fixes + +* 🐛 update x6-react-shape version ([#1425](https://github.com/antvis/x6/issues/1425)) ([65e6923](https://github.com/antvis/x6/commit/65e6923b99d48641542203b549d5703a6a1f4be3)) + + +### Features + +* ✨ add cell-editor tool ([#1202](https://github.com/antvis/x6/issues/1202)) ([2286097](https://github.com/antvis/x6/commit/228609783e1b3a3ff579ce9d38cf2e70dacd4931)) + + + + + +### Dependencies + +* **@antv/x6-react-shape:** upgraded to 1.5.1 +* **@antv/x6-sites-demos-helper:** upgraded to 1.2.2 + # @antv/x6-sites-demos [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.1.4...@antv/x6-sites-demos@1.2.0) (2021-10-08) diff --git a/sites/x6-sites-demos/package.json b/sites/x6-sites-demos/package.json index f6afbde5ee6..c19dd35d436 100644 --- a/sites/x6-sites-demos/package.json +++ b/sites/x6-sites-demos/package.json @@ -17,7 +17,7 @@ "@antv/layout": "^0.1.9", "@antv/x6": "^1.28.1", "@antv/x6-react-components": "^1.1.14", - "@antv/x6-react-shape": "^1.4.6", + "@antv/x6-react-shape": "^1.5.1", "@antv/x6-sites-demos-helper": "^1.2.2", "@types/d3-sankey": "^0.11.1", "@types/highlight.js": "^9.12.4",