Skip to content

Commit d51f50a

Browse files
chore(release): v1.9.0 [skip ci]
# [1.9.0](v1.8.1...v1.9.0) (2025-06-18) ### Bug Fixes * 修复 Popup 设置 lngLat 不生效 ([13ae2f3](13ae2f3)) ### Features * add Popup component ([e5f4ea2](e5f4ea2)) * mapbox 升级相关更改 ([9985975](9985975))
1 parent 13ae2f3 commit d51f50a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.9.0](https://github.com/pansyjs/react-mapbox-gl/compare/v1.8.1...v1.9.0) (2025-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复 Popup 设置 lngLat 不生效 ([13ae2f3](https://github.com/pansyjs/react-mapbox-gl/commit/13ae2f3ac5fb15f01b7d1d996a9d7348d991b531))
7+
8+
9+
### Features
10+
11+
* add Popup component ([e5f4ea2](https://github.com/pansyjs/react-mapbox-gl/commit/e5f4ea2fb6708981014552c960bd2f7060487c52))
12+
* mapbox 升级相关更改 ([9985975](https://github.com/pansyjs/react-mapbox-gl/commit/998597569ffc736889e8322b03b50e8322491850))
13+
114
## [1.8.1](https://github.com/pansyjs/react-mapbox-gl/compare/v1.8.0...v1.8.1) (2024-03-30)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-mapbox-gl",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "🌍 基于 Mapbox GL 封装的 React 组件库",
55
"repository": "[email protected]:pansyjs/react-mapbox-gl.git",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)