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

Commit 779f1ef

Browse files
github-actions[bot]github-actionsgeorgewrmarshall
authored
3.0.0 (#697)
* 3.0.0 * docs: updating changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: georgewrmarshall <[email protected]>
1 parent b8a5d20 commit 779f1ef

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.0]
11+
12+
### Added
13+
14+
- Enabled MetaMask security code scanner ([#635](https://github.com/MetaMask/design-tokens/pull/635)).
15+
- Added initial JSON generated from Figma ([#665](https://github.com/MetaMask/design-tokens/pull/665)).
16+
17+
### Changed
18+
19+
- Refactored color swatch component and CSS stories to use CSS variables instead of hex values ([#696](https://github.com/MetaMask/design-tokens/pull/696)).
20+
- Upgraded Storybook to 8.1.2 ([#690](https://github.com/MetaMask/design-tokens/pull/690)).
21+
- Updated README to add tooling section that links to eslint-plugin ([#689](https://github.com/MetaMask/design-tokens/pull/689)).
22+
- Cleaned JSON token names ([#679](https://github.com/MetaMask/design-tokens/pull/679)).
23+
- Refactored CSS and improved build to adhere to workspace conventions ([#676](https://github.com/MetaMask/design-tokens/pull/676)).
24+
- Upgraded Storybook to version 8 ([#674](https://github.com/MetaMask/design-tokens/pull/674)).
25+
- Added initial JSON generated from Figma variables ([#673](https://github.com/MetaMask/design-tokens/pull/673)).
26+
- Upgraded LavaMoat ([#670](https://github.com/MetaMask/design-tokens/pull/670)).
27+
- Aligned release docs with the latest standards ([#634](https://github.com/MetaMask/design-tokens/pull/634)).
28+
29+
### Fixed
30+
31+
- Fixed CSS theme variables doc display ([#672](https://github.com/MetaMask/design-tokens/pull/672)).
32+
- Fixed build to align with module template ([#667](https://github.com/MetaMask/design-tokens/pull/667)).
33+
34+
### Security
35+
36+
- Bumped `webpack-dev-middleware` from 6.1.1 to 6.1.2 ([#636](https://github.com/MetaMask/design-tokens/pull/636)).
37+
- Bumped `express` from 4.18.2 to 4.19.2 ([#638](https://github.com/MetaMask/design-tokens/pull/638)).
38+
- Bumped `tar` from 6.2.0 to 6.2.1 ([#652](https://github.com/MetaMask/design-tokens/pull/652)).
39+
1040
## [2.1.1]
1141

1242
### Changed
@@ -260,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260290

261291
- Initial release.
262292

263-
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v2.1.1...HEAD
293+
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v3.0.0...HEAD
294+
[3.0.0]: https://github.com/MetaMask/design-tokens/compare/v2.1.1...v3.0.0
264295
[2.1.1]: https://github.com/MetaMask/design-tokens/compare/v2.1.0...v2.1.1
265296
[2.1.0]: https://github.com/MetaMask/design-tokens/compare/v2.0.3...v2.1.0
266297
[2.0.3]: https://github.com/MetaMask/design-tokens/compare/v2.0.2...v2.0.3

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

0 commit comments

Comments
 (0)