Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

75 lines (41 loc) · 5.13 KB

@inkathon/frontend

0.3.0

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • c2cfbe4 Thanks @wottpal! - Ensure & document Windows, Ubuntu, and macOS compatibility. 🌈

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • 1556c0f Thanks @wottpal! - Fix @polkadot/* package warnings about cjs/esm duplications.

0.1.0

Minor Changes

  • #30 1839164 Thanks @wottpal! - Move frontend and contracts packages to the root level

  • #30 7a41afe Thanks @wottpal! - Add contributor guidelines at CONTRIBUTING.md.

  • #30 3598618 Thanks @wottpal! - Major README.md overhaul & improvements

  • #30 1839164 Thanks @wottpal! - Switch from husky to simple-git-hooks pre-commit hooks

  • #30 07d8381 Thanks @wottpal! - 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 Thanks @wottpal! - Auto-create .env.local files upon first package install if non-existent

  • #30 1839164 Thanks @wottpal! - Setup changeset integration for version, release, and changelog management.

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

Patch Changes