From 5c40374950274b2881dbfcf26703c1b9bec53bb4 Mon Sep 17 00:00:00 2001 From: Jaalah Ramos Date: Tue, 25 Feb 2025 13:05:13 -0500 Subject: [PATCH 1/3] fix: unable to save non-US billing contact info without tax id --- packages/manager/CHANGELOG.md | 8 +++++++- packages/manager/package.json | 2 +- .../UpdateContactInformationForm.tsx | 5 +---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/packages/manager/CHANGELOG.md b/packages/manager/CHANGELOG.md index d05d7c210e0..100e5a0ca72 100644 --- a/packages/manager/CHANGELOG.md +++ b/packages/manager/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2025-02-25] - v1.137.1 +### Fixed: + +- Unable to save non-US billing contact information without tax id + + ## [2025-02-25] - v1.137.0 @@ -15,7 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Changed: -- Introduce 2025 CDS redesign ([#11465](https://github.com/linode/manager/pull/11465)) +- Introduce 2025 CDS redesign ([#11465](https://github.com/linode/manager/pull/11465)) - Improve Syntax Highlighting ([#11611](https://github.com/linode/manager/pull/11611)) - Clarify OAuth setup instructions in Getting Started README ([#11622](https://github.com/linode/manager/pull/11622)) - Replace `Box` elements with `` for better accessibility and add `aria-label`s in the KubeConfigDisplay ([#11648](https://github.com/linode/manager/pull/11648)) diff --git a/packages/manager/package.json b/packages/manager/package.json index 311cb9ada31..0ccb21757a3 100644 --- a/packages/manager/package.json +++ b/packages/manager/package.json @@ -2,7 +2,7 @@ "name": "linode-manager", "author": "Linode", "description": "The Linode Manager website", - "version": "1.137.0", + "version": "1.137.1", "private": true, "type": "module", "bugs": { diff --git a/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/UpdateContactInformationForm/UpdateContactInformationForm.tsx b/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/UpdateContactInformationForm/UpdateContactInformationForm.tsx index c2599aaf191..ab564bce546 100644 --- a/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/UpdateContactInformationForm/UpdateContactInformationForm.tsx +++ b/packages/manager/src/features/Billing/BillingPanels/ContactInfoPanel/UpdateContactInformationForm/UpdateContactInformationForm.tsx @@ -449,10 +449,7 @@ const UpdateContactInformationForm = ({ focusEmail, onClose }: Props) => { Date: Tue, 25 Feb 2025 13:11:27 -0500 Subject: [PATCH 2/3] Update changelog --- packages/manager/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/manager/CHANGELOG.md b/packages/manager/CHANGELOG.md index 100e5a0ca72..e30421dabb3 100644 --- a/packages/manager/CHANGELOG.md +++ b/packages/manager/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [2025-02-25] - v1.137.1 ### Fixed: -- Unable to save non-US billing contact information without tax id +- Unable to save non-US billing contact information without tax id ([#11725](https://github.com/linode/manager/pull/11725)) ## [2025-02-25] - v1.137.0 From 07fa6828f247c72e449817603ff76477ea633e31 Mon Sep 17 00:00:00 2001 From: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:52:00 -0500 Subject: [PATCH 3/3] Update packages/manager/CHANGELOG.md Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com> --- packages/manager/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/manager/CHANGELOG.md b/packages/manager/CHANGELOG.md index e30421dabb3..867ad0a063e 100644 --- a/packages/manager/CHANGELOG.md +++ b/packages/manager/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [2025-02-25] - v1.137.1 + ### Fixed: - Unable to save non-US billing contact information without tax id ([#11725](https://github.com/linode/manager/pull/11725))