Skip to content

Commit

Permalink
chore(release): v1.32.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.32.0](v1.31.0...v1.32.0) (2024-04-12)

### Bug Fixes

* hopefully final fix for leaflet.locatecontrol ([e08e3f2](e08e3f2))
* **lint:** prettier lint ([5f87694](5f87694))
* locate translations / unit of measurement ([704423b](704423b))
* react leaflet locate control fixes ([d01beb0](d01beb0))
* remove useeffect dep ([00d9bfc](00d9bfc))
* semi fix for the leaflet.locatecontrol issue ([4cb5882](4cb5882))
* tutorial crash issue ([4fcc100](4fcc100))
* unnecessary call ([3c983d3](3c983d3))

### Features

* add icon overrides in config for troubleshooting/trolling ([d34b69a](d34b69a))
  • Loading branch information
semantic-release-bot committed Apr 12, 2024
1 parent a9d4d9a commit d270439
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.32.0](https://github.com/WatWowMap/ReactMap/compare/v1.31.0...v1.32.0) (2024-04-12)


### Bug Fixes

* hopefully final fix for leaflet.locatecontrol ([e08e3f2](https://github.com/WatWowMap/ReactMap/commit/e08e3f2cd3c6f219d8b2d6c4c448f6a86f333a1e))
* **lint:** prettier lint ([5f87694](https://github.com/WatWowMap/ReactMap/commit/5f8769481d723d2a7e6040b63c08ba8c96ce99cb))
* locate translations / unit of measurement ([704423b](https://github.com/WatWowMap/ReactMap/commit/704423b46cff627d902c2d2b905497f9bc941469))
* react leaflet locate control fixes ([d01beb0](https://github.com/WatWowMap/ReactMap/commit/d01beb0ab4c1e096fb613f398bc7766970b88258))
* remove useeffect dep ([00d9bfc](https://github.com/WatWowMap/ReactMap/commit/00d9bfc6d662b5bdb825c4af9954ee79ddb19ce6))
* semi fix for the leaflet.locatecontrol issue ([4cb5882](https://github.com/WatWowMap/ReactMap/commit/4cb5882a79bfd7e55a79848d03f5d3a6ef6a55c4))
* tutorial crash issue ([4fcc100](https://github.com/WatWowMap/ReactMap/commit/4fcc100cb6532aa55536bb41b87c60efd8fa8f46))
* unnecessary call ([3c983d3](https://github.com/WatWowMap/ReactMap/commit/3c983d370e292e6cfd3b7b79f7acdeb76a39a4ed))


### Features

* add icon overrides in config for troubleshooting/trolling ([d34b69a](https://github.com/WatWowMap/ReactMap/commit/d34b69a444aae78cc7c8818a5c0a6ad3254a90af))

# [1.31.0](https://github.com/WatWowMap/ReactMap/compare/v1.30.0...v1.31.0) (2024-03-17)


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": "reactmap",
"version": "1.31.0",
"version": "1.32.0",
"private": true,
"description": "React based frontend map.",
"license": "MIT",
Expand Down

0 comments on commit d270439

Please sign in to comment.