Skip to content

Commit

Permalink
chore: bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 authored and 0xmad committed May 22, 2024
1 parent bd0a0a5 commit e63278f
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 208 deletions.
8 changes: 4 additions & 4 deletions circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-circuits",
"version": "1.2.1",
"version": "1.2.2",
"description": "zk-SNARK circuits for MACI",
"main": "build/ts/index.js",
"files": [
Expand Down Expand Up @@ -38,9 +38,9 @@
"@zk-kit/circuits": "^0.4.0",
"circomkit": "^0.1.0",
"circomlib": "^2.0.5",
"maci-core": "^1.2.1",
"maci-crypto": "^1.2.1",
"maci-domainobjs": "^1.2.1",
"maci-core": "1.2.2",
"maci-crypto": "1.2.2",
"maci-domainobjs": "1.2.2",
"snarkjs": "^0.7.4"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-cli",
"version": "1.2.1",
"version": "1.2.2",
"description": "CLI utilities for MACI",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -47,11 +47,11 @@
"dotenv": "^16.4.5",
"ethers": "^6.12.1",
"hardhat": "^2.22.3",
"maci-circuits": "^1.2.1",
"maci-contracts": "^1.2.1",
"maci-core": "^1.2.1",
"maci-crypto": "^1.2.1",
"maci-domainobjs": "^1.2.1",
"maci-circuits": "1.2.2",
"maci-contracts": "1.2.2",
"maci-core": "1.2.2",
"maci-crypto": "1.2.2",
"maci-domainobjs": "1.2.2",
"prompt": "^1.3.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-contracts",
"version": "1.2.1",
"version": "1.2.2",
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -79,10 +79,10 @@
"ethers": "^6.12.1",
"hardhat": "^2.22.3",
"lowdb": "^1.0.0",
"maci-circuits": "^1.2.1",
"maci-core": "^1.2.1",
"maci-crypto": "^1.2.1",
"maci-domainobjs": "^1.2.1",
"maci-circuits": "1.2.2",
"maci-core": "1.2.2",
"maci-crypto": "1.2.2",
"maci-domainobjs": "1.2.2",
"solidity-docgen": "^0.6.0-beta.36"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"ethers": "^6.12.1",
"hardhat": "^2.22.3",
"helmet": "^7.1.0",
"maci-circuits": "^1.2.1",
"maci-cli": "^1.2.1",
"maci-contracts": "^1.2.1",
"maci-domainobjs": "^1.2.1",
"maci-circuits": "1.2.2",
"maci-cli": "1.2.2",
"maci-contracts": "1.2.2",
"maci-domainobjs": "1.2.2",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"tar": "^7.1.0"
Expand Down
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-core",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"main": "build/ts/index.js",
"types": "build/ts/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json"
},
"dependencies": {
"maci-crypto": "^1.2.1",
"maci-domainobjs": "^1.2.1"
"maci-crypto": "1.2.2",
"maci-domainobjs": "1.2.2"
},
"devDependencies": {
"@types/chai": "^4.3.11",
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-crypto",
"version": "1.2.1",
"version": "1.2.2",
"description": "A package containing cryptography utilities for MACI",
"main": "build/ts/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions domainobjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-domainobjs",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"main": "build/ts/index.js",
"files": [
Expand All @@ -25,7 +25,7 @@
"ts-mocha": "^10.0.0"
},
"dependencies": {
"maci-crypto": "^1.2.1"
"maci-crypto": "1.2.2"
},
"nyc": {
"reporter": [
Expand Down
14 changes: 7 additions & 7 deletions integrationTests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-integrationtests",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"main": "build/ts/index.js",
"files": [
Expand Down Expand Up @@ -34,11 +34,11 @@
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"ethers": "^6.12.1",
"maci-circuits": "^1.2.1",
"maci-cli": "^1.2.1",
"maci-contracts": "^1.2.1",
"maci-core": "^1.2.1",
"maci-crypto": "^1.2.1",
"maci-domainobjs": "^1.2.1"
"maci-circuits": "1.2.2",
"maci-cli": "1.2.2",
"maci-contracts": "1.2.2",
"maci-core": "1.2.2",
"maci-crypto": "1.2.2",
"maci-domainobjs": "1.2.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"website",
"coordinator"
],
"version": "1.2.1",
"version": "1.2.2",
"npmClient": "pnpm",
"changelogPreset": {
"name": "conventionalcommits",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci",
"version": "1.2.1",
"version": "1.2.2",
"description": "Minimal Anti-Collusion Infrastructure",
"repository": "https://github.com/privacy-scaling-explorations/maci",
"license": "MIT",
Expand Down
Loading

0 comments on commit e63278f

Please sign in to comment.