Skip to content

Commit d270439

Browse files
chore(release): v1.32.0 [skip ci]
# [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))
1 parent a9d4d9a commit d270439

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.32.0](https://github.com/WatWowMap/ReactMap/compare/v1.31.0...v1.32.0) (2024-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* hopefully final fix for leaflet.locatecontrol ([e08e3f2](https://github.com/WatWowMap/ReactMap/commit/e08e3f2cd3c6f219d8b2d6c4c448f6a86f333a1e))
7+
* **lint:** prettier lint ([5f87694](https://github.com/WatWowMap/ReactMap/commit/5f8769481d723d2a7e6040b63c08ba8c96ce99cb))
8+
* locate translations / unit of measurement ([704423b](https://github.com/WatWowMap/ReactMap/commit/704423b46cff627d902c2d2b905497f9bc941469))
9+
* react leaflet locate control fixes ([d01beb0](https://github.com/WatWowMap/ReactMap/commit/d01beb0ab4c1e096fb613f398bc7766970b88258))
10+
* remove useeffect dep ([00d9bfc](https://github.com/WatWowMap/ReactMap/commit/00d9bfc6d662b5bdb825c4af9954ee79ddb19ce6))
11+
* semi fix for the leaflet.locatecontrol issue ([4cb5882](https://github.com/WatWowMap/ReactMap/commit/4cb5882a79bfd7e55a79848d03f5d3a6ef6a55c4))
12+
* tutorial crash issue ([4fcc100](https://github.com/WatWowMap/ReactMap/commit/4fcc100cb6532aa55536bb41b87c60efd8fa8f46))
13+
* unnecessary call ([3c983d3](https://github.com/WatWowMap/ReactMap/commit/3c983d370e292e6cfd3b7b79f7acdeb76a39a4ed))
14+
15+
16+
### Features
17+
18+
* add icon overrides in config for troubleshooting/trolling ([d34b69a](https://github.com/WatWowMap/ReactMap/commit/d34b69a444aae78cc7c8818a5c0a6ad3254a90af))
19+
120
# [1.31.0](https://github.com/WatWowMap/ReactMap/compare/v1.30.0...v1.31.0) (2024-03-17)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactmap",
3-
"version": "1.31.0",
3+
"version": "1.32.0",
44
"private": true,
55
"description": "React based frontend map.",
66
"license": "MIT",

0 commit comments

Comments
 (0)