chore(release): @antv/x6-geometry@1.0.0 [skip ci]

# @antv/x6-geometry 1.0.0 (2021-11-11)

### Bug Fixes

* update dependencies and fix type errors ([#1103](https://github.com/antvis/x6/issues/1103)) ([056b862](49d43716ad))

### Features

*  add geometry library ([6502513](dbba32eebc))
* add some getters ([ff0273d](ff0273d119))
* equalPoints ([6a45c90](6a45c9027a))
* rotate rectangle ([88a4fec](88a4fec7d1))
* round with default precision ([aef56f7](aef56f73f0))
This commit is contained in:
x6-bot
2021-11-11 02:15:30 +00:00
parent a73b424efd
commit 24a1c0d6ea
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
# @antv/x6-geometry 1.0.0 (2021-11-11)
### Bug Fixes
* update dependencies and fix type errors ([#1103](https://github.com/antvis/x6/issues/1103)) ([056b862](https://github.com/antvis/x6/commit/056b862b4efe7dbdc559cac7194c2453996acc07))
### Features
* ✨ add geometry library ([6502513](https://github.com/antvis/x6/commit/650251331c07de39da94b1058239d044f02c8aba))
* add some getters ([ff0273d](https://github.com/antvis/x6/commit/ff0273d119afd74b7233649308ba0035c737ca1a))
* equalPoints ([6a45c90](https://github.com/antvis/x6/commit/6a45c9027ab869a05c2f561cb7503078b0117264))
* rotate rectangle ([88a4fec](https://github.com/antvis/x6/commit/88a4fec7d1d3a49b6c1373f0641c8949474d7d83))
* round with default precision ([aef56f7](https://github.com/antvis/x6/commit/aef56f73f0627d620d36d116b74c828fa76c13f2))
## @antv/x6-geometry [1.0.10](https://github.com/antvis/x6/compare/@antv/x6-geometry@1.0.9...@antv/x6-geometry@1.0.10) (2021-10-22)
## @antv/x6-geometry [1.0.10](https://github.com/antvis/x6/compare/@antv/x6-geometry@1.0.9...@antv/x6-geometry@1.0.10) (2021-10-19)

View File

@ -1,5 +1,5 @@
{
"version": "1.0.10",
"version": "1.0.0",
"name": "@antv/x6-geometry",
"description": "Some useful geometry operations.",
"main": "lib/index.js",