Skip to content

Commit 072752a

Browse files
Release/5.0.0 (#523)
## **Description** This PR bumps the version to 6.0.1 to release the font family name fix from #522. 1. Reason for change: Release version 6.0.1 with the CentraNo1 font name fix 2. Improvement: - Updates CHANGELOG.md to document the 6.0.1 release - Bumps package versions from 6.0.0 to 6.0.1 - Includes fix from #522 that standardizes CentraNo1 font name without space ## **Related issues** Releases: #522 - Font family name standardization fix ## **Manual testing steps** 1. Use the publish preview release in MetaMask/metamask-extension#31303 2. See font family issue is resolved ## **Screenshots/Recordings** ### **Before** Using `@metamask/design-tokens@v6.0.0` in the extension makes all fonts that use the CSS varibale --font-family-sans fallback to Helvetica Neue <img width="1511" alt="Screenshot 2025-03-27 at 11 38 05 AM" src="https://github.com/user-attachments/assets/cd31f378-7085-4962-87fc-9db953cfdf62" /> ### **After** CentraNo1 displays correctly using the publish preview version <img width="1508" alt="Screenshot 2025-03-27 at 11 41 05 AM" src="https://github.com/user-attachments/assets/5c8f7f1e-dd25-4cd0-ac28-b02bbd983558" /> ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) - [x] I've completed the PR template to the best of my ability - [x] I've included tests if applicable - [x] I've documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I've applied the right labels on the PR ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
1 parent d99528c commit 072752a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/metamask-design-system",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "The MetaMask Design System monorepo",
66
"repository": {

packages/design-tokens/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.1]
11+
12+
### Fixed
13+
14+
- fix: fixing CentraNo1 font name in token by removing space ([#522](https://github.com/MetaMask/metamask-design-system/pull/522))
15+
1016
## [6.0.0]
1117

1218
### Changed
@@ -342,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
342348

343349
- Initial release.
344350

345-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@6.0.0...HEAD
351+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@6.0.1...HEAD
352+
[6.0.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@6.0.0...@metamask/design-tokens@6.0.1
346353
[6.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@5.1.0...@metamask/design-tokens@6.0.0
347354
[5.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@5.0.0...@metamask/design-tokens@5.1.0
348355
[5.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.2.0...@metamask/design-tokens@5.0.0

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/design-tokens",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Design tokens to be used throughout MetaMask products",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)