From c8648ca3a0bd0faaa3d6fc11194b55583a9de3a4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Apr 2026 09:05:54 +0000 Subject: [PATCH 1/2] 0.3.0 --- CHANGELOG.md | 23 +++++++++++++++-------- package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 101f068..e5dbb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] + +### Uncategorized + +- update the smart accounts kit version + ## [0.2.0] ### Changed @@ -78,11 +84,12 @@ 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.2.0...HEAD -[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.3.0...HEAD +[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 042a612..65f066b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-gator-app", - "version": "0.2.0", + "version": "0.3.0", "description": "CLI tool to create new MetaMask Smart Accounts Kit application", "homepage": "https://github.com/MetaMask/gator-examples#readme", "bugs": { From db0d555da46beebe4c5bdff9a2e866f95a91b664 Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Thu, 30 Apr 2026 16:08:47 +0700 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5dbb49..a174d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.0] -### Uncategorized +### Changed -- update the smart accounts kit version +- Update the Smart Accounts Kit version. ## [0.2.0]