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

Commit 39c7df5

Browse files
github-actions[bot]github-actionsgeorgewrmarshall
authored
1.8.0 (#188)
* 1.8.0 * Updating changelog Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
1 parent 1ee2005 commit 39c7df5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.8.0]
10+
### Changed
11+
- Adding shadows to design tokens ([#137](https://github.com/MetaMask/design-tokens/pull/137))
12+
- Bump @metamask/auto-changelog from 2.6.0 to 2.6.1 ([#178](https://github.com/MetaMask/design-tokens/pull/178))
13+
914
## [1.7.0]
1015
### Changed
1116
- Adding themes to token architecture for CSS-in-JS ([#148](https://github.com/MetaMask/design-tokens/pull/148))
@@ -101,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101106
### Changed
102107
- Initial release.
103108

104-
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.7.0...HEAD
109+
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.8.0...HEAD
110+
[1.8.0]: https://github.com/MetaMask/design-tokens/compare/v1.7.0...v1.8.0
105111
[1.7.0]: https://github.com/MetaMask/design-tokens/compare/v1.6.5...v1.7.0
106112
[1.6.5]: https://github.com/MetaMask/design-tokens/compare/v1.6.4...v1.6.5
107113
[1.6.4]: https://github.com/MetaMask/design-tokens/compare/v1.6.3...v1.6.4

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

0 commit comments

Comments
 (0)