Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Nov 11, 2023
1 parent bfd53eb commit 3786660
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.6.0](https://github.com/xyy94813/amap-react-components/compare/v0.5.0...v0.6.0) (2023-11-11)


### Features

* **AMapMap:** 3D 视图下支持设置 俯仰角度 ([de4c4da](https://github.com/xyy94813/amap-react-components/commit/de4c4da320e102c8e741f48695e7145b1008420c))
* **AMapMap:** 支持设置 3D 视图 ([c878854](https://github.com/xyy94813/amap-react-components/commit/c87885461813eeecfd6ce7018653477a41d7a174))
* **AMapMap:** 自定义地图样式 ([2262565](https://github.com/xyy94813/amap-react-components/commit/2262565257cbebb27aa5c5ff6f018f16fcb367f8))
* **AMapMap:** 自定义设置地图上显示的元素种类 ([32e87ad](https://github.com/xyy94813/amap-react-components/commit/32e87ade5533bde6f5d54aea1fa371b27272e8a1))

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


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.5.0",
"version": "0.6.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 3786660

Please sign in to comment.