Skip to content

Commit 84e8c9a

Browse files
Release/6.0.0 (#530)
## **Description** This PR releases version 6.1.0 of the MetaMask Design System monorepo, specifically updating the @metamask/design-tokens package. The main changes include updating brand colors to match branding and marketing color values. Key changes: 1. Bump @metamask/design-tokens from 6.0.1 to 6.1.0 2. Update monorepo version from 5.0.0 to 6.0.0 3. Update CHANGELOG.md to reflect the new version and changes ## **Related issues** Fixes: N/A (Release PR) ## **Manual testing steps** 1. Pull down the branch 2. Run yarn install to verify package updates 3. Verify the updated brand colors match the expected branding and marketing values 4. Verify the CHANGELOG.md reflects the correct version changes and links ## **Screenshots/Recordings** N/A - Version/documentation updates only ## **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 89774f0 commit 84e8c9a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package.json

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

packages/design-tokens/CHANGELOG.md

+8-1
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.1.0]
11+
12+
### Added
13+
14+
- Updated brand colors to match branding and marketing color values ([#524](https://github.com/MetaMask/metamask-design-system/pull/524))
15+
1016
## [6.0.1]
1117

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

349355
- Initial release.
350356

351-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
357+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
358+
[6.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
352359
[6.0.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
353360
[6.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
354361
[5.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]

packages/design-tokens/package.json

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

0 commit comments

Comments
 (0)