Skip to content

Commit

Permalink
Upgrade deps and bump version. (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv authored Feb 17, 2024
1 parent fac866d commit 0d85e23
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 32 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [0.17.1](https://github.com/o1-labs/zkapp-cli/compare/v17.0...v17.1) - 2024-02-17

### Changed

- Improve error handling for zk deploy when feepayer has insufficient permissions. [#580](https://github.com/o1-labs/zkapp-cli/pull/580)

- Update `getCachedFeepayerAliases()` logic to prevent edge case bugs. [#581](https://github.com/o1-labs/zkapp-cli/pull/581)

- Automate "zk config" if Lightnet is in use. [#579](https://github.com/o1-labs/zkapp-cli/pull/579)
- The `--lightnet` option was added to `zk config` in order to automatically configures zkApp project's deploy aliases.
- The [Lightnet](https://docs.minaprotocol.com/zkapps/testing-zkapps-lightnet) should be up and running before executing the `zk config --lightnet` command.
Expand All @@ -39,7 +39,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed

- Update project scaffold tsconfig to handle esnext and es2022 targets. [#570](https://github.com/o1-labs/zkapp-cli/pull/570)

- Dependencies updated. [#573](https://github.com/o1-labs/zkapp-cli/pull/573)

## [0.16.1](https://github.com/o1-labs/zkapp-cli/compare/v16.0...v16.1) - 2024-02-01
Expand Down Expand Up @@ -218,31 +217,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed

- Release `0.8.0` [#399](https://github.com/o1-labs/zkapp-cli/pull/399)

- Remove deprecated isReady and shutdown from cli, template/examples contracts, and UI scaffolds for each supported framework.
- Add state.getAndAssertEquals() to examples and test contracts.
- Configure UI scaffolds for NextJS, Svelte, and Nuxt to support top-level await used in the latest o1js release.
- Exit the cli config and deploy processes on success and error.
- Increase the template/example project jest test timeout.

- Update interact script config field. [#396](https://github.com/o1-labs/zkapp-cli/pull/396)

- Update help text. [#392](https://github.com/o1-labs/zkapp-cli/pull/392)

## [0.7.6] - 2023-04-25

### Changed

- Remove postinstall script to speed up zkApp cli installations and upgrades [#391](https://github.com/o1-labs/zkapp-cli/pull/391)

- UI scaffold updates. [#388](https://github.com/o1-labs/zkapp-cli/pull/388)

### Added

- Landing page with next steps for Nuxt UI scaffold. [#386](https://github.com/o1-labs/zkapp-cli/pull/386)

- Landing page with next steps for Svelte UI scaffold. [#385](https://github.com/o1-labs/zkapp-cli/pull/385)

- Landing page with next steps for NextJS UI scaffold. [#384](https://github.com/o1-labs/zkapp-cli/pull/384)

## [0.7.5] - 2023-03-16
Expand Down Expand Up @@ -284,7 +277,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed

- Add timeout to warm gittar cache step during zkapp-cli install or upgrade. [#362](https://github.com/o1-labs/zkapp-cli/pull/362)

- Update 'networks' in config.json to 'deployAliases'. [#360](https://github.com/o1-labs/zkapp-cli/pull/360)

## [0.6.2] - 2023-02-02
Expand Down Expand Up @@ -373,14 +365,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

- Add ability to generate UI project alongsde the smart contract.

- Add an option to NextJS to set it up for github pages. [#292](https://github.com/o1-labs/zkapp-cli/pull/292)
- Import a smart contract into the NextJS UI project scaffold. [#290](https://github.com/o1-labs/zkapp-cli/pull/290)
- Fixes to the NextJS project for o1js + typescript. [#287](https://github.com/o1-labs/zkapp-cli/pull/287)
- Add a NextJS typescript prompt. [#285](https://github.com/o1-labs/zkapp-cli/pull/285)
- Add COOP & COEP headers for SvelteKit, NextJS, & NuxtJS. [#279](https://github.com/o1-labs/zkapp-cli/pull/279)
- Working mvp of UI monorepo. [#266](https://github.com/o1-labs/zkapp-cli/pull/266)

- Add Github issue templates. [#270](https://github.com/o1-labs/zkapp-cli/pull/270), [#275](https://github.com/o1-labs/zkapp-cli/pull/275), & [#276](https://github.com/o1-labs/zkapp-cli/pull/276)

## [0.4.17] - 2022-10-07
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkapp-cli",
"version": "0.17.0",
"version": "0.17.1",
"description": "CLI to create zkApps (zero-knowledge apps) for Mina Protocol",
"homepage": "https://github.com/o1-labs/zkapp-cli/",
"keywords": [
Expand Down Expand Up @@ -63,7 +63,7 @@
"find-npm-prefix": "^1.0.2",
"fs-extra": "^11.2.0",
"gittar": "^0.1.1",
"mina-signer": "^3.0.0",
"mina-signer": "^3.0.2",
"o1js": "^0.16.*",
"opener": "^1.5.2",
"ora": "^8.0.1",
Expand All @@ -84,7 +84,7 @@
"eslint-plugin-o1js": "^0.4.0",
"execa": "^8.0.1",
"fkill": "^9.0.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"portfinder": "^1.0.32",
Expand Down
2 changes: 1 addition & 1 deletion templates/project-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"peerDependencies": {
"o1js": "0.16.*",
"mina-signer": "^3.0.0"
"mina-signer": "^3.0.2"
}
}

0 comments on commit 0d85e23

Please sign in to comment.