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
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": "2.0.0",
"version": "3.0.0",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"description": "CLI tool to create Gator examples",
Expand Down
13 changes: 12 additions & 1 deletion packages/create-gator-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2]

### Added

- Adds Farcaster Mini App template

### Changed

- Update templates to latest v0.13

## [0.1.1]

### Added
Expand All @@ -33,6 +43,7 @@ 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.2]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.2
[0.1.1]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.1
[0.1.0]: https://github.com/MetaMask/gator-examples/releases/tag/[email protected]
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.1",
"version": "0.1.2",
"license": "(MIT-0 OR Apache-2.0)",
"description": "CLI tool to create new MetaMask Delegator applications",
"main": "dist/src/index.js",
Expand Down
Loading