From fefa59f073f1172ce4df2c735657936af5967156 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jun 2024 14:00:41 +0000 Subject: [PATCH] chore(release): 24.0.0-main.5 [skip ci] # [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`. --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2b1692d..49befc697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index a2156ad83..dd3fc5c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/react-geo", - "version": "24.0.0-main.4", + "version": "24.0.0-main.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@terrestris/react-geo", - "version": "24.0.0-main.4", + "version": "24.0.0-main.5", "license": "BSD-2-Clause", "dependencies": { "@camptocamp/inkmap": "^1.4.0", diff --git a/package.json b/package.json index ba839bd0d..22397a244 100644 --- a/package.json +++ b/package.json @@ -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",