diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb0b257..f8204c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.11.1] +### Changed +- Updating primary, error and info colors to meet AA accessibility standards for light mode ([#255](https://github.com/MetaMask/design-tokens/pull/255)) +- Adding storybook a11y plugin ([#258](https://github.com/MetaMask/design-tokens/pull/258)) + ## [1.11.0] ### Changed - added sepolia test network colors ([#243](https://github.com/MetaMask/design-tokens/pull/243)) @@ -132,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Initial release. -[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.11.0...HEAD +[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.11.1...HEAD +[1.11.1]: https://github.com/MetaMask/design-tokens/compare/v1.11.0...v1.11.1 [1.11.0]: https://github.com/MetaMask/design-tokens/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/MetaMask/design-tokens/compare/v1.9.1...v1.10.0 [1.9.1]: https://github.com/MetaMask/design-tokens/compare/v1.9.0...v1.9.1 diff --git a/package.json b/package.json index e21b7c55..02a99285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/design-tokens", - "version": "1.11.0", + "version": "1.11.1", "description": "Design tokens to be used throughout MetaMask products.", "keywords": [ "MetaMask",