From 92e058f3345fb7f12d7e7a58d454879bf3f0fa49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 19:48:06 +0000 Subject: [PATCH] chore(release): 12.0.0 [skip ci] # [@opentripplanner/core-utils-v12.0.0](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/core-utils-v11.5.0...@opentripplanner/core-utils-v12.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/core-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-utils/package.json b/packages/core-utils/package.json index 443839539..a32ab0944 100644 --- a/packages/core-utils/package.json +++ b/packages/core-utils/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/core-utils", - "version": "11.5.0", + "version": "12.0.0", "description": "Core functionality that is shared among numerous UI components", "engines": { "node": ">=13"