From d2eac654989137f013e201a728b4f0455b514a28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Sep 2024 18:23:56 +0000 Subject: [PATCH] chore(release): 2.3.10 [skip ci] # [@asu/app-rfi-v2.3.10](https://github.com/asu/asu-unity-stack/compare/@asu/app-rfi-v2.3.9...@asu/app-rfi-v2.3.10) (2024-09-04) ### Bug Fixes * **app-rfi:** Update Military to radio button ([311f872](https://github.com/asu/asu-unity-stack/commit/311f872c0ec809f33a89a8ec1cdb0a8a2720cc28)) * **app-rfi:** update plan title to use market description ([72be88b](https://github.com/asu/asu-unity-stack/commit/72be88bbc7d500a940e9480e75d57de3a46f5833)) --- packages/app-rfi/CHANGELOG.md | 8 ++++++++ packages/app-rfi/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/app-rfi/CHANGELOG.md b/packages/app-rfi/CHANGELOG.md index 90055185ca..86e5304874 100644 --- a/packages/app-rfi/CHANGELOG.md +++ b/packages/app-rfi/CHANGELOG.md @@ -1,3 +1,11 @@ +# [@asu/app-rfi-v2.3.10](https://github.com/asu/asu-unity-stack/compare/@asu/app-rfi-v2.3.9...@asu/app-rfi-v2.3.10) (2024-09-04) + + +### Bug Fixes + +* **app-rfi:** Update Military to radio button ([311f872](https://github.com/asu/asu-unity-stack/commit/311f872c0ec809f33a89a8ec1cdb0a8a2720cc28)) +* **app-rfi:** update plan title to use market description ([72be88b](https://github.com/asu/asu-unity-stack/commit/72be88bbc7d500a940e9480e75d57de3a46f5833)) + # [@asu/app-rfi-v2.3.9](https://github.com/asu/asu-unity-stack/compare/@asu/app-rfi-v2.3.8...@asu/app-rfi-v2.3.9) (2024-07-10) diff --git a/packages/app-rfi/package.json b/packages/app-rfi/package.json index 9a6783ad99..334260d29a 100644 --- a/packages/app-rfi/package.json +++ b/packages/app-rfi/package.json @@ -1,6 +1,6 @@ { "name": "@asu/app-rfi", - "version": "2.3.9", + "version": "2.3.10", "description": "ASU Request For Information (RFI) form", "main": "./dist/appRfi.cjs.js", "browser": "./dist/appRfi.umd.js",