Skip to content

Commit f3d11cf

Browse files
github-actions[bot]github-actionsgeorgewrmarshall
authored
1.1.0 (#24)
* 1.1.0 * docs: updating changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
1 parent 6b57b27 commit f3d11cf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0]
11+
12+
### Added
13+
14+
- Adding `prefer-theme-color-classnames` rule ([#22](https://github.com/MetaMask/eslint-plugin-design-tokens/pull/22))
15+
- Updating PR template to align better with mobile and extension ([#19](https://github.com/MetaMask/eslint-plugin-design-tokens/pull/19))
16+
- Updating readme rule table with color-no-hex rule ([#18](https://github.com/MetaMask/eslint-plugin-design-tokens/pull/18))
17+
1018
## [1.0.0]
1119

1220
### Added
@@ -19,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1927

2028
- Initial release
2129

22-
[Unreleased]: https://github.com/MetaMask/eslint-plugin-design-tokens/compare/v1.0.0...HEAD
30+
[Unreleased]: https://github.com/MetaMask/eslint-plugin-design-tokens/compare/v1.1.0...HEAD
31+
[1.1.0]: https://github.com/MetaMask/eslint-plugin-design-tokens/compare/v1.0.0...v1.1.0
2332
[1.0.0]: https://github.com/MetaMask/eslint-plugin-design-tokens/compare/v0.1.0...v1.0.0
2433
[0.1.0]: https://github.com/MetaMask/eslint-plugin-design-tokens/releases/tag/v0.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/eslint-plugin-design-tokens",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "An ESLint plugin designed to enforce best practices and consistency for using MetaMask design tokens across various projects",
55
"homepage": "https://github.com/MetaMask/eslint-plugin-design-tokens#readme",
66
"bugs": {

0 commit comments

Comments
 (0)