Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/violet-clubs-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Include `esCR` in the package's exports
Copy link
Member

@alexcarpenter alexcarpenter Jun 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, missed that. Adding.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also files section in package.json.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know if I can go ahead and merge or should I rather leave that to your team.

1 change: 1 addition & 0 deletions packages/localizations/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { deDE } from './de-DE';
export { elGR } from './el-GR';
export { enUS } from './en-US';
export { enGB } from './en-GB';
export { esCR } from './es-CR';
export { esES } from './es-ES';
export { esMX } from './es-MX';
export { esUY } from './es-UY';
Expand Down
Loading