Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 13 additions & 1 deletion packages/create-gator-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
[Unreleased]: https://github.com/MetaMask/gator-examples/compare/[email protected]
[0.1.5]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.5
[0.1.4]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.4
[0.1.3]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.3
[0.1.2]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gator-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading