Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.0]
### Changed
- added sepolia test network colors ([#243](https://github.com/MetaMask/design-tokens/pull/243))
- rename action ([#239](https://github.com/MetaMask/design-tokens/pull/239))

## [1.10.0]
### Changed
- Updating descriptions and deprecated tags ([#235](https://github.com/MetaMask/design-tokens/pull/235))
Expand Down Expand Up @@ -127,7 +132,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.10.0...HEAD
[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.11.0...HEAD
[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
[1.9.0]: https://github.com/MetaMask/design-tokens/compare/v1.8.0...v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/design-tokens",
"version": "1.10.0",
"version": "1.11.0",
"description": "Design tokens to be used throughout MetaMask products.",
"keywords": [
"MetaMask",
Expand Down