Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 25, 2024
1 parent 1affdca commit 273b48b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/apis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-regex-apis"
version = "2.2.0"
version = "2.3.0"
license = "MIT"
edition = "2018"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions packages/apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-apis",
"version": "2.2.0",
"version": "2.3.0",
"description": "apis compatible with [zk-regex](https://github.com/zkemail/zk-regex/tree/main).",
"contributors": [
"Javier Su <[email protected]>",
Expand Down Expand Up @@ -28,4 +28,4 @@
"@types/jest": "^29.5.13",
"jest": "^29.7.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/circom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-circom",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"description": "regex verification circuits in circom for common regexes, generated with the compiler in [zk-regex](https://github.com/zkemail/zk-regex/tree/main).",
"contributors": [
Expand All @@ -18,15 +18,15 @@
},
"dependencies": {
"commander": "^11.0.0",
"snarkjs": "^0.7.0"
"snarkjs": "^0.7.5"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"chai": "^4.3.7",
"circom_tester": "^0.0.20",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.2",
"ffjavascript": "^0.2.59",
"ffjavascript": "^0.3.1",
"jest": "^29.5.0",
"mocha": "^10.2.0"
},
Expand All @@ -37,4 +37,4 @@
]
]
}
}
}
2 changes: 1 addition & 1 deletion packages/compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-regex-compiler"
version = "2.2.0"
version = "2.3.0"
authors = [
"Javier Su <[email protected]>",
"Kata Choi <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-compiler",
"version": "2.2.0",
"version": "2.3.0",
"description": "A compiler to generate a regex verification circuit in circom from a user-defined regex. Please check [zk-regex](https://github.com/zkemail/zk-regex/tree/main) for the detail.",
"contributors": [
"Javier Su <[email protected]>",
Expand All @@ -23,4 +23,4 @@
"upload-binary": "wasm-pack publish -t nodejs"
},
"license": "MIT"
}
}

0 comments on commit 273b48b

Please sign in to comment.