diff --git a/CHANGELOG.md b/CHANGELOG.md index 894b9c4996..a32045e732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/circuits/CHANGELOG.md b/circuits/CHANGELOG.md index 578ea48a0b..96c25d65db 100644 --- a/circuits/CHANGELOG.md +++ b/circuits/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci-circuits + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/circuits/package.json b/circuits/package.json index 564366206f..a124781880 100644 --- a/circuits/package.json +++ b/circuits/package.json @@ -1,6 +1,6 @@ { "name": "maci-circuits", - "version": "1.2.0", + "version": "1.2.1", "description": "zk-SNARK circuits for MACI", "main": "build/ts/index.js", "files": [ @@ -38,9 +38,9 @@ "@zk-kit/circuits": "^0.4.0", "circomkit": "^0.1.0", "circomlib": "^2.0.5", - "maci-core": "^1.2.0", - "maci-crypto": "^1.2.0", - "maci-domainobjs": "^1.2.0", + "maci-core": "^1.2.1", + "maci-crypto": "^1.2.1", + "maci-domainobjs": "^1.2.1", "snarkjs": "^0.7.4" }, "devDependencies": { diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 1b603d4a90..354514e818 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci-cli + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/cli/package.json b/cli/package.json index b13b36b151..21d6be4783 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "maci-cli", - "version": "1.2.0", + "version": "1.2.1", "description": "CLI utilities for MACI", "main": "build/ts/index.js", "exports": { @@ -47,11 +47,11 @@ "dotenv": "^16.4.5", "ethers": "^6.12.1", "hardhat": "^2.22.3", - "maci-circuits": "^1.2.0", - "maci-contracts": "^1.2.0", - "maci-core": "^1.2.0", - "maci-crypto": "^1.2.0", - "maci-domainobjs": "^1.2.0", + "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", "prompt": "^1.3.0" }, "devDependencies": { diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 5311ea38a2..905b55ec9a 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci-contracts + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/contracts/package.json b/contracts/package.json index c9258bce6c..4fea41329e 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "maci-contracts", - "version": "1.2.0", + "version": "1.2.1", "description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)", "main": "build/ts/index.js", "exports": { @@ -77,10 +77,10 @@ "circomlibjs": "^0.1.7", "ethers": "^6.12.1", "hardhat": "^2.22.3", - "maci-circuits": "^1.2.0", - "maci-core": "^1.2.0", - "maci-crypto": "^1.2.0", - "maci-domainobjs": "^1.2.0", + "maci-circuits": "^1.2.1", + "maci-core": "^1.2.1", + "maci-crypto": "^1.2.1", + "maci-domainobjs": "^1.2.1", "solidity-docgen": "^0.6.0-beta.36" }, "devDependencies": { diff --git a/coordinator/package.json b/coordinator/package.json index dd96788f9c..5983c76b94 100644 --- a/coordinator/package.json +++ b/coordinator/package.json @@ -1,6 +1,7 @@ { "name": "maci-coordinator", "version": "0.1.0", + "private": true, "description": "Coordinator service for MACI", "main": "build/ts/main.js", "files": [ @@ -31,10 +32,10 @@ "ethers": "^6.12.1", "hardhat": "^2.22.3", "helmet": "^7.1.0", - "maci-circuits": "^1.2.0", - "maci-cli": "^1.2.0", - "maci-contracts": "^1.2.0", - "maci-domainobjs": "^1.2.0", + "maci-circuits": "^1.2.1", + "maci-cli": "^1.2.1", + "maci-contracts": "^1.2.1", + "maci-domainobjs": "^1.2.1", "reflect-metadata": "^0.2.0", "rxjs": "^7.8.1", "tar": "^7.1.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 442b7e7f18..ae485f2608 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci-core + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/core/package.json b/core/package.json index bfceb08279..8a2bda55e6 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "maci-core", - "version": "1.2.0", + "version": "1.2.1", "description": "", "main": "build/ts/index.js", "types": "build/ts/index.d.ts", @@ -22,8 +22,8 @@ "docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json" }, "dependencies": { - "maci-crypto": "^1.2.0", - "maci-domainobjs": "^1.2.0" + "maci-crypto": "^1.2.1", + "maci-domainobjs": "^1.2.1" }, "devDependencies": { "@types/chai": "^4.3.11", diff --git a/crypto/CHANGELOG.md b/crypto/CHANGELOG.md index 418029a311..b855cb9bdc 100644 --- a/crypto/CHANGELOG.md +++ b/crypto/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci-crypto + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/crypto/package.json b/crypto/package.json index e0a2dcf297..b3809335dc 100644 --- a/crypto/package.json +++ b/crypto/package.json @@ -1,6 +1,6 @@ { "name": "maci-crypto", - "version": "1.2.0", + "version": "1.2.1", "description": "A package containing cryptography utilities for MACI", "main": "build/ts/index.js", "files": [ diff --git a/domainobjs/CHANGELOG.md b/domainobjs/CHANGELOG.md index f39220868b..3151a2b5ed 100644 --- a/domainobjs/CHANGELOG.md +++ b/domainobjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci-domainobjs + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/domainobjs/package.json b/domainobjs/package.json index 249b01b3e7..8f3ae93608 100644 --- a/domainobjs/package.json +++ b/domainobjs/package.json @@ -1,6 +1,6 @@ { "name": "maci-domainobjs", - "version": "1.2.0", + "version": "1.2.1", "description": "", "main": "build/ts/index.js", "files": [ @@ -25,7 +25,7 @@ "ts-mocha": "^10.0.0" }, "dependencies": { - "maci-crypto": "^1.2.0" + "maci-crypto": "^1.2.1" }, "nyc": { "reporter": [ diff --git a/integrationTests/CHANGELOG.md b/integrationTests/CHANGELOG.md index 9cbf1ed427..a331fa936c 100644 --- a/integrationTests/CHANGELOG.md +++ b/integrationTests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package maci-integrationtests + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/integrationTests/package.json b/integrationTests/package.json index 299fb25952..567f9decd7 100644 --- a/integrationTests/package.json +++ b/integrationTests/package.json @@ -1,6 +1,6 @@ { "name": "maci-integrationtests", - "version": "1.2.0", + "version": "1.2.1", "description": "", "main": "build/ts/index.js", "files": [ @@ -34,11 +34,11 @@ "dependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", "ethers": "^6.12.1", - "maci-circuits": "^1.2.0", - "maci-cli": "^1.2.0", - "maci-contracts": "^1.2.0", - "maci-core": "^1.2.0", - "maci-crypto": "^1.2.0", - "maci-domainobjs": "^1.2.0" + "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" } } diff --git a/lerna.json b/lerna.json index 15d5e7a15e..e9dca7941b 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "website", "coordinator" ], - "version": "1.2.0", + "version": "1.2.1", "npmClient": "pnpm", "changelogPreset": { "name": "conventionalcommits", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66abca660c..3f16fdb3b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,13 +102,13 @@ importers: specifier: ^2.0.5 version: 2.0.5 maci-core: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../core maci-crypto: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../crypto maci-domainobjs: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../domainobjs snarkjs: specifier: ^0.7.4 @@ -166,19 +166,19 @@ importers: specifier: ^2.22.3 version: 2.22.3(ts-node@10.9.2)(typescript@5.4.5) maci-circuits: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../circuits maci-contracts: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../contracts maci-core: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../core maci-crypto: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../crypto maci-domainobjs: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../domainobjs prompt: specifier: ^1.3.0 @@ -245,16 +245,16 @@ importers: specifier: ^2.22.3 version: 2.22.3(ts-node@10.9.2)(typescript@5.4.5) maci-circuits: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../circuits maci-core: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../core maci-crypto: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../crypto maci-domainobjs: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../domainobjs solidity-docgen: specifier: ^0.6.0-beta.36 @@ -330,16 +330,16 @@ importers: specifier: ^7.1.0 version: 7.1.0 maci-circuits: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../circuits maci-cli: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../cli maci-contracts: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../contracts maci-domainobjs: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../domainobjs reflect-metadata: specifier: ^0.2.0 @@ -394,10 +394,10 @@ importers: core: dependencies: maci-crypto: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../crypto maci-domainobjs: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../domainobjs devDependencies: '@types/chai': @@ -480,7 +480,7 @@ importers: domainobjs: dependencies: maci-crypto: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../crypto devDependencies: '@types/chai': @@ -514,22 +514,22 @@ importers: specifier: ^6.12.1 version: 6.12.1 maci-circuits: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../circuits maci-cli: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../cli maci-contracts: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../contracts maci-core: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../core maci-crypto: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../crypto maci-domainobjs: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../domainobjs devDependencies: '@types/chai': diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 42859da88a..57691ae964 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +**Note:** Version bump only for package website + + + + + ## [1.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.2.0) (2024-02-23) diff --git a/website/package.json b/website/package.json index 62bee18c43..dc56c21f7b 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.2.0", + "version": "1.2.1", "private": true, "scripts": { "setup-typedoc": "ts-node ./src/scripts/setupTypedoc.ts",