From 5661d80229c52256cf9777b15914ffaf409e1499 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 19:50:27 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [@opentripplanner/transitive-overlay-v4.0.0](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/transitive-overlay-v3.0.22...@opentripplanner/transitive-overlay-v4.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/transitive-overlay/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transitive-overlay/package.json b/packages/transitive-overlay/package.json index eeb34a2f4..db1d0e8d8 100644 --- a/packages/transitive-overlay/package.json +++ b/packages/transitive-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/transitive-overlay", - "version": "3.0.22", + "version": "4.0.0", "description": "A map overlay to show an itinerary based on transitive.js", "main": "lib/index.js", "module": "esm/index.js",