Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and xyy94813 committed Sep 21, 2023
1 parent bc58cd7 commit 30d93fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4.0](https://github.com/xyy94813/amap-react-components/compare/v0.3.0...v0.4.0) (2023-09-21)


### Features

* 新增组件 AMapPolygonEditor ([a686580](https://github.com/xyy94813/amap-react-components/commit/a6865800879e174d4250d86026c81f2059c29365))


### Bug Fixes

* 组件 AMapEllipse 异步加载了错误的插件 ([c6edeee](https://github.com/xyy94813/amap-react-components/commit/c6edeee120adaefa79f74e3a4d14c8b907c28e6f))

## [0.3.0](https://github.com/xyy94813/amap-react-components/compare/v0.2.1...v0.3.0) (2023-07-20)


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.3.0",
"version": "0.4.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 30d93fb

Please sign in to comment.