From 260f6a879717154cbf8f537609172ce55391ebd4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 19:49:02 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [@opentripplanner/trip-form-v4.0.0](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/trip-form-v3.6.4...@opentripplanner/trip-form-v4.0.0) (2024-09-24) ### Bug Fixes * remove unused translation strings ([da4c8a2](https://github.com/opentripplanner/otp-ui/commit/da4c8a2c2fc5a9629806801b2f254f756d9e7cf8)) * **trip-form:** add classNames to advanced mode buttons ([bea6c49](https://github.com/opentripplanner/otp-ui/commit/bea6c49fb0a506582ab9fa7794b71a2357e9946b)) * **trip-form:** add cursor styling to mode button ([154a6bc](https://github.com/opentripplanner/otp-ui/commit/154a6bc205be99008eb42a26ca074925bde6ddc0)) * **trip-form:** clean up styling + pass props ([1564638](https://github.com/opentripplanner/otp-ui/commit/156463807e3d9dd7d24b918a74edab6868605ad7)) * **trip-form:** remove max-width on wide mode buttons ([a2f34cc](https://github.com/opentripplanner/otp-ui/commit/a2f34cc5e0e6bd0aee4d7e2c4bba3b2390c8ca0d)) * **trip-form:** styling fixes ([7c4e5dd](https://github.com/opentripplanner/otp-ui/commit/7c4e5dd5a52174d6fad6a93292c986ac058e83d4)) * **trip-form:** update input focus states ([3c4ff04](https://github.com/opentripplanner/otp-ui/commit/3c4ff0435690358afd459ca255aa165d28140d9d)) * Remove floating UI (#26) ([7426879](https://github.com/opentripplanner/otp-ui/commit/7426879ae7d3b707a85aae576970d74207bd7755)), closes [#26](https://github.com/opentripplanner/otp-ui/issues/26) ### Features * **trip-form:** create mode subsettings container and button ([98ee788](https://github.com/opentripplanner/otp-ui/commit/98ee788a6ae49c0a9c712a01bf835dfd209eb60d)) ### 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/trip-form/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/trip-form/package.json b/packages/trip-form/package.json index a66c7a8f4..454f7b09a 100644 --- a/packages/trip-form/package.json +++ b/packages/trip-form/package.json @@ -1,6 +1,6 @@ { "name": "@opentripplanner/trip-form", - "version": "3.6.4", + "version": "4.0.0", "description": "Trip Settings Form and Related Components", "author": "@binh-dam-ibigroup", "homepage": "https://github.com/opentripplanner/otp-ui/#readme",