Skip to content

Commit 88e3b64

Browse files
authored
fix(shared): Remove BillingMoneyAmount type replacement (#7176)
1 parent a940c39 commit 88e3b64

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.changeset/ripe-ants-carry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.typedoc/custom-plugin.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ function getCatchAllReplacements() {
101101
pattern: /(?<![\[\w`])`Appearance`\\<`Theme`\\>/g,
102102
replace: '[`Appearance<Theme>`](/docs/guides/customizing-clerk/appearance-prop/overview)',
103103
},
104-
{
105-
pattern: /(?<![\[\w`])`?BillingMoneyAmount`?(?![\]\w`])/g,
106-
replace: '[`BillingMoneyAmount`](/docs/reference/javascript/types/billing-money-amount)',
107-
},
108104
{
109105
pattern: /\(CreateOrganizationParams\)/g,
110106
replace: '([CreateOrganizationParams](#create-organization-params))',

0 commit comments

Comments
 (0)