Skip to content

Commit

Permalink
chore(release): 24.0.0-main.5 [skip ci]
Browse files Browse the repository at this point in the history
# [24.0.0-main.5](v24.0.0-main.4...v24.0.0-main.5) (2024-06-03)

### Features

* unify functionality of WfsField and NominatimField into SearchField ([f83539b](f83539b))

### BREAKING CHANGES

* The `WfsField` and `NominatimField` hooks are removed.
Please check the example for `SearchField`.
  • Loading branch information
semantic-release-bot committed Jun 3, 2024
1 parent 8e53d38 commit fefa59f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [24.0.0-main.5](https://github.com/terrestris/react-geo/compare/v24.0.0-main.4...v24.0.0-main.5) (2024-06-03)


### Features

* unify functionality of WfsField and NominatimField into SearchField ([f83539b](https://github.com/terrestris/react-geo/commit/f83539bc7c01265c0fc9a9bdba191c7b25ed8f75))


### BREAKING CHANGES

* The `WfsField` and `NominatimField` hooks are removed.
Please check the example for `SearchField`.

# [24.0.0-main.4](https://github.com/terrestris/react-geo/compare/v24.0.0-main.3...v24.0.0-main.4) (2024-05-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrestris/react-geo",
"version": "24.0.0-main.4",
"version": "24.0.0-main.5",
"description": "A set of geo related modules. To use in combination with react, antd and ol.",
"keywords": [
"react",
Expand Down

0 comments on commit fefa59f

Please sign in to comment.