From b552b6c011f7696b3dddda6f9a3780be8aeb7d6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 19:50:42 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [@opentripplanner/stops-overlay-v6.0.0](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/stops-overlay-v5.3.3...@opentripplanner/stops-overlay-v6.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/stops-overlay/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stops-overlay/package.json b/packages/stops-overlay/package.json index e1a39a32f..3b3ce8a69 100644 --- a/packages/stops-overlay/package.json +++ b/packages/stops-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/stops-overlay", - "version": "5.3.3", + "version": "6.0.0", "description": "A map overlay to show transit stops", "main": "lib/index.js", "module": "esm/index.js",