Skip to content
Merged
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
19 changes: 5 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ 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 @@ -61,15 +50,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0]

### Added
### Uncategorized

- Initial release

## Added
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog 0.1.0 section has broken heading structure

Medium Severity

The revert corrupted the ## [0.1.0] changelog section. The original ### Added subsection was split into ### Uncategorized (line 53) and a new ## Added (line 57). The ## Added is a level-2 heading, making it appear as a top-level version section rather than a subsection of [0.1.0]. This orphans the starter template entries from the [0.1.0] release and introduces a non-standard Uncategorized category, breaking the Keep a Changelog format.

Fix in Cursor Fix in Web


- Starter templates for the Delegation Toolkit with Next.js and Vite (React)
- ERC-7715 starter template for Next.js
- Support for feature flags

[Unreleased]: https://github.com/MetaMask/gator-examples/compare/v0.1.5...HEAD
[0.1.5]: https://github.com/MetaMask/gator-examples/compare/v0.1.4...v0.1.5
[Unreleased]: https://github.com/MetaMask/gator-examples/compare/v0.1.4...HEAD
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/create-gator-app",
"version": "0.1.5",
"version": "0.1.4",
"description": "CLI tool to create new MetaMask Smart Accounts Kit application",
"homepage": "https://github.com/MetaMask/gator-examples#readme",
"bugs": {
Expand Down
1 change: 0 additions & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default defineConfig({
},
typecheck: {
enabled: true,

tsconfig: './tsconfig.test.json',
},
},
Expand Down
Loading