chore(release): @antv/x6-sites-demos@1.1.3 [skip ci]

## @antv/x6-sites-demos [1.1.3](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.1.2...@antv/x6-sites-demos@1.1.3) (2021-06-11)

### Bug Fixes

* 🐛 fix lack of deps in demo ([a6232fc](d8b156152e))
* 🐛 update layout version ([a37f640](35abd4a04d))
* add `placeholder` and `notFoundText` for stencil component ([#574](https://github.com/antvis/x6/issues/574)) ([c9100ab](c42464b376)), closes [#555](https://github.com/antvis/x6/issues/555)
* fix demo error in sites ([#641](https://github.com/antvis/x6/issues/641)) ([a8f90b1](029be2eaf0))

### Dependencies

* **@antv/x6:** upgraded to 1.23.7
* **@antv/x6-react-components:** upgraded to 1.1.12
* **@antv/x6-react-shape:** upgraded to 1.4.2
* **@antv/x6-sites-demos-helper:** upgraded to 1.2.1
This commit is contained in:
x6-bot
2021-06-11 07:04:51 +00:00
parent 1a9772a439
commit 503f0c2b51
2 changed files with 25 additions and 4 deletions

View File

@ -1,3 +1,24 @@
## @antv/x6-sites-demos [1.1.3](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.1.2...@antv/x6-sites-demos@1.1.3) (2021-06-11)
### Bug Fixes
* 🐛 fix lack of deps in demo ([a6232fc](https://github.com/antvis/x6/commit/a6232fc35934cb6b31e735af040fb8115813bb12))
* 🐛 update layout version ([a37f640](https://github.com/antvis/x6/commit/a37f640c915e061d2fccc2ce2ae077e27c0bafd2))
* add `placeholder` and `notFoundText` for stencil component ([#574](https://github.com/antvis/x6/issues/574)) ([c9100ab](https://github.com/antvis/x6/commit/c9100abb8576eaf55c5a9b0c5496f63c1796af5a)), closes [#555](https://github.com/antvis/x6/issues/555)
* fix demo error in sites ([#641](https://github.com/antvis/x6/issues/641)) ([a8f90b1](https://github.com/antvis/x6/commit/a8f90b16a953ddb9970f9d6954d541d3f8375869))
### Dependencies
* **@antv/x6:** upgraded to 1.23.7
* **@antv/x6-react-components:** upgraded to 1.1.12
* **@antv/x6-react-shape:** upgraded to 1.4.2
* **@antv/x6-sites-demos-helper:** upgraded to 1.2.1
## @antv/x6-sites-demos [1.1.4](https://github.com/antvis/x6/compare/@antv/x6-sites-demos@1.1.3...@antv/x6-sites-demos@1.1.4) (2021-06-09)

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-sites-demos",
"version": "1.1.4",
"version": "1.1.3",
"workspaces": [
"packages/**/*"
],
@ -15,9 +15,9 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@antv/layout": "^0.1.9",
"@antv/x6": "^1.23.6",
"@antv/x6-react-components": "^1.1.11",
"@antv/x6-react-shape": "^1.4.1",
"@antv/x6": "^1.23.7",
"@antv/x6-react-components": "^1.1.12",
"@antv/x6-react-shape": "^1.4.2",
"@antv/x6-sites-demos-helper": "^1.2.1",
"@types/d3-sankey": "^0.11.1",
"@types/highlight.js": "^9.12.4",