From 0c18913d4c84bfa9fbfd66dc017e338df9fdda96 Mon Sep 17 00:00:00 2001 From: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Date: Wed, 15 May 2024 10:19:38 +0100 Subject: [PATCH] chore: bump to 1.2.2 --- 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 | 12 +++---- coordinator/CHANGELOG.md | 16 +++++++++ coordinator/package.json | 10 +++--- 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 +- package.json | 2 +- pnpm-lock.yaml | 63 +++++++++++++++++------------------ website/CHANGELOG.md | 8 +++++ website/package.json | 2 +- 22 files changed, 156 insertions(+), 69 deletions(-) create mode 100644 coordinator/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a32045e732..58991b5f90 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci + + + + + **Note:** Version bump only for package maci diff --git a/circuits/CHANGELOG.md b/circuits/CHANGELOG.md index 96c25d65db..66551f77b9 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-circuits + + + + + **Note:** Version bump only for package maci-circuits diff --git a/circuits/package.json b/circuits/package.json index 579c040447..ddfed6477c 100644 --- a/circuits/package.json +++ b/circuits/package.json @@ -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": [ @@ -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": { diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 354514e818..930ccb1ee2 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-cli + + + + + **Note:** Version bump only for package maci-cli diff --git a/cli/package.json b/cli/package.json index 63d6417196..5a8857bcaf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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": { @@ -47,11 +47,11 @@ "dotenv": "^16.4.5", "ethers": "^6.12.0", "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": { diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 905b55ec9a..fc3cda7f04 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-contracts + + + + + **Note:** Version bump only for package maci-contracts diff --git a/contracts/package.json b/contracts/package.json index c6935c8b97..d5db7ef8a7 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -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": { @@ -76,10 +76,11 @@ "circomlibjs": "^0.1.7", "ethers": "^6.12.0", "hardhat": "^2.22.3", - "maci-circuits": "^1.2.1", - "maci-core": "^1.2.1", - "maci-crypto": "^1.2.1", - "maci-domainobjs": "^1.2.1", + "lowdb": "^1.0.0", + "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": { @@ -93,7 +94,6 @@ "dotenv": "^16.4.5", "hardhat-artifactor": "^0.2.0", "hardhat-contract-sizer": "^2.10.0", - "lowdb": "^1.0.0", "ts-node": "^10.9.1", "typescript": "^5.4.5" } diff --git a/coordinator/CHANGELOG.md b/coordinator/CHANGELOG.md new file mode 100644 index 0000000000..56e568c1ba --- /dev/null +++ b/coordinator/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-coordinator + + + + + + + +**Note:** Version bump only for package maci-coordinator diff --git a/coordinator/package.json b/coordinator/package.json index b977503f4d..1fe150e7f0 100644 --- a/coordinator/package.json +++ b/coordinator/package.json @@ -1,6 +1,6 @@ { "name": "maci-coordinator", - "version": "1.2.1", + "version": "0.1.0", "private": true, "description": "Coordinator service for MACI", "main": "build/ts/main.js", @@ -28,10 +28,10 @@ "ethers": "^6.12.0", "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" }, diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index ae485f2608..99c7c81208 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-core + + + + + **Note:** Version bump only for package maci-core diff --git a/core/package.json b/core/package.json index d47286bd67..03ab24e4b5 100644 --- a/core/package.json +++ b/core/package.json @@ -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", @@ -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", diff --git a/crypto/CHANGELOG.md b/crypto/CHANGELOG.md index b855cb9bdc..b358dd3a99 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-crypto + + + + + **Note:** Version bump only for package maci-crypto diff --git a/crypto/package.json b/crypto/package.json index 491b33e948..bbca15d95a 100644 --- a/crypto/package.json +++ b/crypto/package.json @@ -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": [ diff --git a/domainobjs/CHANGELOG.md b/domainobjs/CHANGELOG.md index 3151a2b5ed..0c5da9ebf6 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-domainobjs + + + + + **Note:** Version bump only for package maci-domainobjs diff --git a/domainobjs/package.json b/domainobjs/package.json index e5bfd26c58..9a64246e5a 100644 --- a/domainobjs/package.json +++ b/domainobjs/package.json @@ -1,6 +1,6 @@ { "name": "maci-domainobjs", - "version": "1.2.1", + "version": "1.2.2", "description": "", "main": "build/ts/index.js", "files": [ @@ -25,7 +25,7 @@ "ts-mocha": "^10.0.0" }, "dependencies": { - "maci-crypto": "^1.2.1" + "maci-crypto": "^1.2.2" }, "nyc": { "reporter": [ diff --git a/integrationTests/CHANGELOG.md b/integrationTests/CHANGELOG.md index a331fa936c..6ae3b32294 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package maci-integrationtests + + + + + **Note:** Version bump only for package maci-integrationtests diff --git a/integrationTests/package.json b/integrationTests/package.json index 23ac145e82..7200d3d3e2 100644 --- a/integrationTests/package.json +++ b/integrationTests/package.json @@ -1,6 +1,6 @@ { "name": "maci-integrationtests", - "version": "1.2.1", + "version": "1.2.2", "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.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" } } diff --git a/lerna.json b/lerna.json index e9dca7941b..3092161ab5 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "website", "coordinator" ], - "version": "1.2.1", + "version": "1.2.2", "npmClient": "pnpm", "changelogPreset": { "name": "conventionalcommits", diff --git a/package.json b/package.json index abfededb68..440a75b7b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maci", - "version": "1.2.0", + "version": "1.2.2", "description": "Minimal Anti-Collusion Infrastructure", "repository": "https://github.com/privacy-scaling-explorations/maci", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8e847fd27..41ddbd9e0c 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.1 + specifier: ^1.2.2 version: link:../core maci-crypto: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../crypto maci-domainobjs: - specifier: ^1.2.1 + specifier: ^1.2.2 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.1 + specifier: ^1.2.2 version: link:../circuits maci-contracts: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../contracts maci-core: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../core maci-crypto: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../crypto maci-domainobjs: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../domainobjs prompt: specifier: ^1.3.0 @@ -241,17 +241,20 @@ importers: hardhat: specifier: ^2.22.3 version: 2.22.3(ts-node@10.9.2)(typescript@5.4.5) + lowdb: + specifier: ^1.0.0 + version: 1.0.0 maci-circuits: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../circuits maci-core: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../core maci-crypto: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../crypto maci-domainobjs: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../domainobjs solidity-docgen: specifier: ^0.6.0-beta.36 @@ -287,9 +290,6 @@ importers: hardhat-contract-sizer: specifier: ^2.10.0 version: 2.10.0(hardhat@2.22.3) - lowdb: - specifier: ^1.0.0 - version: 1.0.0 ts-node: specifier: ^10.9.1 version: 10.9.2(@types/node@20.12.7)(typescript@5.4.5) @@ -327,16 +327,16 @@ importers: specifier: ^7.1.0 version: 7.1.0 maci-circuits: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../circuits maci-cli: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../cli maci-contracts: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../contracts maci-domainobjs: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../domainobjs reflect-metadata: specifier: ^0.2.0 @@ -382,10 +382,10 @@ importers: core: dependencies: maci-crypto: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../crypto maci-domainobjs: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../domainobjs devDependencies: '@types/chai': @@ -468,7 +468,7 @@ importers: domainobjs: dependencies: maci-crypto: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../crypto devDependencies: '@types/chai': @@ -502,22 +502,22 @@ importers: specifier: ^6.12.0 version: 6.12.0 maci-circuits: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../circuits maci-cli: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../cli maci-contracts: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../contracts maci-core: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../core maci-crypto: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../crypto maci-domainobjs: - specifier: ^1.2.1 + specifier: ^1.2.2 version: link:../domainobjs devDependencies: '@types/chai': @@ -12229,7 +12229,7 @@ packages: /is-promise@2.2.2: resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} - dev: true + dev: false /is-reference@3.0.2: resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} @@ -13537,7 +13537,7 @@ packages: lodash: 4.17.21 pify: 3.0.0 steno: 0.4.4 - dev: true + dev: false /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} @@ -15698,7 +15698,6 @@ packages: /pify@3.0.0: resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} - dev: true /pify@4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} @@ -17939,7 +17938,7 @@ packages: resolution: {integrity: sha512-EEHMVYHNXFHfGtgjNITnka0aHhiAlo93F7z2/Pwd+g0teG9CnM3JIINM7hVVB5/rhw9voufD7Wukwgtw2uqh6w==} dependencies: graceful-fs: 4.2.11 - dev: true + dev: false /streamsearch@1.1.0: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 57691ae964..1164574532 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. +## [1.2.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.1...v1.2.2) (2024-05-15) + +**Note:** Version bump only for package website + + + + + **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 0aa482ef2c..9bf4549bf6 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.2.1", + "version": "1.2.2", "private": true, "scripts": { "setup-typedoc": "ts-node ./src/scripts/setupTypedoc.ts",