Skip to content

Releases: scio-labs/inkathon

@inkathon/[email protected]

14 Oct 15:16
8f4cd52
Compare
Choose a tag to compare

Minor Changes

  • #30 1839164 Move frontend and contracts packages to the root level

  • #30 7a41afe Add contributor guidelines at CONTRIBUTING.md.

  • #30 3598618 Major README.md overhaul & improvements

  • #30 1839164 Switch from husky to simple-git-hooks pre-commit hooks

  • #30 07d8381 Add compatability for using yarn (stable only, not classic v1) as the package manager. Note: npm is still not compatible as it lacks support for the workspace import protocol.

  • #30 1839164 Auto-create .env.local files upon first package install if non-existent

  • #30 1839164 Setup changeset integration for version, release, and changelog management.

  • #30 bda4108 Change @… local import path shortcut to @/… (create-next-app default).

Patch Changes

@inkathon/[email protected]

14 Oct 15:16
8f4cd52
Compare
Choose a tag to compare

Minor Changes

  • #30 cf04f67 Add contract/scripts/script.template.ts template script and simplify script initialization in general.

  • #30 1839164 Move frontend and contracts packages to the root level

  • #30 1839164-detect available contracts in build & test shell scripts

  • #30 7a41afe Add contributor guidelines at CONTRIBUTING.md.

  • #30 1839164 Add pnpm/npm shorthand script for JS/TS script execution (i.e. pnpm run script deploy)

  • #30 3598618 Major README.md overhaul & improvements

  • #30 1839164 Switch from husky to simple-git-hooks pre-commit hooks

  • #30 07d8381 Add compatability for using yarn (stable only, not classic v1) as the package manager. Note: npm is still not compatible as it lacks support for the workspace import protocol.

  • #30 1839164 Move ink! contract files under contracts/src/

  • #30 1839164 Setup changeset integration for version, release, and changelog management.