From d6631e0411eadf91526bebb3c77ac71d3056bb7d Mon Sep 17 00:00:00 2001 From: Sarah Soutoul Date: Fri, 7 Nov 2025 10:31:57 -0600 Subject: [PATCH 1/2] Remove BillingMoneyAmount type replacement --- .typedoc/custom-plugin.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.typedoc/custom-plugin.mjs b/.typedoc/custom-plugin.mjs index 8133662ac73..973f71b4b8b 100644 --- a/.typedoc/custom-plugin.mjs +++ b/.typedoc/custom-plugin.mjs @@ -101,10 +101,6 @@ function getCatchAllReplacements() { pattern: /(?/g, replace: '[`Appearance`](/docs/guides/customizing-clerk/appearance-prop/overview)', }, - { - pattern: /(? Date: Fri, 7 Nov 2025 10:35:17 -0600 Subject: [PATCH 2/2] Add changeset --- .changeset/ripe-ants-carry.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/ripe-ants-carry.md diff --git a/.changeset/ripe-ants-carry.md b/.changeset/ripe-ants-carry.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/ripe-ants-carry.md @@ -0,0 +1,2 @@ +--- +---