From 130357c87c385b518d6a104b916f850d4efb4b4d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Oct 2023 22:02:18 +0000 Subject: [PATCH] chore(release): 5.2.0-alpha.1 [skip ci] # [@opentripplanner/stops-overlay-v5.2.0-alpha.1](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/stops-overlay-v5.1.3-alpha.2...@opentripplanner/stops-overlay-v5.2.0-alpha.1) (2023-10-24) ### Features * **stops-overlay:** add highlighted stop support ([69f64ae](https://github.com/opentripplanner/otp-ui/commit/69f64aebe68da44d79b27ca1e665e75debd582fa)) --- 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 380611493..3a677e762 100644 --- a/packages/stops-overlay/package.json +++ b/packages/stops-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/stops-overlay", - "version": "5.1.3-alpha.2", + "version": "5.2.0-alpha.1", "description": "A map overlay to show transit stops", "main": "lib/index.js", "module": "esm/index.js",