Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Oct 28, 2023
1 parent 95550bb commit b53cde8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.5.0](https://github.com/xyy94813/amap-react-components/compare/v0.4.2...v0.5.0) (2023-10-28)


### Features

* 新增组件 AMapPolygon ([ef8dee9](https://github.com/xyy94813/amap-react-components/commit/ef8dee96087511a06f8881997b7f6996b38c263e))
* 新增组件 AMapPolyline ([dd292de](https://github.com/xyy94813/amap-react-components/commit/dd292deb9b94adff48eb96bb97ccfc9570281ed1))
* 新增组件 AMapPolylineEditor ([19b442b](https://github.com/xyy94813/amap-react-components/commit/19b442b6e31d81e61a1ea9521dd7a3734e7deafc))


### Bug Fixes

* **AMapPolygonEditor:** ts 中无法设置 computeAdsorbPolygons 为 null ([3285e54](https://github.com/xyy94813/amap-react-components/commit/3285e54d557e5c0b3e62ca16ee0ed8ed21337fe5))
* **PolylineEditor:** 类型错误 ([615f627](https://github.com/xyy94813/amap-react-components/commit/615f627dc185cd7527cf996344aab869cc50c0b7))

## [0.4.2](https://github.com/xyy94813/amap-react-components/compare/v0.4.1...v0.4.2) (2023-10-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amap-react-components",
"version": "0.4.2",
"version": "0.5.0",
"description": "AMap Components for react",
"main": "dist/amap-react-components.production.js",
"module": "dist/es/amap-react-components.production.js",
Expand Down

0 comments on commit b53cde8

Please sign in to comment.