-
-
Notifications
You must be signed in to change notification settings - Fork 12
Release/3.0.0 #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/3.0.0 #476
Changes from all commits
2a3d99a
c46e46d
20a7da4
c46cf63
b83ecc4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
| 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", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
|
||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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...?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 :)