From db76c40cd92742b54e49df0e00fccb06623021b8 Mon Sep 17 00:00:00 2001 From: Jeff Smale <6363749+jeffsmale90@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:28:26 +1200 Subject: [PATCH] Fix incorrect references in changelogs, and incorrect repositories in package.jsons --- CHANGELOG.md | 2 +- package.json | 2 +- packages/delegation-abis/CHANGELOG.md | 2 +- packages/delegation-abis/package.json | 6 +++--- packages/delegation-deployments/CHANGELOG.md | 2 +- packages/delegation-deployments/package.json | 6 +++--- packages/delegation-toolkit/CHANGELOG.md | 2 +- packages/delegation-toolkit/package.json | 6 +++--- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216a0eff..a90f58e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/initial...HEAD +[Unreleased]: https://github.com/metamask/delegation-toolkit/ diff --git a/package.json b/package.json index fb5df8d3..baf274ab 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/metamask/delegator-toolkit.git" + "url": "https://github.com/metamask/delegation-toolkit.git" }, "files": [], "workspaces": [ diff --git a/packages/delegation-abis/CHANGELOG.md b/packages/delegation-abis/CHANGELOG.md index 216a0eff..a90f58e9 100644 --- a/packages/delegation-abis/CHANGELOG.md +++ b/packages/delegation-abis/CHANGELOG.md @@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/initial...HEAD +[Unreleased]: https://github.com/metamask/delegation-toolkit/ diff --git a/packages/delegation-abis/package.json b/packages/delegation-abis/package.json index 6ecbc884..d7eabf08 100644 --- a/packages/delegation-abis/package.json +++ b/packages/delegation-abis/package.json @@ -7,13 +7,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/metamask/delegator-toolkit/tree/main/packages/delegation-abis#readme", + "homepage": "https://github.com/metamask/delegation-toolkit/tree/main/packages/delegation-abis#readme", "bugs": { - "url": "https://github.com/metamask/delegator-toolkit/issues" + "url": "https://github.com/metamask/delegation-toolkit/issues" }, "repository": { "type": "git", - "url": "https://github.com/metamask/delegator-toolkit.git" + "url": "https://github.com/metamask/delegation-toolkit.git" }, "author": "MetaMask ", "sideEffects": false, diff --git a/packages/delegation-deployments/CHANGELOG.md b/packages/delegation-deployments/CHANGELOG.md index 216a0eff..a90f58e9 100644 --- a/packages/delegation-deployments/CHANGELOG.md +++ b/packages/delegation-deployments/CHANGELOG.md @@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/initial...HEAD +[Unreleased]: https://github.com/metamask/delegation-toolkit/ diff --git a/packages/delegation-deployments/package.json b/packages/delegation-deployments/package.json index e2373180..acdfc524 100644 --- a/packages/delegation-deployments/package.json +++ b/packages/delegation-deployments/package.json @@ -7,13 +7,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/metamask/delegator-toolkit/tree/main/packages/delegation-deployments#readme", + "homepage": "https://github.com/metamask/delegation-toolkit/tree/main/packages/delegation-deployments#readme", "bugs": { - "url": "https://github.com/metamask/delegator-toolkit/issues" + "url": "https://github.com/metamask/delegation-toolkit/issues" }, "repository": { "type": "git", - "url": "https://github.com/metamask/delegator-toolkit.git" + "url": "https://github.com/metamask/delegation-toolkit.git" }, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/delegation-toolkit/CHANGELOG.md b/packages/delegation-toolkit/CHANGELOG.md index 216a0eff..a90f58e9 100644 --- a/packages/delegation-toolkit/CHANGELOG.md +++ b/packages/delegation-toolkit/CHANGELOG.md @@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/initial...HEAD +[Unreleased]: https://github.com/metamask/delegation-toolkit/ diff --git a/packages/delegation-toolkit/package.json b/packages/delegation-toolkit/package.json index 179cfc2e..c73c05b7 100644 --- a/packages/delegation-toolkit/package.json +++ b/packages/delegation-toolkit/package.json @@ -7,13 +7,13 @@ "MetaMask", "Ethereum" ], - "homepage": "https://github.com/metamask/delegator-toolkit/tree/main/packages/delegation-toolkit#readme", + "homepage": "https://github.com/metamask/delegation-toolkit/tree/main/packages/delegation-toolkit#readme", "bugs": { - "url": "https://github.com/metamask/delegator-toolkit/issues" + "url": "https://github.com/metamask/delegation-toolkit/issues" }, "repository": { "type": "git", - "url": "https://github.com/metamask/delegator-toolkit.git" + "url": "https://github.com/metamask/delegation-toolkit.git" }, "files": [ "dist/**",