Skip to content

Commit

Permalink
chore(release): v1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2024-01-26)

### Bug Fixes

* **StyleLoadFinish:** 解决样式加载完子组件不渲染 ([dd28301](dd28301))

### Features

* rename StyleLoadFinish to StyleLoaded ([66bca62](66bca62))
  • Loading branch information
semantic-release-bot committed Jan 26, 2024
1 parent 66bca62 commit 7cefd71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/pansyjs/react-mapbox-gl/compare/v1.4.1...v1.5.0) (2024-01-26)


### Bug Fixes

* **StyleLoadFinish:** 解决样式加载完子组件不渲染 ([dd28301](https://github.com/pansyjs/react-mapbox-gl/commit/dd28301e1db41e59a4bec38b4a19ed910ec136ad))


### Features

* rename StyleLoadFinish to StyleLoaded ([66bca62](https://github.com/pansyjs/react-mapbox-gl/commit/66bca62b5d550f44803fe170d0773813e6b75f4a))

## [1.4.1](https://github.com/pansyjs/react-mapbox-gl/compare/v1.4.0...v1.4.1) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/react-mapbox-gl",
"version": "1.4.1",
"version": "1.5.0",
"description": "🌍 基于 Mapbox GL 封装的 React 组件库",
"repository": "[email protected]:pansyjs/react-mapbox-gl.git",
"main": "./lib/index.js",
Expand Down

0 comments on commit 7cefd71

Please sign in to comment.