Skip to content

Commit

Permalink
chore(release): @antv/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## @antv/x6-sites [1.7.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2020-12-18)

### Bug Fixes

* 🐛 take the stroke-width into account when calc connection point ([b21cac6](antvis@9a8cb11))

### Dependencies

* **@antv/x6:** upgraded to 1.5.2
* **@antv/x6-react-shape:** upgraded to 1.1.34
  • Loading branch information
x6-bot committed Dec 18, 2020
1 parent 1bf3563 commit c9de4be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions sites/x6-sites/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @antv/x6-sites [1.7.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2020-12-18)


### Bug Fixes

* 🐛 take the stroke-width into account when calc connection point ([b21cac6](https://github.com/antvis/x6/commit/b21cac6968a548cad17c185a4219f24d135eaa8a))





### Dependencies

* **@antv/x6:** upgraded to 1.5.2
* **@antv/x6-react-shape:** upgraded to 1.1.34

## @antv/x6-sites [1.7.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2020-12-17)


Expand Down
6 changes: 3 additions & 3 deletions sites/x6-sites/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-sites",
"version": "1.7.1",
"version": "1.7.2",
"description": "X6 sites deployed on gh-pages",
"scripts": {
"clean": "gatsby clean",
Expand All @@ -16,9 +16,9 @@
],
"dependencies": {
"@antv/gatsby-theme-antv": "^1.0.3",
"@antv/x6": "^1.5.1",
"@antv/x6": "^1.5.2",
"@antv/x6-react-components": "^1.0.2",
"@antv/x6-react-shape": "^1.1.33",
"@antv/x6-react-shape": "^1.1.34",
"antd": "^4.4.2",
"express": "^4.17.1",
"gatsby": "^2.24.2",
Expand Down

0 comments on commit c9de4be

Please sign in to comment.