From 64de4a99c739ed594db90534b89c6185ad1e0f35 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 19:48:37 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [@opentripplanner/location-field-v3.0.0](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/location-field-v2.0.24...@opentripplanner/location-field-v3.0.0) (2024-09-24) * Remove floating UI (#26) ([7426879](https://github.com/opentripplanner/otp-ui/commit/7426879ae7d3b707a85aae576970d74207bd7755)), closes [#26](https://github.com/opentripplanner/otp-ui/issues/26) ### BREAKING CHANGES * removes mode subsettings panel Co-authored-by: Daniel Heppner Co-authored-by: Amy Corson <115499534+amy-corson-ibigroup@users.noreply.github.com> --- packages/location-field/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location-field/package.json b/packages/location-field/package.json index 050ceecca..1240cf331 100644 --- a/packages/location-field/package.json +++ b/packages/location-field/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/location-field", - "version": "2.0.24", + "version": "3.0.0", "description": "A component for display and finding a location", "main": "lib/index.js", "module": "esm/index.js",