From d16b5958a42d099c4bbca2f57f5ac4d01156361d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Nov 2024 22:13:44 +0000 Subject: [PATCH 1/2] 4.1.0 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f0ea8..c9a2f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] + +### Uncategorized + +- chore: aligning dependencies with the metamask-design-system ([#747](https://github.com/MetaMask/design-tokens/pull/747)) +- chore: updating readme ([#742](https://github.com/MetaMask/design-tokens/pull/742)) +- chore: adding license ([#738](https://github.com/MetaMask/design-tokens/pull/738)) +- chore: updating dependencies ([#739](https://github.com/MetaMask/design-tokens/pull/739)) +- chore: updating lavamoat allow-scripts dependencies ([#734](https://github.com/MetaMask/design-tokens/pull/734)) +- feat: add dark/light classname ([#729](https://github.com/MetaMask/design-tokens/pull/729)) +- feat: Created Unit Tests for CSS Color Variables Alignment with Figma Token JSON ([#719](https://github.com/MetaMask/design-tokens/pull/719)) + ## [4.0.0] ### Changed @@ -301,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v4.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/MetaMask/design-tokens/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/MetaMask/design-tokens/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/MetaMask/design-tokens/compare/v2.1.1...v3.0.0 [2.1.1]: https://github.com/MetaMask/design-tokens/compare/v2.1.0...v2.1.1 diff --git a/package.json b/package.json index fab9ef0..a13c591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/design-tokens", - "version": "4.0.0", + "version": "4.1.0", "description": "Design tokens to be used throughout MetaMask products", "keywords": [ "MetaMask", From ceb0e1f5a38c2ffe1335025aa106c1b30263b34c Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Fri, 8 Nov 2024 14:27:27 -0800 Subject: [PATCH 2/2] chore: updating changelog --- CHANGELOG.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a2f6e..e3d7ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.1.0] -### Uncategorized - -- chore: aligning dependencies with the metamask-design-system ([#747](https://github.com/MetaMask/design-tokens/pull/747)) -- chore: updating readme ([#742](https://github.com/MetaMask/design-tokens/pull/742)) -- chore: adding license ([#738](https://github.com/MetaMask/design-tokens/pull/738)) -- chore: updating dependencies ([#739](https://github.com/MetaMask/design-tokens/pull/739)) -- chore: updating lavamoat allow-scripts dependencies ([#734](https://github.com/MetaMask/design-tokens/pull/734)) -- feat: add dark/light classname ([#729](https://github.com/MetaMask/design-tokens/pull/729)) -- feat: Created Unit Tests for CSS Color Variables Alignment with Figma Token JSON ([#719](https://github.com/MetaMask/design-tokens/pull/719)) +### Added + +- Adding (MIT OR Apache 2.0) license aligning with MetaMask’s open-source standards ([#738](https://github.com/MetaMask/design-tokens/pull/738)) +- Adding dark/light classname ([#729](https://github.com/MetaMask/design-tokens/pull/729)) ## [4.0.0]