Skip to content

Commit 0db6206

Browse files
Release/15.0.0 (#832)
## **Description** This PR releases version 15.0.0 of the MetaMask Design System, featuring patch releases across some packages with important dependency updates and cleanup. Also fixes flex layout issue with `AvatarBase` which is used by all avatar components. ## **Included PRs** #825, #827, #828, ## **Manual testing steps** 1. Pull and build the branch locally 2. Verify package versions are correctly updated (15.0.0 main, 0.4.1 for react/react-native, 0.1.1 for shared) 3. Run `yarn install` to ensure dependency resolution works correctly 4. Run `yarn build` to verify all packages build successfully 5. Check that peer dependency warnings are reduced after the cleanup ## **Screenshots/Recordings** Not applicable - this is a dependency and versioning update release. ### **Before** <!-- Not applicable --> ### **After** <!-- Not applicable --> ## **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 (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
1 parent 4310643 commit 0db6206

File tree

7 files changed

+31
-7
lines changed

7 files changed

+31
-7
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": "14.0.0",
3+
"version": "15.0.0",
44
"private": true,
55
"description": "The MetaMask Design System monorepo",
66
"repository": {

packages/design-system-react-native/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+
## [0.4.1]
11+
12+
### Fixed
13+
14+
- Removed unnecessary peer dependencies ([#828](https://github.com/MetaMask/metamask-design-system/pull/828))
15+
- Bump @metamask/utils from 11.7.0 to 11.8.0 ([#827](https://github.com/MetaMask/metamask-design-system/pull/827))
16+
1017
## [0.4.0]
1118

1219
### Added
@@ -76,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7683
- Full TypeScript support with type definitions and enums
7784
- React Native integration with TWRNC preset support
7885

79-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
86+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
87+
[0.4.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
8088
[0.4.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
8189
[0.3.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
8290
[0.3.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]

packages/design-system-react-native/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-react-native",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Design System React Native",
55
"keywords": [
66
"MetaMask",

packages/design-system-react/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.1]
11+
12+
### Fixed
13+
14+
- Fixed Avatar components shrinking in flex layouts ([#825](https://github.com/MetaMask/metamask-design-system/pull/825))
15+
- Removed unnecessary peer dependencies ([#828](https://github.com/MetaMask/metamask-design-system/pull/828))
16+
- Bump @metamask/utils from 11.7.0 to 11.8.0 ([#827](https://github.com/MetaMask/metamask-design-system/pull/827))
17+
1018
## [0.4.0]
1119

1220
### Added
@@ -79,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7987
- Full TypeScript support with type definitions and enums
8088
- Tailwind CSS integration with design token support
8189

82-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
90+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
91+
[0.4.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
8392
[0.4.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
8493
[0.3.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
8594
[0.3.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]

packages/design-system-react/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-react",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Design system react ui components",
55
"keywords": [
66
"MetaMask",

packages/design-system-shared/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1]
11+
12+
### Fixed
13+
14+
- Bump @metamask/utils from 11.7.0 to 11.8.0 ([#827](https://github.com/MetaMask/metamask-design-system/pull/827))
15+
1016
## [0.1.0]
1117

1218
### Added
1319

1420
- **Initial release** - MetaMask Design System Shared
1521
- Adding CAIP-10 address utilities ([#817](https://github.com/MetaMask/metamask-design-system/pull/817))
1622

17-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
23+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
24+
[0.1.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
1825
[0.1.0]: https://github.com/MetaMask/metamask-design-system/releases/tag/@metamask/[email protected]

packages/design-system-shared/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-shared",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Shared types for design system libraries",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)