From 9af00bccfeb5c0d9806d8d97869b8890ddab0ad9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 15 May 2026 04:51:46 +0000 Subject: [PATCH 1/4] 0.4.0 --- CHANGELOG.md | 26 +++++++++++++++++--------- package.json | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c765bd..20044ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] + +### Uncategorized + +- add x402 server template +- Update smart accounts kit version + ## [0.3.0] ### Changed @@ -84,12 +91,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ERC-7715 starter template for Next.js - Support for feature flags -[Unreleased]: https://github.com/MetaMask/gator-examples/compare/v0.3.0...HEAD -[0.3.0]: https://github.com/MetaMask/gator-examples/compare/v0.2.0...v0.3.0 -[0.2.0]: https://github.com/MetaMask/gator-examples/compare/v0.1.5...v0.2.0 -[0.1.5]: https://github.com/MetaMask/gator-examples/compare/v0.1.4...v0.1.5 -[0.1.4]: https://github.com/MetaMask/gator-examples/compare/v0.1.3...v0.1.4 -[0.1.3]: https://github.com/MetaMask/gator-examples/compare/v0.1.2...v0.1.3 -[0.1.2]: https://github.com/MetaMask/gator-examples/compare/v0.1.1...v0.1.2 -[0.1.1]: https://github.com/MetaMask/gator-examples/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/MetaMask/gator-examples/releases/tag/v0.1.0 +[Unreleased]: https://github.com/MetaMask/create-gator-app/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/MetaMask/create-gator-app/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/MetaMask/create-gator-app/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/MetaMask/create-gator-app/compare/v0.1.5...v0.2.0 +[0.1.5]: https://github.com/MetaMask/create-gator-app/compare/v0.1.4...v0.1.5 +[0.1.4]: https://github.com/MetaMask/create-gator-app/compare/v0.1.3...v0.1.4 +[0.1.3]: https://github.com/MetaMask/create-gator-app/compare/v0.1.2...v0.1.3 +[0.1.2]: https://github.com/MetaMask/create-gator-app/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/MetaMask/create-gator-app/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/MetaMask/create-gator-app/releases/tag/v0.1.0 diff --git a/package.json b/package.json index 65f066b..ea614e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-gator-app", - "version": "0.3.0", + "version": "0.4.0", "description": "CLI tool to create new MetaMask Smart Accounts Kit application", "homepage": "https://github.com/MetaMask/gator-examples#readme", "bugs": { From aa2e721a7d2db2bacd02907a233dfa382159222d Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Fri, 15 May 2026 10:33:18 +0530 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 9 +++++++++ package.json | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20044ad..59659a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized +- 0.4.0 - add x402 server template - Update smart accounts kit version +### Added + +- Add x402 server template [#103](https://github.com/MetaMask/create-gator-app/pull/103) + +### Changed + +- Update Smart Accounts Kit version [#105](https://github.com/MetaMask/create-gator-app/pull/105) + ## [0.3.0] ### Changed diff --git a/package.json b/package.json index ea614e4..63670fd 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "@metamask/create-gator-app", "version": "0.4.0", "description": "CLI tool to create new MetaMask Smart Accounts Kit application", - "homepage": "https://github.com/MetaMask/gator-examples#readme", + "homepage": "https://github.com/MetaMask/create-gator-app#readme", "bugs": { - "url": "https://github.com/MetaMask/gator-examples/issues" + "url": "https://github.com/MetaMask/create-gator-app/issues" }, "repository": { "type": "git", - "url": "https://github.com/MetaMask/gator-examples.git" + "url": "https://github.com/MetaMask/create-gator-app.git" }, "license": "(MIT-0 OR Apache-2.0)", "sideEffects": false, From 5e1fba7e0456b872abc154d5705e7874f08d820f Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Fri, 15 May 2026 10:34:11 +0530 Subject: [PATCH 3/4] update changelog --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59659a6..d0272b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.4.0] -### Uncategorized - -- 0.4.0 -- add x402 server template -- Update smart accounts kit version - ### Added - Add x402 server template [#103](https://github.com/MetaMask/create-gator-app/pull/103) From 3167d71d5ab02124efea30a47d064ea8e71d8ca8 Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Fri, 15 May 2026 10:36:42 +0530 Subject: [PATCH 4/4] fix lint issues --- yarn.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.config.cjs b/yarn.config.cjs index ee4717a..083d418 100644 --- a/yarn.config.cjs +++ b/yarn.config.cjs @@ -230,7 +230,7 @@ module.exports = defineConfig({ async constraints({ Yarn }) { const workspace = Yarn.workspace(); const workspaceName = getWorkspaceName(workspace); - const workspaceRepository = `${BASE_URL}gator-examples`; + const workspaceRepository = `${BASE_URL}create-gator-app`; expectWorkspaceField(workspace, 'name', `@metamask/${workspaceName}`); expectWorkspaceField(workspace, 'version');