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-01-22)

### Bug Fixes

* 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)

### Dependencies

* **@antv/x6:** upgraded to 1.12.11
* **@antv/x6-react-shape:** upgraded to 1.2.5
This commit is contained in:
x6-bot
2021-01-22 09:53:12 +00:00
parent 6f117a1d2d
commit b354d324e3
2 changed files with 18 additions and 2 deletions

View File

@ -5,6 +5,22 @@
* 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)
### Dependencies
* **@antv/x6:** upgraded to 1.12.11
* **@antv/x6-react-shape:** upgraded to 1.2.5
## @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-01-22)
### Bug Fixes
* 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)
## @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-01-22)

View File

@ -15,9 +15,9 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@antv/layout": "0.0.13",
"@antv/x6": "^1.12.10",
"@antv/x6": "^1.12.11",
"@antv/x6-react-components": "^1.1.1",
"@antv/x6-react-shape": "^1.2.4",
"@antv/x6-react-shape": "^1.2.5",
"@antv/x6-sites-demos-helper": "^1.1.2",
"@types/d3-sankey": "^0.11.1",
"@types/highlight.js": "^9.12.4",