Skip to content

Commit 8d267c0

Browse files
chore(internal): add ACH to special tokens to preserve capitalization (#11368)
* chore: add ACH to special tokens to preserve capitalization Co-Authored-By: [email protected] <[email protected]> * chore(internal): add version entry for ACH special token Co-Authored-By: [email protected] <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 1afe186 commit 8d267c0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

packages/cli/cli/versions.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2+
- version: 3.30.4
3+
changelogEntry:
4+
- summary: |
5+
Add ACH to special tokens list to preserve capitalization in docs sidebar navigation.
6+
type: chore
7+
createdAt: "2025-12-22"
8+
irVersion: 62
9+
210
- version: 3.30.3
311
changelogEntry:
412
- summary: |

packages/commons/core-utils/src/titleCase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export const SPECIAL_TOKENS = [
158158
"MV",
159159

160160
// finance
161+
"ACH",
161162
"USD",
162163
"EUR",
163164
"GBP",

0 commit comments

Comments
 (0)