diff --git a/packages/manager/CHANGELOG.md b/packages/manager/CHANGELOG.md index d05d7c210e0..867ad0a063e 100644 --- a/packages/manager/CHANGELOG.md +++ b/packages/manager/CHANGELOG.md @@ -4,6 +4,13 @@ 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)) + + ## [2025-02-25] - v1.137.0 @@ -15,7 +22,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) => {