Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 7f51e5a

Browse files
github-actions[bot]github-actionsgeorgewrmarshall
authored
4.0.0 (#716)
* 4.0.0 * chore: updating changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
1 parent ffc4242 commit 7f51e5a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.0.0]
11+
12+
### Changed
13+
14+
- chore: updated js variables based on updated json ([#709](https://github.com/MetaMask/design-tokens/pull/709))
15+
- chore: updated css variables based on updated json ([#708](https://github.com/MetaMask/design-tokens/pull/708))
16+
- chore: adding overlay.inverse colors to json ([#715](https://github.com/MetaMask/design-tokens/pull/715))
17+
- chore: upgrading storybook to 8.1.4 ([#703](https://github.com/MetaMask/design-tokens/pull/703))
18+
- chore: updating doc components and helpers ([#706](https://github.com/MetaMask/design-tokens/pull/706))
19+
- fix: updating brand color figma json ([#702](https://github.com/MetaMask/design-tokens/pull/702))
20+
1021
## [3.0.0]
1122

1223
### Added
@@ -290,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
290301

291302
- Initial release.
292303

293-
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v3.0.0...HEAD
304+
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v4.0.0...HEAD
305+
[4.0.0]: https://github.com/MetaMask/design-tokens/compare/v3.0.0...v4.0.0
294306
[3.0.0]: https://github.com/MetaMask/design-tokens/compare/v2.1.1...v3.0.0
295307
[2.1.1]: https://github.com/MetaMask/design-tokens/compare/v2.1.0...v2.1.1
296308
[2.1.0]: https://github.com/MetaMask/design-tokens/compare/v2.0.3...v2.1.0

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": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Design tokens to be used throughout MetaMask products",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)