Skip to content

Commit

Permalink
chore(baby-jubjub): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 13, 2024
1 parent 6ccffab commit 0fd9a6a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:library": "jest packages/${0}",
"test:circuits": "yarn workspace @zk-kit/circuits test",
"test:contracts": "yarn workspace imt.sol test:coverage",
"version:bump": "yarn workspace @zk-kit/${0} version ${1} && NO_HOOK=1 git commit -m \"chore(${0}): v${1}\" && git tag ${0}-v${1}",
"version:bump": "yarn workspace @zk-kit/${0} version ${1} && NO_HOOK=1 git commit -am \"chore(${0}): v${1}\" && git tag ${0}-v${1}",
"version:publish": "yarn workspaces foreach -A --no-private npm publish --tolerate-republish --access public",
"version:release": "changelogithub",
"lint": "eslint . --ext .js,.ts && yarn workspace imt.sol lint",
Expand Down
2 changes: 1 addition & 1 deletion packages/baby-jubjub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/baby-jubjub",
"version": "0.2.0",
"version": "0.3.0",
"description": "A JavaScript library for adding points to the curve.",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eddsa-poseidon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rollup-plugin-polyfill-node": "^0.13.0"
},
"dependencies": {
"@zk-kit/baby-jubjub": "0.2.0",
"@zk-kit/baby-jubjub": "0.3.0",
"@zk-kit/utils": "0.6.0",
"buffer": "6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/poseidon-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rollup-plugin-cleanup": "^3.2.1"
},
"dependencies": {
"@zk-kit/baby-jubjub": "0.2.0",
"@zk-kit/baby-jubjub": "0.3.0",
"@zk-kit/utils": "0.6.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3568,7 +3568,7 @@ __metadata:
languageName: node
linkType: hard

"@zk-kit/baby-jubjub@npm:0.2.0, @zk-kit/baby-jubjub@workspace:packages/baby-jubjub":
"@zk-kit/baby-jubjub@npm:0.3.0, @zk-kit/baby-jubjub@workspace:packages/baby-jubjub":
version: 0.0.0-use.local
resolution: "@zk-kit/baby-jubjub@workspace:packages/baby-jubjub"
dependencies:
Expand Down Expand Up @@ -3629,7 +3629,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-terser": "npm:^0.4.4"
"@rollup/plugin-typescript": "npm:^11.1.6"
"@zk-kit/baby-jubjub": "npm:0.2.0"
"@zk-kit/baby-jubjub": "npm:0.3.0"
"@zk-kit/utils": "npm:0.6.0"
buffer: "npm:6.0.3"
circomlibjs: "npm:0.0.8"
Expand Down Expand Up @@ -3750,7 +3750,7 @@ __metadata:
resolution: "@zk-kit/poseidon-cipher@workspace:packages/poseidon-cipher"
dependencies:
"@rollup/plugin-typescript": "npm:^11.1.6"
"@zk-kit/baby-jubjub": "npm:0.2.0"
"@zk-kit/baby-jubjub": "npm:0.3.0"
"@zk-kit/eddsa-poseidon": "npm:0.1.0"
"@zk-kit/utils": "npm:0.6.0"
circomlibjs: "npm:^0.0.8"
Expand Down

0 comments on commit 0fd9a6a

Please sign in to comment.