Skip to content

Commit a01d513

Browse files
committed
chore: release v2.0.0 [skip ci]
1 parent c48023d commit a01d513

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/AlejandroRM-DEV/leaflet-editable-hook/compare/1.4.0...2.0.0) (2025-05-20)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* React 19 and React Leaflet 5
8+
9+
### Bug Fixes
10+
11+
* :green_heart: Fix package-lock.json ([c48023d](https://github.com/AlejandroRM-DEV/leaflet-editable-hook/commit/c48023d92f549348a7bfaf7defd026828e97caad))
12+
13+
### Build System
14+
15+
* :boom: React 19 and React Leaflet as peer dependencies ([#14](https://github.com/AlejandroRM-DEV/leaflet-editable-hook/issues/14)) ([15cfb1b](https://github.com/AlejandroRM-DEV/leaflet-editable-hook/commit/15cfb1b39a0015f2ad11b0b4a4edb2cecdaeeb0d))
16+
317
## 1.4.0 (2025-05-20)
418

519
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-editable-hook",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "The purpose of this hook is to provide functionality for editing features on the map, such as drawing polylines, polygons, markers, rectangles, circles, and more.",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)