diff --git a/docs/package-migration-process-guide.md b/docs/package-migration-process-guide.md index 810d6eb91..8b55004fc 100644 --- a/docs/package-migration-process-guide.md +++ b/docs/package-migration-process-guide.md @@ -86,7 +86,7 @@ This document outlines the process for migrating a MetaMask library into the met - Use the script to ensure that the tags have the correct package name prefixes. -2. Create a fork of the metamask module template for testing, and push the ported tags to the test fork. +2. Create a fork of the metamask design system for testing, and push the ported tags to the test fork. - **Do not run the script against `MetaMask/metamask-design-system` before testing it on a fork.** @@ -95,9 +95,9 @@ This document outlines the process for migrating a MetaMask library into the met - Note: The diff between any tag before migration and any tag after will always include the entire history of the monorepo. This is due to the nature of the process we use for git history migration, and is a WONTFIX issue. - The correct diff can be derived using `git log --ancestry-path`, but GitHub compare links don't support --ancestry-path. -4. Push the ported tags to the metamask module template. +4. Push the ported tags to the metamask-design-system. -5. From the metamask module template, verify that the tag diff links in CHANGELOG are working. +5. From the metamask-design-system, verify that the tag diff links in CHANGELOG are working. 6. Manually create tags for release commits that were never tagged in the original repo. diff --git a/merged-packages/design-tokens/CHANGELOG.md b/merged-packages/design-tokens/CHANGELOG.md index e3d7ce734..d151abf25 100644 --- a/merged-packages/design-tokens/CHANGELOG.md +++ b/merged-packages/design-tokens/CHANGELOG.md @@ -308,40 +308,42 @@ 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.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 -[2.1.0]: https://github.com/MetaMask/design-tokens/compare/v2.0.3...v2.1.0 -[2.0.3]: https://github.com/MetaMask/design-tokens/compare/v2.0.2...v2.0.3 -[2.0.2]: https://github.com/MetaMask/design-tokens/compare/v2.0.1...v2.0.2 -[2.0.1]: https://github.com/MetaMask/design-tokens/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/MetaMask/design-tokens/compare/v1.13.0...v2.0.0 -[1.13.0]: https://github.com/MetaMask/design-tokens/compare/v1.12.0...v1.13.0 -[1.12.0]: https://github.com/MetaMask/design-tokens/compare/v1.11.1...v1.12.0 -[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 -[1.9.0]: https://github.com/MetaMask/design-tokens/compare/v1.8.0...v1.9.0 -[1.8.0]: https://github.com/MetaMask/design-tokens/compare/v1.7.0...v1.8.0 -[1.7.0]: https://github.com/MetaMask/design-tokens/compare/v1.6.5...v1.7.0 -[1.6.5]: https://github.com/MetaMask/design-tokens/compare/v1.6.4...v1.6.5 -[1.6.4]: https://github.com/MetaMask/design-tokens/compare/v1.6.3...v1.6.4 -[1.6.3]: https://github.com/MetaMask/design-tokens/compare/v1.6.2...v1.6.3 -[1.6.2]: https://github.com/MetaMask/design-tokens/compare/v1.6.1...v1.6.2 -[1.6.1]: https://github.com/MetaMask/design-tokens/compare/v1.6.0...v1.6.1 -[1.6.0]: https://github.com/MetaMask/design-tokens/compare/v1.5.1...v1.6.0 -[1.5.1]: https://github.com/MetaMask/design-tokens/compare/v1.5.0...v1.5.1 -[1.5.0]: https://github.com/MetaMask/design-tokens/compare/v1.4.4...v1.5.0 -[1.4.4]: https://github.com/MetaMask/design-tokens/compare/v1.4.3...v1.4.4 -[1.4.3]: https://github.com/MetaMask/design-tokens/compare/v1.4.2...v1.4.3 -[1.4.2]: https://github.com/MetaMask/design-tokens/compare/v1.4.1...v1.4.2 -[1.4.1]: https://github.com/MetaMask/design-tokens/compare/v1.4.0...v1.4.1 -[1.4.0]: https://github.com/MetaMask/design-tokens/compare/v1.3.1...v1.4.0 -[1.3.1]: https://github.com/MetaMask/design-tokens/compare/v1.3.0...v1.3.1 -[1.3.0]: https://github.com/MetaMask/design-tokens/compare/v1.2.0...v1.3.0 -[1.2.0]: https://github.com/MetaMask/design-tokens/compare/v1.1.0...v1.2.0 -[1.1.0]: https://github.com/MetaMask/design-tokens/compare/v1.0.0...v1.1.0 -[1.0.0]: https://github.com/MetaMask/design-tokens/releases/tag/v1.0.0 +- Initial release. + +[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.1.0...HEAD +[4.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.0.0...@metamask/design-tokens@4.1.0 +[4.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@3.0.0...@metamask/design-tokens@4.0.0 +[3.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.1.1...@metamask/design-tokens@3.0.0 +[2.1.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.1.0...@metamask/design-tokens@2.1.1 +[2.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.3...@metamask/design-tokens@2.1.0 +[2.0.3]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.2...@metamask/design-tokens@2.0.3 +[2.0.2]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.1...@metamask/design-tokens@2.0.2 +[2.0.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.0...@metamask/design-tokens@2.0.1 +[2.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.13.0...@metamask/design-tokens@2.0.0 +[1.13.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.12.0...@metamask/design-tokens@1.13.0 +[1.12.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.11.1...@metamask/design-tokens@1.12.0 +[1.11.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.11.0...@metamask/design-tokens@1.11.1 +[1.11.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.10.0...@metamask/design-tokens@1.11.0 +[1.10.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.9.1...@metamask/design-tokens@1.10.0 +[1.9.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.9.0...@metamask/design-tokens@1.9.1 +[1.9.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.8.0...@metamask/design-tokens@1.9.0 +[1.8.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.7.0...@metamask/design-tokens@1.8.0 +[1.7.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.5...@metamask/design-tokens@1.7.0 +[1.6.5]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.4...@metamask/design-tokens@1.6.5 +[1.6.4]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.3...@metamask/design-tokens@1.6.4 +[1.6.3]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.2...@metamask/design-tokens@1.6.3 +[1.6.2]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.1...@metamask/design-tokens@1.6.2 +[1.6.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.0...@metamask/design-tokens@1.6.1 +[1.6.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.5.1...@metamask/design-tokens@1.6.0 +[1.5.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.5.0...@metamask/design-tokens@1.5.1 +[1.5.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.4...@metamask/design-tokens@1.5.0 +[1.4.4]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.3...@metamask/design-tokens@1.4.4 +[1.4.3]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.2...@metamask/design-tokens@1.4.3 +[1.4.2]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.1...@metamask/design-tokens@1.4.2 +[1.4.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.0...@metamask/design-tokens@1.4.1 +[1.4.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.3.1...@metamask/design-tokens@1.4.0 +[1.3.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.3.0...@metamask/design-tokens@1.3.1 +[1.3.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.2.0...@metamask/design-tokens@1.3.0 +[1.2.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.1.0...@metamask/design-tokens@1.2.0 +[1.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.0.0...@metamask/design-tokens@1.1.0 +[1.0.0]: https://github.com/MetaMask/metamask-design-system/releases/tag/@metamask/design-tokens@1.0.0