Skip to content

Commit 29c8353

Browse files
authored
Release v22.0 (#702)
1 parent e30f712 commit 29c8353

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

package-lock.json

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zkapp-cli",
3-
"version": "0.21.8",
3+
"version": "0.22.0",
44
"description": "CLI to create zkApps (zero-knowledge apps) for Mina Protocol",
55
"homepage": "https://github.com/o1-labs/zkapp-cli/",
66
"repository": {
@@ -65,7 +65,7 @@
6565
"find-npm-prefix": "^1.0.2",
6666
"fs-extra": "^11.2.0",
6767
"mina-signer": "^3.0.7",
68-
"o1js": "^1.*",
68+
"o1js": "^2.*",
6969
"opener": "^1.5.2",
7070
"ora": "^8.0.1",
7171
"semver": "^7.6.2",

templates/project-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript": "^5.4.5"
3737
},
3838
"peerDependencies": {
39-
"o1js": "^1.*"
39+
"o1js": "^2.*"
4040
},
4141
"engines": {
4242
"node": ">=18.14.0"

0 commit comments

Comments
 (0)