Skip to content

Commit 1c74142

Browse files
Release v5.0.0
1 parent c2e03a9 commit 1c74142

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Gator Examples
22

3-
A monorepo containing the example applications for building apps with [Metamask Delegation Tookit](https://docs.metamask.io/delegation-toolkit/)
3+
A monorepo containing the example applications for building apps with [Metamask Smart Accounts Kit](https://docs.metamask.io/smart-accounts-kit/).
44

55
## Overview
66

77
This repository contains:
88

9-
**create-gator-app**: CLI tool to bootstrap new projects with delegation capabilities
9+
**create-gator-app**: CLI tool to bootstrap new projects for Smart Accounts Kit
1010

1111
## Repository Structure
1212

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@metamask/gator-examples",
33
"type": "module",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"private": true,
66
"license": "(MIT-0 OR Apache-2.0)",
7-
"description": "CLI tool to create Gator examples",
7+
"description": "CLI tool to create Smart Accounts Kit examples",
88
"main": "dist/index.js",
99
"repository": {
1010
"type": "git",

packages/create-gator-app/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.4]
11+
12+
### Changed
13+
14+
- Rename ERC-7715 template to Advanced Permissions template
15+
- Update templates to use `@metamask/smart-accounts-kit`
16+
17+
### Fixed
18+
19+
- Fix Farcaster template dependency issue
20+
1021
## [0.1.3]
1122

1223
### Changed
@@ -49,8 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4960
- ERC-7715 starter template for Next.js
5061
- Support for feature flags
5162

52-
[Unreleased]: https://github.com/MetaMask/gator-examples/compare/[email protected]
63+
[Unreleased]: https://github.com/MetaMask/gator-examples/compare/[email protected]
64+
[0.1.4]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.4
5365
[0.1.3]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.3
5466
[0.1.2]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.2
5567
[0.1.1]: https://github.com/MetaMask/gator-examples/compare/[email protected]@0.1.1
56-
[0.1.0]: https://github.com/MetaMask/gator-examples/releases/tag/[email protected]
68+
[0.1.0]: https://github.com/MetaMask/gator-examples/releases/tag/[email protected]

packages/create-gator-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create Gator App
22

3-
Interactive CLI to bootstrap a project with the MetaMask Smart Accounts, and ERC-7715 template in under two minutes. The CLI automatically installs the required dependencies and sets up a project structure using a selected template, allowing you to focus on building your dapp.
3+
Interactive CLI to bootstrap a project with the MetaMask Smart Accounts, and Advanced Permissions template in under two minutes. The CLI automatically installs the required dependencies and sets up a project structure using a selected template, allowing you to focus on building your dapp.
44

55
[![npm version](https://img.shields.io/npm/v/@metamask/create-gator-app.svg)](https://www.npmjs.com/package/@metamask/create-gator-app)
66
[![License](https://img.shields.io/npm/l/@metamask/create-gator-app.svg)]()
@@ -15,4 +15,4 @@ npx @metamask/create-gator-app@latest
1515

1616
## Documentation
1717

18-
See [CLI quickstart](https://docs.metamask.io/delegation-toolkit/get-started/cli-quickstart/) to learn more.
18+
See [CLI quickstart](https://docs.metamask.io/smart-accounts-kit) to learn more.

packages/create-gator-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@metamask/create-gator-app",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"license": "(MIT-0 OR Apache-2.0)",
5-
"description": "CLI tool to create new MetaMask Delegator applications",
5+
"description": "CLI tool to create new MetaMask Smart Accounts Kit application",
66
"main": "dist/src/index.js",
77
"types": "./dist/src/index.d.ts",
88
"bin": "./dist/src/index.js",

0 commit comments

Comments
 (0)