From 0e6d3eb97f504508338da2b0d29676da6e07e51f Mon Sep 17 00:00:00 2001 From: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Date: Wed, 8 May 2024 17:16:02 +0100 Subject: [PATCH] chore(release): publish 1.2.1 --- CHANGELOG.md | 8 ++++++ circuits/CHANGELOG.md | 8 ++++++ circuits/package.json | 8 +++--- cli/CHANGELOG.md | 8 ++++++ cli/package.json | 12 ++++----- contracts/CHANGELOG.md | 8 ++++++ contracts/package.json | 10 +++---- coordinator/package.json | 11 ++++---- core/CHANGELOG.md | 8 ++++++ core/package.json | 6 ++--- crypto/CHANGELOG.md | 8 ++++++ crypto/package.json | 2 +- domainobjs/CHANGELOG.md | 8 ++++++ domainobjs/package.json | 4 +-- integrationTests/CHANGELOG.md | 8 ++++++ integrationTests/package.json | 14 +++++----- lerna.json | 2 +- pnpm-lock.yaml | 50 +++++++++++++++++------------------ website/CHANGELOG.md | 8 ++++++ website/package.json | 2 +- 20 files changed, 133 insertions(+), 60 deletions(-) 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 afb00a4267..579c040447 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 355f45be87..63d6417196 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.0", "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 dbb68351b6..c6935c8b97 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": { @@ -76,10 +76,10 @@ "circomlibjs": "^0.1.7", "ethers": "^6.12.0", "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 4c0150b969..b977503f4d 100644 --- a/coordinator/package.json +++ b/coordinator/package.json @@ -1,6 +1,7 @@ { "name": "maci-coordinator", - "version": "0.1.0", + "version": "1.2.1", + "private": true, "description": "Coordinator service for MACI", "main": "build/ts/main.js", "files": [ @@ -27,10 +28,10 @@ "ethers": "^6.12.0", "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" }, 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 70fb763aa8..d47286bd67 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 97234df6a7..491b33e948 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 a8a02a9723..e5bfd26c58 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 d88add03e0..23ac145e82 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.0", - "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 c7ab6df239..c8e847fd27 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 @@ -242,16 +242,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 @@ -327,16 +327,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 @@ -382,10 +382,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': @@ -468,7 +468,7 @@ importers: domainobjs: dependencies: maci-crypto: - specifier: ^1.2.0 + specifier: ^1.2.1 version: link:../crypto devDependencies: '@types/chai': @@ -502,22 +502,22 @@ importers: specifier: ^6.12.0 version: 6.12.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-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 d44beb9566..0aa482ef2c 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",