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

Commit 471b819

Browse files
1.3.1 (#43)
1 parent 758163a commit 471b819

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.3.1]
10+
### Changed
11+
- Token update generate library code ([#39](https://github.com/MetaMask/design-tokens/pull/39))
12+
- Changing hsla to HEX with alpha values. Updating Hex values and documentation.
13+
914
## [1.3.0]
1015
### Changed
1116
- Changing theme class to data attribute ([#30](https://github.com/MetaMask/design-tokens/pull/30))
@@ -24,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2429
### Changed
2530
- Initial release.
2631

27-
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.3.0...HEAD
32+
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.3.1...HEAD
33+
[1.3.1]: https://github.com/MetaMask/design-tokens/compare/v1.3.0...v1.3.1
2834
[1.3.0]: https://github.com/MetaMask/design-tokens/compare/v1.2.0...v1.3.0
2935
[1.2.0]: https://github.com/MetaMask/design-tokens/compare/v1.1.0...v1.2.0
3036
[1.1.0]: https://github.com/MetaMask/design-tokens/compare/v1.0.0...v1.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": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Design tokens to be used throughout MetaMask products.",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)