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-05-16)

### 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.32.1
* **@antv/x6-vector:** upgraded to 1.4.0
  • Loading branch information
x6-bot committed May 16, 2022
1 parent 52b7b51 commit 586eb49
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-05-16)


### 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.32.1
* **@antv/x6-vector:** upgraded to 1.4.0

## @antv/x6-example-features [1.2.3](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-05-14)


Expand Down
4 changes: 2 additions & 2 deletions examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"private": true,
"name": "@antv/x6-example-features",
"version": "1.2.3",
"version": "1.2.2",
"scripts": {
"start": "umi dev",
"build": "umi build",
"lint": "eslint 'src/**/*.{js,ts}?(x)' --fix",
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^1.32.0",
"@antv/x6": "^1.32.1",
"@antv/x6-react-components": "^1.1.16",
"@antv/x6-react-shape": "^1.6.0",
"@antv/x6-vector": "^1.4.0",
Expand Down

0 comments on commit 586eb49

Please sign in to comment.