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
Prev Previous commit
chore: removing dev deps
  • Loading branch information
georgewrmarshall committed Dec 9, 2025
commit 9a90311bc53a1d42f0f9d13a41206f07db83c4a9
1 change: 0 additions & 1 deletion packages/design-system-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- If manually referencing font file paths in custom code, update all references to use hyphenated file names instead of space-separated names
- Android is unaffected by this change
- Updated `@metamask/utils` peer dependency from 11.8.0 to 11.8.1 ([#838](https://github.com/MetaMask/metamask-design-system/pull/838))
- Updated `@metamask/eslint-config-typescript` dev dependency from 14.1.0 to 15.0.0 ([#856](https://github.com/MetaMask/metamask-design-system/pull/856))

### Fixed

Expand Down
1 change: 0 additions & 1 deletion packages/design-system-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated `@metamask/utils` peer dependency from 11.8.0 to 11.8.1 ([#838](https://github.com/MetaMask/metamask-design-system/pull/838))
- No breaking changes; safe to upgrade

## [0.5.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/design-system-twrnc-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Font family names changed: `"Geist Regular"` → `"Geist-Regular"`, `"Geist Medium"` → `"Geist-Medium"`, `"Geist Bold"` → `"Geist-Bold"`
- Fixes critical font loading issues on iOS when using Metro bundler with expo-font
- If using TWRNC preset via `@metamask/design-system-react-native` components, fonts automatically use correct names with no migration needed
- If directly referencing font families in custom TWRNC styles (e.g., `tw\`font-['Geist_Regular']\``), update to hyphenated names (e.g., `tw\`font-['Geist-Regular']\``)
- If directly referencing font families in custom TWRNC styles, update to hyphenated names (e.g., tw`font-['Geist-Regular']` instead of tw`font-['Geist_Regular']`)
- Android is unaffected by this change
- Aligns with MetaMask Mobile's font configuration and expo-font requirements

Expand Down
Loading