Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/metamask-design-system",
"version": "2.0.0",
"version": "3.0.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Create release branch updates the major version of the repo for every release

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is this really the third release of this monorepo...?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, we haven't done many releases. We're getting questions about the migration and implementation of Tailwind in the extension, so we're working through some POCs and migration scripts based on that.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Oh ok. Well that tells me that everything has been working well so far :)

"private": true,
"description": "The MetaMask Design System monorepo",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/design-system-tailwind-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/metamask-design-system/
## [0.1.0]

### Added

- Initial release.
Comment on lines +10 to +14
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Intial release of the tailwind preset that we can use in the portfolio to easily align with future updates of the design tokens


[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-tailwind-preset@0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/metamask-design-system/releases/tag/@metamask/design-system-tailwind-preset@0.1.0
2 changes: 1 addition & 1 deletion packages/design-system-tailwind-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/design-system-tailwind-preset",
"version": "0.0.0",
"version": "0.1.0",
"description": "Design System Tailwind CSS preset for MetaMask projects",
"keywords": [
"MetaMask",
Expand Down
10 changes: 9 additions & 1 deletion packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.0]

### Changed

- 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))
- 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))

## [5.0.0]

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

- Initial release.

[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@5.1.0...HEAD
[5.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@5.0.0...@metamask/design-tokens@5.1.0
[5.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.2.0...@metamask/design-tokens@5.0.0
[4.2.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.1.0...@metamask/design-tokens@4.2.0
[4.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.0.0...@metamask/design-tokens@4.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/design-tokens",
"version": "5.0.0",
"version": "5.1.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

As these are just color value updates and no changes to design token api we can bump it to a minor version

"description": "Design tokens to be used throughout MetaMask products",
"keywords": [
"MetaMask",
Expand Down