Skip to content

Commit 8981ada

Browse files
Release 1.0.0 (#284)
# Release 1.0.0 ## Description This PR prepares the release of version 1.0.0 of the design system packages. ## Changes - feat: color updates to the design tokens package ([#230](#230)) - `@metamask/design-tokens` package migrated from standalone repository into the design system monorepo ([128](#128)) ## Release Process Checklist - [x] Branch named `release/1.0.0` created - [x] Changelogs updated and validated - [x] Dependencies updated to latest versions (`yarn constraints --fix && yarn && yarn dedupe`) - [x] PR review and testing completed - [x] Ready for "Squash & Merge" with commit message "Release 1.0.0" ## Post-Merge Steps 1. The `publish-release` GitHub Action will tag the release 2. NPM publishing requires approval from the `npm-publishers` team 3. Verify package publication on [NPM](https://npms.io/search?q=scope%3Ametamask)
1 parent 5f8863e commit 8981ada

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
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": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "The MetaMask Design System monorepo",
66
"repository": {

packages/design-tokens/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.2.0]
11+
1012
### Added
1113

12-
- Migrate `@metamask/design-tokens` into the design system monorepo ([128](https://github.com/MetaMask/metamask-design-system/pull/128))
14+
- feat: color updates to the design tokens package ([#230](https://github.com/metamask/metamask-design-system/pull/230))
15+
16+
- `@metamask/design-tokens` package migrated from standalone repository into the design system monorepo ([128](https://github.com/MetaMask/metamask-design-system/pull/128))
1317

1418
## [4.1.0]
1519

@@ -312,9 +316,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312316

313317
- Initial release.
314318

315-
- Initial release.
316-
317-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
319+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
320+
[4.2.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
318321
[4.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
319322
[4.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
320323
[3.0.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": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Design tokens to be used throughout MetaMask products",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)