File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments