Skip to content
Closed
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": "1.0.0",
"version": "2.0.0",
"license": "(MIT-0 OR Apache-2.0)",
"description": "CLI tool to create Gator examples",
"main": "dist/index.js",
Expand Down
133 changes: 131 additions & 2 deletions packages/create-gator-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,136 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]

### Uncategorized

- Improve Walkthrough
- Update templates
- Update Web3Auth
- Update templates to latest v0.11.0 release
- Improve CLI structure
- Update templates v0.10.2
- update templates
- Merge branch 'master' into flags-enhancement
- Fix broken links
- update codeowners
- fix README
- resolve review comments
- Fixed a few broken links
- add spinner
- Update templates to latest v0.10.1
- fix naming convention
- fix build issues
- Merge branch 'master' into flags-enhancement
- refactor cli
- update templates to v0.10.1
- Improvements to 7715 template ([#27](https://github.com/MetaMask/gator-examples/pull/27))
- Improvements to 7715 template: - update delegation-toolkit to 0.10.0 - improve delegation formatting - convert token values to decimal - format uint256max as "Unlimited" - correctly format arrays - don't specify sepolia testnet when instantiating bundler (it comes from config) - remove reference to local snaps - callout notice to fund account
- create-gator-app 0.1.0-alpha ([#24](https://github.com/MetaMask/gator-examples/pull/24))
- Update Release 1.0.0
- changes pkg name in package.json files ([#23](https://github.com/MetaMask/gator-examples/pull/23))
- changes root pkg name
- changes create-gator-app pkg name
- reset package-json versions ([#21](https://github.com/MetaMask/gator-examples/pull/21))
- reset package-json versions
- Revert "create-gator-app V0.1.0" ([#20](https://github.com/MetaMask/gator-examples/pull/20))
- Revert "create-gator-app V0.1.0"
- Release create-gator-app v0.1.0
- Update Release 1.0.0
- first version
- Initialize Release 1.0.0
- Revert "create-gator-app v0.1.0-alpha" ([#18](https://github.com/MetaMask/gator-examples/pull/18))
- Revert "create-gator-app v0.1.0-alpha"
- Fix Workflow
- Fixed build cmd
- Release v0.1.0-alpha for create-gator-app
- Update Release 2.0.0
- Initialize Release 2.0.0
- additional changes related to release ([#15](https://github.com/MetaMask/gator-examples/pull/15))
- additional changes related to release
- improve prompt flow
- Added license docs ([#11](https://github.com/MetaMask/gator-examples/pull/11))
- Merge branch 'master' into license
- Github workflows for release ([#10](https://github.com/MetaMask/gator-examples/pull/10))
- Update Starter Templates ([#14](https://github.com/MetaMask/gator-examples/pull/14))
- Merge branch 'master' into flags-enhancement
- improve llm rules handling
- Merge branch 'master' into flags-enhancement
- remove unused imports
- update vite-react starter
- Update ERC-7715 starter template to v0.9
- update nextjs starter template
- update erc7715 starter template
- Update starter templates
- Add changelog and related automation. ([#12](https://github.com/MetaMask/gator-examples/pull/12))
- update vite starter template
- update nextjs starter
- Merge branch 'master' into update-start-template
- update nextjs stater to v0.9
- Merge branch 'master' into license
- added license to package-json
- updated readme
- updated path in publish-release
- Add changelog and related automation. Add missing repository from package.json
- add add-llm-rules flag
- remove changelog scripts
- remove changelog scripts
- added changelog scripts
- added changelog scripts
- fix-workflow
- remove test step
- new eslint configs
- new yarn.lock
- multiple fixes
- update build cmd
- update build cmd
- revert to yarn
- revert to use yarn
- Added nvmrc
- added github workflows
- add skip-install flag
- ERC7715 Nextjs template ([#8](https://github.com/MetaMask/gator-examples/pull/8))
- added license docs
- added back pkg config helper
- update templates to latest version
- minor fixes
- updated prompt for ai
- hide windsurf rules
- added LLM rules support
- removed the requirments on private pkg
- removed private alpha warn
- Added new erc7715 nextjs template
- 7715 template init
- Add flags support ([#7](https://github.com/MetaMask/gator-examples/pull/7))
- add flags support
- Fixes yarnrc formatting
- fix yarn and hyperlink issue
- Adds Vite React starter
- update vite-react starter README
- update web3auth prompt
- fix env configuration
- add polyfill support
- add vite-react template
- improve cli framework, and add NextJS template
- clean up cli tool
- update starter README
- add framework prompt
- cleanup utils
- clean up nextjs template
- extract web3auth prompts
- add web3auth network option in prompts
- add useEmbeddedWallet support
- remove dotenv
- update cli tool
- update env config
- add nextjs template
- update readme files
- cleanup and uses hardcoded token
- initial commit with cli and dummy template

## [0.1.0-alpha]

[Unreleased]: https://github.com/MetaMask/gator-examples.git/compare/@metamask/create-gator-app@0.1.0-alpha...HEAD
[0.1.0-alpha]: https://github.com/MetaMask/gator-examples.git/releases/tag/@metamask/create-gator-app@0.1.0-alpha
[Unreleased]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.0-alpha...create-gator-app@0.1.0
[0.1.0-alpha]: https://github.com/MetaMask/gator-examples/releases/tag/create-gator-app@0.1.0-alpha
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.0-alpha",
"version": "0.1.0",
"license": "(MIT-0 OR Apache-2.0)",
"description": "CLI tool to create new MetaMask Delegator applications",
"main": "dist/src/index.js",
Expand Down
Loading