All notable changes to this project will be documented in this file.
- Solve some minor issues and update dependencies
- Solve some minor issues and update dependencies
- Solve some minor issues and update dependencies
- Solve some minor issues and update dependencies
- Update
cliff.toml
configuration for better changelog generation
- Update Github Actions workflow with usage guard
- Refine Github Release workflow
- Improve prerelease condition in Github workflow
- Add node version constraint to package.json
- Remove redundant
turbo-cache
id from pnpm, Add to turbo - Update GitHub Actions release workflow
- Remove
develop
branch from build workflow
- Refactor build pipeline outputs in
turbo.json
- Remove unnecessary test dependencies in
turbo.json
- Add turbo.json configuration file for turbo.build
- Add
.turbo
to .gitignore - Update package.json scripts
- Add turbo cache setup step on
build
workflow - Update build workflow to limit parallel execution to 1
- Update module path ignore patterns in jest.config.js
- Remove globals and modify Jest configuration for ESM support
- Update and improve source codes
- Update tsconfig.json for contracts and frontend
- Update Prettier formatting options
- Update package.json with new lint-staged script
- Refactor hooks configuration for pre-commit and pre-push
- Update build output directory and package paths
- Remove unnecessary file extensions and imports
- Update dev command in frontend README
- Update project description
- Add new component export and import shorthand for GradientBG
- Update README.md file with badges
- Update package names and imports for zkapp-template
- Update GradientBG component
- Update import order in
_document.tsx
,hello.ts
,index.tsx
- Rename
GradientBG.js
toGradientBG.tsx
- Update project name and description
- Add
lint
script in package.json - Update
.eslintrc.json
to extend fromprettier
- Ignore irrelevant files from .prettierignore
- Update prettier.config.js with new configuration
- Add
format
script to package.json - Add
lint-staged
configuration forfrontend
package - Update package.json scripts
- Removed API route from frontend package.
- Updated author information in package
- Update dev command in package
- Update project template instructions
- Update the import of the package
webapp
tofrontend
- Rename
webapp
package to thefrontend
- Update README.md for Mina zkApp Template
- Create a new license file for the project (#13)
- Update readme in contracts and webapp packages
- Enable SnarkyJS by setting COOP and COEP headers
- Restructure export and disable image optimization
- Update package.json with package manager version
- Add analyze script to package.json and devDependencies
- Bundle analyzer configuration added to next.config.js
- Update package name in package.json
- Update .npmrc configuration file
- Remove unnecessary pnpm lock files
- Add supported funding model platforms
- Create a readme file with dummy info
- Relocate CI workflow file out of contracts package
- Relocate
.husky
from contracts to the workspace - Update dependabot configuration
- Add build workflow configuration for GitHub Actions
- Update
.npmrc
and enable pre-post scripts. - Refactor project package names
- Delete CI workflow file
- Remove Node.js version 20.x from the build workflow matrix
- Add configuration file for git-cliff
- Create release workflow for generating changelog and publishing on GitHub
- Add
.nvmrc
with version 16 - Replace
npm
lock file bypnpm
one - Add
.npmrc
file to contracts directory - Update
transformIgnorePatterns
on jest configs - Remove unnecessary files and directories from version control
- Move contracts and ui directories to packages directory
- Add package.json to the repository root
- Create pnpm workspace configuration file
- Update package versions to 1.0.0-alpha.0
- Update
prepare
script inpackage.json
- Relocated
.npmrc
file in contracts package to workspace root - Add
build
andtest
scripts to the workspace package - Rename UI folder to WebApp in packages