Skip to content

Commit

Permalink
Release v22.0 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria authored Oct 24, 2024
1 parent e30f712 commit 29c8353
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkapp-cli",
"version": "0.21.8",
"version": "0.22.0",
"description": "CLI to create zkApps (zero-knowledge apps) for Mina Protocol",
"homepage": "https://github.com/o1-labs/zkapp-cli/",
"repository": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"find-npm-prefix": "^1.0.2",
"fs-extra": "^11.2.0",
"mina-signer": "^3.0.7",
"o1js": "^1.*",
"o1js": "^2.*",
"opener": "^1.5.2",
"ora": "^8.0.1",
"semver": "^7.6.2",
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 @@ -36,7 +36,7 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"o1js": "^1.*"
"o1js": "^2.*"
},
"engines": {
"node": ">=18.14.0"
Expand Down

0 comments on commit 29c8353

Please sign in to comment.