Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed May 28, 2024
1 parent 9917437 commit 180dd72
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.0",
"version": "6.1.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@zk-email/circuits",
"version": "6.0.3",
"version": "6.1.0",
"license": "MIT",
"scripts": {
"publish": "yarn npm publish --access=public",
"test": "NODE_OPTIONS=--max_old_space_size=8192 jest tests"
},
"dependencies": {
"@zk-email/zk-regex-circom": "^1.1.1",
"@zk-email/zk-regex-circom": "^2.1.0",
"circomlib": "^2.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/contracts",
"version": "6.0.3",
"version": "6.1.0",
"license": "MIT",
"scripts": {
"build": "forge build",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/helpers",
"version": "6.0.3",
"version": "6.1.0",
"license": "MIT",
"main": "dist",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2774,7 +2774,7 @@ __metadata:
"@babel/core": ^7.22.5
"@babel/preset-env": ^7.22.2
"@babel/preset-typescript": ^7.21.5
"@zk-email/zk-regex-circom": ^1.1.1
"@zk-email/zk-regex-circom": ^2.1.0
babel-jest: ^29.5.0
babel-preset-jest: ^29.5.0
circom_tester: ^0.0.20
Expand Down Expand Up @@ -2845,13 +2845,13 @@ __metadata:
languageName: unknown
linkType: soft

"@zk-email/zk-regex-circom@npm:^1.1.1":
version: 1.3.0
resolution: "@zk-email/zk-regex-circom@npm:1.3.0"
"@zk-email/zk-regex-circom@npm:^2.1.0":
version: 2.1.0
resolution: "@zk-email/zk-regex-circom@npm:2.1.0"
dependencies:
commander: ^11.0.0
snarkjs: ^0.7.0
checksum: d7b5bf30e051d22990eeab90db55e399c2bb0e1255f827313a839e9d3205fb9355ff4f526097379570725566d8f57e4a5c4ba05d22a461fc2bde966544ca6cf5
checksum: 236ab75530eecf28daa55901bc1ddc163cb195872ccafcdc09cc693f23aa6db86970f58b5a85e2125a404b3294d2c7d1a111482bd1fef4ccb53e3cd8f03833c3
languageName: node
linkType: hard

Expand Down

0 comments on commit 180dd72

Please sign in to comment.