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-example-features [1.2.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-04-05)

### Bug Fixes

* 🐛 optimize contextmenu tools ([#1391](#1391)) ([cc01fdf](cc01fdf))
* 🐛 update x6-react-shape version ([#1425](#1425)) ([4208846](4208846))

### Performance Improvements

* ⚡️ add simple config to remove rect and text element ([#1449](#1449)) ([0b5f241](0b5f241))

### Dependencies

* **@antv/x6:** upgraded to 1.31.1
* **@antv/x6-vector:** upgraded to 1.3.1
  • Loading branch information
x6-bot committed Apr 5, 2022
1 parent 45cdd09 commit ea4ea45
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions examples/x6-example-features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## @antv/x6-example-features [1.2.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-04-05)


### Bug Fixes

* 🐛 optimize contextmenu tools ([#1391](https://github.com/antvis/x6/issues/1391)) ([cc01fdf](https://github.com/antvis/x6/commit/cc01fdf208f4fbd283a6ce3d7a106716e8e10300))
* 🐛 update x6-react-shape version ([#1425](https://github.com/antvis/x6/issues/1425)) ([4208846](https://github.com/antvis/x6/commit/4208846337326d8983f1662faa8da67efd8568b4))


### Performance Improvements

* ⚡️ add simple config to remove rect and text element ([#1449](https://github.com/antvis/x6/issues/1449)) ([0b5f241](https://github.com/antvis/x6/commit/0b5f2413f0b907316784149027615ae2d09616a4))





### Dependencies

* **@antv/x6:** upgraded to 1.31.1
* **@antv/x6-vector:** upgraded to 1.3.1

## @antv/x6-example-features [1.2.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-03-23)


Expand Down
4 changes: 2 additions & 2 deletions examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^1.31.0",
"@antv/x6": "^1.31.1",
"@antv/x6-react-components": "^1.1.16",
"@antv/x6-react-shape": "^1.6.0",
"@antv/x6-vector": "^1.3.0",
"@antv/x6-vector": "^1.3.1",
"antd": "^4.4.2",
"classnames": "^2.2.6",
"dagre": "^0.8.5",
Expand Down

0 comments on commit ea4ea45

Please sign in to comment.