From 38f11913c013698e142ac8efb981327a05fb7c68 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 19:49:50 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [@opentripplanner/stop-viewer-overlay-v3.0.0](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/stop-viewer-overlay-v2.0.10...@opentripplanner/stop-viewer-overlay-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/stop-viewer-overlay/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stop-viewer-overlay/package.json b/packages/stop-viewer-overlay/package.json index 3b19897d1..5c1aa9585 100644 --- a/packages/stop-viewer-overlay/package.json +++ b/packages/stop-viewer-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/stop-viewer-overlay", - "version": "2.0.10", + "version": "3.0.0", "description": "A map overlay to show a stop", "main": "lib/index.js", "module": "esm/index.js",