Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Aug 27, 2024
1 parent 347934c commit 7112067
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.5.0](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.3.5...v2.5.0) (2024-08-27)


### ✏️ Documentation | 文档

* fix sidebar display width ([b16f4ba](https://github.com/yue1123/vue3-baidu-map-gl/commit/b16f4baef7dbcb7c052c32ad87f3c98c0d17e22e))


### ✨ Features | 新功能

* 优化插件使用体验, 内置支持 BMapGlLib 相关内容 ([9ea6053](https://github.com/yue1123/vue3-baidu-map-gl/commit/9ea605346fc9a555d03b9af0edc0e9d23e2ff747))
* **BDistrictLayer:** add stroke-opacity and stroke-weight props ([9a34d5b](https://github.com/yue1123/vue3-baidu-map-gl/commit/9a34d5b1fb488b349a978c5264bd841cbe477544)), closes [#79](https://github.com/yue1123/vue3-baidu-map-gl/issues/79)

## [2.4.0](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.3.5...v2.4.0) (2024-08-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3-baidu-map-gl",
"description": "A Vue 3 baidu map gl Component Library. ",
"version": "2.4.0",
"version": "2.5.0",
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down

0 comments on commit 7112067

Please sign in to comment.