diff --git a/package.json b/package.json index 5c118fc..c2366d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@metamask/gator-examples", "type": "module", - "version": "5.0.0", + "version": "6.0.0", "private": true, "license": "(MIT-0 OR Apache-2.0)", "description": "CLI tool to create Smart Accounts Kit examples", diff --git a/packages/create-gator-app/CHANGELOG.md b/packages/create-gator-app/CHANGELOG.md index fc25d2f..8c6517f 100644 --- a/packages/create-gator-app/CHANGELOG.md +++ b/packages/create-gator-app/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5] + +### Changed + +- Update templates to use version v0.2.0 of `@metamask/smart-accounts-kit`. + +### Fixed + +- Bump Next.js version to resolve [Security Advisory: CVE-2025-66478](https://nextjs.org/blog/CVE-2025-66478). +- Fix the chain issue in Advanced Permissions template. + ## [0.1.4] ### Changed @@ -60,7 +71,8 @@ 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/create-gator-app@0.1.4...HEAD +[Unreleased]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.5...HEAD +[0.1.5]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.4...create-gator-app@0.1.5 [0.1.4]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.3...create-gator-app@0.1.4 [0.1.3]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.2...create-gator-app@0.1.3 [0.1.2]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.1...create-gator-app@0.1.2 diff --git a/packages/create-gator-app/package.json b/packages/create-gator-app/package.json index c7be4aa..9dbf1ee 100644 --- a/packages/create-gator-app/package.json +++ b/packages/create-gator-app/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-gator-app", - "version": "0.1.4", + "version": "0.1.5", "license": "(MIT-0 OR Apache-2.0)", "description": "CLI tool to create new MetaMask Smart Accounts Kit application", "main": "dist/src/index.js",