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

Commit 27dd45a

Browse files
github-actions[bot]github-actionsgeorgewrmarshall
authored
1.13.0 (#596)
* 1.13.0 * docs: updating changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
1 parent 34bb957 commit 27dd45a

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.13.0]
10+
### Changed
11+
- Adding CSS and JS token display in storybook ([#594](https://github.com/MetaMask/design-tokens/pull/594))
12+
- Refactoring the brand color object ([#585](https://github.com/MetaMask/design-tokens/pull/585))
13+
- Added sets of hover& pressed tokens. Also updated warning/success/inverses ([#586](https://github.com/MetaMask/design-tokens/pull/586))
14+
- Updating documentation ([#593](https://github.com/MetaMask/design-tokens/pull/593))
15+
- Upgrading storybook from 7.5 to 7.6 ([#592](https://github.com/MetaMask/design-tokens/pull/592))
16+
- Revert "Adding brand colors to CSSinJS exports" ([#589](https://github.com/MetaMask/design-tokens/pull/589))
17+
- Enhancements to CircleCI Script and Storybook Build ([#583](https://github.com/MetaMask/design-tokens/pull/583))
18+
- Adding brand colors to CSSinJS exports ([#582](https://github.com/MetaMask/design-tokens/pull/582))
19+
- devDeps: storybook v7 ([#538](https://github.com/MetaMask/design-tokens/pull/538))
20+
- ci: fix build-test workflow ([#539](https://github.com/MetaMask/design-tokens/pull/539))
21+
- Bump @metamask/auto-changelog from 3.4.3 to 3.4.4 ([#571](https://github.com/MetaMask/design-tokens/pull/571))
22+
- bump webpack@4, webpack@5 ([#536](https://github.com/MetaMask/design-tokens/pull/536))
23+
- ci: remove broken require-additional-reviewer workflow ([#537](https://github.com/MetaMask/design-tokens/pull/537))
24+
- Bump @metamask/auto-changelog from 3.4.2 to 3.4.3 ([#544](https://github.com/MetaMask/design-tokens/pull/544))
25+
- Bump @metamask/auto-changelog from 3.4.1 to 3.4.2 ([#542](https://github.com/MetaMask/design-tokens/pull/542))
26+
- Bump @metamask/auto-changelog from 3.3.0 to 3.4.1 ([#541](https://github.com/MetaMask/design-tokens/pull/541))
27+
- Bump decode-uri-component from 0.2.0 to 0.2.2 ([#535](https://github.com/MetaMask/design-tokens/pull/535))
28+
- Bump loader-utils from 1.4.0 to 1.4.2 ([#533](https://github.com/MetaMask/design-tokens/pull/533))
29+
- Bump json5 from 1.0.1 to 1.0.2 ([#534](https://github.com/MetaMask/design-tokens/pull/534))
30+
- Bump @babel/traverse from 7.18.11 to 7.23.2 ([#532](https://github.com/MetaMask/design-tokens/pull/532))
31+
- Bump @metamask/auto-changelog from 3.2.0 to 3.3.0 ([#516](https://github.com/MetaMask/design-tokens/pull/516))
32+
- Bump @metamask/auto-changelog from 3.1.0 to 3.2.0 ([#497](https://github.com/MetaMask/design-tokens/pull/497))
33+
- Bump @metamask/auto-changelog from 2.6.1 to 3.1.0 ([#248](https://github.com/MetaMask/design-tokens/pull/248))
34+
935
## [1.12.0]
1036
### Changed
1137
- Hover & Pressed color updates ([#487](https://github.com/MetaMask/design-tokens/pull/487))
@@ -142,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142168
### Changed
143169
- Initial release.
144170

145-
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.12.0...HEAD
171+
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.13.0...HEAD
172+
[1.13.0]: https://github.com/MetaMask/design-tokens/compare/v1.12.0...v1.13.0
146173
[1.12.0]: https://github.com/MetaMask/design-tokens/compare/v1.11.1...v1.12.0
147174
[1.11.1]: https://github.com/MetaMask/design-tokens/compare/v1.11.0...v1.11.1
148175
[1.11.0]: https://github.com/MetaMask/design-tokens/compare/v1.10.0...v1.11.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": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Design tokens to be used throughout MetaMask products.",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)