Skip to content

Commit bc364ec

Browse files
chore: creating release 16.0.0
1 parent 2c6bf75 commit bc364ec

File tree

3 files changed

+10
-3
lines changed

3 files changed

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

packages/design-system-react/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0]
11+
12+
### Added
13+
14+
- Added `asChild` functionality to Box component ([#834](https://github.com/MetaMask/metamask-design-system/pull/834))
15+
1016
## [0.4.1]
1117

1218
### Fixed
@@ -89,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8995
- Full TypeScript support with type definitions and enums
9096
- Tailwind CSS integration with design token support
9197

92-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
98+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]
99+
[0.5.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
93100
[0.4.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
94101
[0.4.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/[email protected]...@metamask/[email protected]
95102
[0.3.1]: 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.1",
3+
"version": "0.5.0",
44
"description": "Design system react ui components",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)