Skip to content

Commit d14c529

Browse files
Release/3.0.0 (#476)
## **Description** This release includes: 1. Monorepo version bump to 3.0.0 2. Initial release of `@metamask/design-system-tailwind-preset` at v0.1.0 (beta release) 3. Version bump of `@metamask/design-tokens` to v5.1.0 with brand evolution updates Key changes: - Brand evolution updates including changing blue to "blurple" (#474, #428) - Initial release of the Tailwind preset package - Various dependency and infrastructure updates ## **Related issues** Fixes: - Brand evolution color updates (#474, #428) - Initial Tailwind preset package release ## **Manual testing steps** 1. Check changelog entries align with changes 2. Verify package version bumps: - Root package: 2.0.0 -> 3.0.0 - design-tokens: 5.0.0 -> 5.1.0 - design-system-tailwind-preset: 0.0.0 -> 0.1.0 3. Verify brand evolution color changes are correctly reflected ## **Screenshots/Recordings** N/A - Infrastructure and design token changes ## **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 change
1 parent 8623234 commit d14c529

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
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": "2.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "The MetaMask Design System monorepo",
66
"repository": {

packages/design-system-tailwind-preset/CHANGELOG.md

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

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/
10+
## [0.1.0]
11+
12+
### Added
13+
14+
- Initial release.
15+
16+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
17+
[0.1.0]: https://github.com/MetaMask/metamask-design-system/releases/tag/@metamask/[email protected]

packages/design-system-tailwind-preset/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-system-tailwind-preset",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Design System Tailwind CSS preset for MetaMask projects",
55
"keywords": [
66
"MetaMask",

packages/design-tokens/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.1.0]
11+
12+
### Changed
13+
14+
- chore: Updating brand color blue to brand evolution blurple and theme colors that use blue (e.g. primary and info) ([#474](https://github.com/MetaMask/metamask-design-system/pull/474))
15+
- chore: All brand evolution color updates with the exception of brand color blue and theme colors that use blue (e.g. primary and info) ([#428](https://github.com/MetaMask/metamask-design-system/pull/428))
16+
1017
## [5.0.0]
1118

1219
### Added
@@ -324,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
324331

325332
- Initial release.
326333

327-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
334+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
335+
[5.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
328336
[5.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
329337
[4.2.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
330338
[4.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]

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": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Design tokens to be used throughout MetaMask products",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)