Skip to content

Commit

Permalink
Update Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jan 22, 2025
1 parent 8f28df7 commit 1000eea
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 34 deletions.
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": "1.0.0",
"version": "2.0.0",
"private": true,
"description": "The MetaMask Design System monorepo",
"repository": {
Expand Down
7 changes: 0 additions & 7 deletions packages/design-system-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- chore: prep for Buttons - React Native ([#318](https://github.com/MetaMask/metamask-design-system/pull/318))
- [React Native] Reorg folder structure for DSRN and update colors ([#343](https://github.com/MetaMask/metamask-design-system/pull/343))
- Add all icons and script generation to the Icon component in design-system-react-native ([#291](https://github.com/MetaMask/metamask-design-system/pull/291))
- Adding initial Icon for @metamask/design-system-react-native ([#278](https://github.com/MetaMask/metamask-design-system/pull/278))

[Unreleased]: https://github.com/MetaMask/metamask-design-system/
12 changes: 0 additions & 12 deletions packages/design-system-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- fix: accessibility bug in icon ([#312](https://github.com/MetaMask/metamask-design-system/pull/312))
- chore: improve storybook controls that use enums ([#311](https://github.com/MetaMask/metamask-design-system/pull/311))
- feat: add ButtonLink component ([#298](https://github.com/MetaMask/metamask-design-system/pull/298))
- feat: Add Text component wrapping to ButtonBase ([#307](https://github.com/MetaMask/metamask-design-system/pull/307))
- feat: add ButtonSecondary component ([#295](https://github.com/MetaMask/metamask-design-system/pull/295))
- feat: add ButtonPrimary component ([#289](https://github.com/MetaMask/metamask-design-system/pull/289))
- feat: add ButtonBase react component ([#283](https://github.com/MetaMask/metamask-design-system/pull/283))
- feat: enhance Icon component with className overrides and style support ([#290](https://github.com/MetaMask/metamask-design-system/pull/290))
- feat: adding all icon svg assets ([#199](https://github.com/MetaMask/metamask-design-system/pull/199))

[Unreleased]: https://github.com/MetaMask/metamask-design-system/
2 changes: 1 addition & 1 deletion packages/design-system-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@metamask/design-tokens": "^4.1.0",
"@metamask/design-tokens": "^5.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"tailwindcss": "^3.0.0"
Expand Down
4 changes: 0 additions & 4 deletions packages/design-system-tailwind-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- Added 8 new colors (4 muted-hover & 4 muted-pressed) to design-tokens Figma Json. ([#325](https://github.com/MetaMask/metamask-design-system/pull/325))

[Unreleased]: https://github.com/MetaMask/metamask-design-system/
2 changes: 1 addition & 1 deletion packages/design-system-tailwind-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@metamask/design-tokens": "^4.1.0",
"@metamask/design-tokens": "^5.0.0",
"tailwindcss": "^3.0.0"
},
"engines": {
Expand Down
4 changes: 0 additions & 4 deletions packages/design-system-twrnc-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- chore: prep for Buttons - React Native ([#318](https://github.com/MetaMask/metamask-design-system/pull/318))

[Unreleased]: https://github.com/MetaMask/metamask-design-system/
5 changes: 4 additions & 1 deletion packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0]

### Uncategorized

- chore: reverting release 2.0.0 ([#348](https://github.com/MetaMask/metamask-design-system/pull/348))
Expand Down Expand Up @@ -323,7 +325,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/[email protected]
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
[5.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
[4.2.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
[4.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
[4.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
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": "4.2.0",
"version": "5.0.0",
"description": "Design tokens to be used throughout MetaMask products",
"keywords": [
"MetaMask",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3215,7 +3215,7 @@ __metadata:
ts-node: "npm:^10.9.1"
typescript: "npm:~5.2.2"
peerDependencies:
"@metamask/design-tokens": ^4.1.0
"@metamask/design-tokens": ^5.0.0
react: ^16.0.0
react-dom: ^16.0.0
tailwindcss: ^3.0.0
Expand All @@ -3236,7 +3236,7 @@ __metadata:
ts-jest: "npm:^29.2.5"
typescript: "npm:~5.2.2"
peerDependencies:
"@metamask/design-tokens": ^4.1.0
"@metamask/design-tokens": ^5.0.0
tailwindcss: ^3.0.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 1000eea

Please sign in to comment.