Skip to content

Latest commit

 

History

History
93 lines (54 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

93 lines (54 loc) · 1.94 KB

Changelog

0.5.0

Minor Changes

  • f776f3f: - feat: renaming templates into apps (#80)

0.4.1

Patch Changes

  • feat: reversed the memos order (1203109).

0.4.0

Minor Changes

  • feat: replaced Infura with Alchemy (7ecd7ee).
  • feat: did some nice styling on AccountConnectButton.
  • feat: started a shared onchain types file.
  • fix: got Base Goerli working properly again.
  • chore: update viem and clean up yarn.lock.
  • chore: moved a few of the common functions inside the utils folder.

0.3.0

Minor Changes

  • feat: replaced RainbowKit with Coinbase Wallet SDK 💙 (734c828)
  • feat: started shaping AccountConnectButton onchain component

0.2.2

Patch Changes

  • feat: added some nice Linting for import/order (a77dc73)
  • feat: added onchain/ folder to keep nice and neat all Onchain TS specific code
  • feat: added NEXT_PUBLIC_INFURA_ID in .env.example
  • chore: moved the code a bit around, so all Onchain code is mostly in one folder

0.2.1

Patch Changes

  • fix: polish README and fix a few console errors (1eac3f8)

0.2.0

Minor Changes

  • feat: moved templates created inside apps/ #59

0.1.3

Patch Changes

  • fix: bin path pointing to wrong folder.

0.1.2

Patch Changes

  • fix: CLI broken by missing dist files

0.1.1

Patch Changes

  • chore: release CLI

0.1.0

Minor Changes

  • feat: new build-onchain-apps CLI for onchain app creation

0.0.4

Patch Changes

  • chore: Added some extra context in the README.md

0.0.3

Patch Changes

  • feat: adding buy me a coffee feature for demo reading from smart contract #7
  • chore: added lint checks as script and in CI #11 (#18)
  • chore: setup Github Actions format workflow #12
  • chore: added prettier and did a nice first run ✨ #2 (#14)
  • docs added Documentation Request template #4 (#6)
  • chore setup initial scaffolding