From dc9c14eb538553198d2b5a55e72495d0af653ce0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 16:29:11 +0000 Subject: [PATCH] chore(release): 11.4.5 [skip ci] # [@opentripplanner/core-utils-v11.4.5](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/core-utils-v11.4.4...@opentripplanner/core-utils-v11.4.5) (2024-09-16) ### Bug Fixes * `isFlex` truthy more of the time ([13ad822](https://github.com/opentripplanner/otp-ui/commit/13ad822b624d87a938f8cb0e4959f2a2f2ce4a2b)) --- 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 a6cdeaf1e..f9b3c18ef 100644 --- a/packages/core-utils/package.json +++ b/packages/core-utils/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/core-utils", - "version": "11.4.4", + "version": "11.4.5", "description": "Core functionality that is shared among numerous UI components", "engines": { "node": ">=13"