From 2b7387acca7365621a6e04ef608145b075563987 Mon Sep 17 00:00:00 2001 From: 0xmad <0xmad@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:17:11 -0500 Subject: [PATCH] chore(release): publish 2.4.0 --- CHANGELOG.md | 41 +++++++++ apps/subgraph/CHANGELOG.md | 8 ++ apps/subgraph/package.json | 4 +- apps/website/CHANGELOG.md | 16 ++++ apps/website/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- packages/circuits/CHANGELOG.md | 10 +++ packages/circuits/package.json | 8 +- packages/cli/CHANGELOG.md | 20 +++++ packages/cli/package.json | 12 +-- packages/contracts/CHANGELOG.md | 22 +++++ packages/contracts/package.json | 10 +-- packages/core/CHANGELOG.md | 9 ++ packages/core/package.json | 6 +- packages/crypto/CHANGELOG.md | 10 +++ packages/crypto/package.json | 2 +- packages/domainobjs/CHANGELOG.md | 9 ++ packages/domainobjs/package.json | 4 +- packages/integrationTests/CHANGELOG.md | 9 ++ packages/integrationTests/package.json | 14 +-- pnpm-lock.yaml | 119 ++++++------------------- 22 files changed, 214 insertions(+), 125 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc22e17a..ba7e7d380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Features + +* **contracts:** add virtual modifiers for poll ([0c4806f](https://github.com/privacy-scaling-explorations/maci/commit/0c4806f18fe2f3f3bf44233799a7d127a88dd9c1)) +* **merkleroot-gatekeeper:** added deploy scripts and config ([#1822](https://github.com/privacy-scaling-explorations/maci/issues/1822)) ([0a55bbc](https://github.com/privacy-scaling-explorations/maci/commit/0a55bbc38e690d876cf920709f13e973dd844267)) +* **merkleroot-gatekeeper:** adds a gatekeeper that uses merkle tree ([#1821](https://github.com/privacy-scaling-explorations/maci/issues/1821)) ([1cce59a](https://github.com/privacy-scaling-explorations/maci/commit/1cce59ab1eb8aafd37a374a8eb70cff77a07e99c)) +* **scripts:** added merkleproof gatekeeper to signup script and utils ([#1823](https://github.com/privacy-scaling-explorations/maci/issues/1823)) ([f5d7e6d](https://github.com/privacy-scaling-explorations/maci/commit/f5d7e6df2aab2dc264235264a9593282054bdfa2)) + + +### Bug Fixes + +* **deploy-maci:** sets the maci instance of any gatekeeper ([4d5ae24](https://github.com/privacy-scaling-explorations/maci/commit/4d5ae24c8401f21d8c2fed82ca3599963c5e1301)) +* ensure nightly workflow use correct paths ([#1814](https://github.com/privacy-scaling-explorations/maci/issues/1814)) ([e0c81ac](https://github.com/privacy-scaling-explorations/maci/commit/e0c81ac310fdceb35b6a18c390751164444dc28b)) +* **zupass-gatekeeper:** event id was stored at the wrong index ([#1836](https://github.com/privacy-scaling-explorations/maci/issues/1836)) ([d5bc146](https://github.com/privacy-scaling-explorations/maci/commit/d5bc146d67dde8bb8a20c6799024a4d3da08d1fc)) + + +### Code Refactoring + +* redesigned projects built with MACI page ([#1813](https://github.com/privacy-scaling-explorations/maci/issues/1813)) ([f730dd7](https://github.com/privacy-scaling-explorations/maci/commit/f730dd7e87689edbbc276b1cf170cbc17e580a3c)) + + +### Miscellaneous + +* **deps-dev:** bump @commitlint/cli from 19.4.0 to 19.5.0 ([#1832](https://github.com/privacy-scaling-explorations/maci/issues/1832)) ([92576a0](https://github.com/privacy-scaling-explorations/maci/commit/92576a0ab591d71093f6b005385dbc5744e7bae1)) +* **deps-dev:** bump @commitlint/config-conventional ([#1833](https://github.com/privacy-scaling-explorations/maci/issues/1833)) ([e81b940](https://github.com/privacy-scaling-explorations/maci/commit/e81b94074585f24ca012e9a25919b9b0e7c2eea1)) +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) +* **deps-dev:** bump @types/prompt from 1.1.8 to 1.1.9 ([#1826](https://github.com/privacy-scaling-explorations/maci/issues/1826)) ([52bf4b6](https://github.com/privacy-scaling-explorations/maci/commit/52bf4b60d8a34201f2acc2e2283144eb2a584abe)) +* **deps-dev:** bump eslint-plugin-import from 2.29.1 to 2.30.0 ([#1815](https://github.com/privacy-scaling-explorations/maci/issues/1815)) ([b275b33](https://github.com/privacy-scaling-explorations/maci/commit/b275b3358f9c46d9c616bb182b781a9eafafe1de)) +* **deps-dev:** bump husky from 9.1.4 to 9.1.5 ([#1817](https://github.com/privacy-scaling-explorations/maci/issues/1817)) ([0367ac9](https://github.com/privacy-scaling-explorations/maci/commit/0367ac93098463041632ffde1319f6b49d812108)) +* **deps-dev:** bump typedoc from 0.26.6 to 0.26.7 ([#1818](https://github.com/privacy-scaling-explorations/maci/issues/1818)) ([4fe5e82](https://github.com/privacy-scaling-explorations/maci/commit/4fe5e82901f77d860bfb6f728b7b57dbafe9b7a2)) +* **deps:** bump @zk-kit/baby-jubjub from 1.0.1 to 1.0.3 ([#1825](https://github.com/privacy-scaling-explorations/maci/issues/1825)) ([071806d](https://github.com/privacy-scaling-explorations/maci/commit/071806d43e49db9f9c57f36b4ca80aea8afa29d5)) +* **deps:** bump crate-ci/typos from 1.24.3 to 1.24.5 ([e8068c6](https://github.com/privacy-scaling-explorations/maci/commit/e8068c6d3d398d7551e2c5c248eeb5af62688038)) +* **deps:** bump crate-ci/typos from 1.24.5 to 1.24.6 ([#1835](https://github.com/privacy-scaling-explorations/maci/issues/1835)) ([2d9bac4](https://github.com/privacy-scaling-explorations/maci/commit/2d9bac4e9880c07f1a36920a2791a45ad44f9e1d)) +* **deps:** bump prism-react-renderer from 2.3.1 to 2.4.0 ([#1816](https://github.com/privacy-scaling-explorations/maci/issues/1816)) ([79dc24e](https://github.com/privacy-scaling-explorations/maci/commit/79dc24eb936d4ef9adbd873fda96214e1d449a75)) +* **docs:** update link for AccQueue contract ([#1824](https://github.com/privacy-scaling-explorations/maci/issues/1824)) ([80db080](https://github.com/privacy-scaling-explorations/maci/commit/80db080da7dab83c7b283c60e8e659164d507aec)) +* **maci-wrapper-guide:** updated maciwrapper guide ([#1831](https://github.com/privacy-scaling-explorations/maci/issues/1831)) ([f9ac844](https://github.com/privacy-scaling-explorations/maci/commit/f9ac8444f2e85adfd0023df66d0419774ec91ea5)) + + + ## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) diff --git a/apps/subgraph/CHANGELOG.md b/apps/subgraph/CHANGELOG.md index 61640632d..e35c6c569 100644 --- a/apps/subgraph/CHANGELOG.md +++ b/apps/subgraph/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. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + +**Note:** Version bump only for package maci-subgraph + + + + + ## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) **Note:** Version bump only for package maci-subgraph diff --git a/apps/subgraph/package.json b/apps/subgraph/package.json index 15c2a3b83..8d8488165 100644 --- a/apps/subgraph/package.json +++ b/apps/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "maci-subgraph", - "version": "2.3.0", + "version": "2.4.0", "description": "A subgraph to index data from MACI protocol to serve as data layer for frontend integration", "private": false, "files": [ @@ -28,7 +28,7 @@ "dependencies": { "@graphprotocol/graph-cli": "^0.80.0", "@graphprotocol/graph-ts": "^0.35.1", - "maci-contracts": "^2.3.0" + "maci-contracts": "^2.4.0" }, "devDependencies": { "assemblyscript": "0.19.23", diff --git a/apps/website/CHANGELOG.md b/apps/website/CHANGELOG.md index 3b9cbbf58..6d46c1b9b 100644 --- a/apps/website/CHANGELOG.md +++ b/apps/website/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Code Refactoring + +* redesigned projects built with MACI page ([#1813](https://github.com/privacy-scaling-explorations/maci/issues/1813)) ([f730dd7](https://github.com/privacy-scaling-explorations/maci/commit/f730dd7e87689edbbc276b1cf170cbc17e580a3c)) + + +### Miscellaneous + +* **deps:** bump prism-react-renderer from 2.3.1 to 2.4.0 ([#1816](https://github.com/privacy-scaling-explorations/maci/issues/1816)) ([79dc24e](https://github.com/privacy-scaling-explorations/maci/commit/79dc24eb936d4ef9adbd873fda96214e1d449a75)) +* **docs:** update link for AccQueue contract ([#1824](https://github.com/privacy-scaling-explorations/maci/issues/1824)) ([80db080](https://github.com/privacy-scaling-explorations/maci/commit/80db080da7dab83c7b283c60e8e659164d507aec)) +* **maci-wrapper-guide:** updated maciwrapper guide ([#1831](https://github.com/privacy-scaling-explorations/maci/issues/1831)) ([f9ac844](https://github.com/privacy-scaling-explorations/maci/commit/f9ac8444f2e85adfd0023df66d0419774ec91ea5)) + + + ## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) diff --git a/apps/website/package.json b/apps/website/package.json index c57ac928c..04a372584 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.3.0", + "version": "2.4.0", "private": true, "scripts": { "setup-typedoc": "ts-node ./src/scripts/setupTypedoc.ts", diff --git a/lerna.json b/lerna.json index 82383e016..27f18f4ce 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "apps/*"], - "version": "2.3.0", + "version": "2.4.0", "npmClient": "pnpm", "changelogPreset": { "name": "conventionalcommits", diff --git a/package.json b/package.json index 34629eac1..d2a2822eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maci", - "version": "2.3.0", + "version": "2.4.0", "description": "Minimal Anti-Collusion Infrastructure", "repository": "https://github.com/privacy-scaling-explorations/maci", "license": "MIT", diff --git a/packages/circuits/CHANGELOG.md b/packages/circuits/CHANGELOG.md index a27b2f349..65f14c545 100644 --- a/packages/circuits/CHANGELOG.md +++ b/packages/circuits/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Miscellaneous + +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) +* **deps:** bump @zk-kit/baby-jubjub from 1.0.1 to 1.0.3 ([#1825](https://github.com/privacy-scaling-explorations/maci/issues/1825)) ([071806d](https://github.com/privacy-scaling-explorations/maci/commit/071806d43e49db9f9c57f36b4ca80aea8afa29d5)) + + + ## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) diff --git a/packages/circuits/package.json b/packages/circuits/package.json index 375e38af3..d7c45ad17 100644 --- a/packages/circuits/package.json +++ b/packages/circuits/package.json @@ -1,6 +1,6 @@ { "name": "maci-circuits", - "version": "2.3.0", + "version": "2.4.0", "description": "zk-SNARK circuits for MACI", "main": "build/ts/index.js", "files": [ @@ -41,9 +41,9 @@ "@zk-kit/circuits": "^0.4.0", "circomkit": "^0.2.1", "circomlib": "^2.0.5", - "maci-core": "^2.2.0", - "maci-crypto": "^2.2.0", - "maci-domainobjs": "^2.2.0", + "maci-core": "^2.4.0", + "maci-crypto": "^2.4.0", + "maci-domainobjs": "^2.4.0", "snarkjs": "^0.7.4" }, "devDependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index eb919e237..32717f0ea 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Features + +* **scripts:** added merkleproof gatekeeper to signup script and utils ([#1823](https://github.com/privacy-scaling-explorations/maci/issues/1823)) ([f5d7e6d](https://github.com/privacy-scaling-explorations/maci/commit/f5d7e6df2aab2dc264235264a9593282054bdfa2)) + + +### Bug Fixes + +* ensure nightly workflow use correct paths ([#1814](https://github.com/privacy-scaling-explorations/maci/issues/1814)) ([e0c81ac](https://github.com/privacy-scaling-explorations/maci/commit/e0c81ac310fdceb35b6a18c390751164444dc28b)) + + +### Miscellaneous + +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) +* **deps-dev:** bump @types/prompt from 1.1.8 to 1.1.9 ([#1826](https://github.com/privacy-scaling-explorations/maci/issues/1826)) ([52bf4b6](https://github.com/privacy-scaling-explorations/maci/commit/52bf4b60d8a34201f2acc2e2283144eb2a584abe)) + + + ## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) diff --git a/packages/cli/package.json b/packages/cli/package.json index e05fbf52f..96324761f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "maci-cli", - "version": "2.3.0", + "version": "2.4.0", "description": "CLI utilities for MACI", "main": "build/ts/index.js", "exports": { @@ -48,11 +48,11 @@ "dotenv": "^16.4.5", "ethers": "^6.13.2", "hardhat": "^2.22.8", - "maci-circuits": "^2.3.0", - "maci-contracts": "^2.3.0", - "maci-core": "^2.2.0", - "maci-crypto": "^2.2.0", - "maci-domainobjs": "^2.2.0", + "maci-circuits": "^2.4.0", + "maci-contracts": "^2.4.0", + "maci-core": "^2.4.0", + "maci-crypto": "^2.4.0", + "maci-domainobjs": "^2.4.0", "prompt": "^1.3.0" }, "devDependencies": { diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 9f055b57a..007aaae32 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Features + +* **contracts:** add virtual modifiers for poll ([0c4806f](https://github.com/privacy-scaling-explorations/maci/commit/0c4806f18fe2f3f3bf44233799a7d127a88dd9c1)) +* **merkleroot-gatekeeper:** added deploy scripts and config ([#1822](https://github.com/privacy-scaling-explorations/maci/issues/1822)) ([0a55bbc](https://github.com/privacy-scaling-explorations/maci/commit/0a55bbc38e690d876cf920709f13e973dd844267)) +* **merkleroot-gatekeeper:** adds a gatekeeper that uses merkle tree ([#1821](https://github.com/privacy-scaling-explorations/maci/issues/1821)) ([1cce59a](https://github.com/privacy-scaling-explorations/maci/commit/1cce59ab1eb8aafd37a374a8eb70cff77a07e99c)) + + +### Bug Fixes + +* **deploy-maci:** sets the maci instance of any gatekeeper ([4d5ae24](https://github.com/privacy-scaling-explorations/maci/commit/4d5ae24c8401f21d8c2fed82ca3599963c5e1301)) +* **zupass-gatekeeper:** event id was stored at the wrong index ([#1836](https://github.com/privacy-scaling-explorations/maci/issues/1836)) ([d5bc146](https://github.com/privacy-scaling-explorations/maci/commit/d5bc146d67dde8bb8a20c6799024a4d3da08d1fc)) + + +### Miscellaneous + +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) + + + ## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 2c3474642..125c06999 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "maci-contracts", - "version": "2.3.0", + "version": "2.4.0", "description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)", "main": "build/ts/index.js", "exports": { @@ -159,10 +159,10 @@ "ethers": "^6.13.2", "hardhat": "^2.22.8", "lowdb": "^1.0.0", - "maci-circuits": "^2.3.0", - "maci-core": "^2.2.0", - "maci-crypto": "^2.2.0", - "maci-domainobjs": "^2.2.0", + "maci-circuits": "^2.4.0", + "maci-core": "^2.4.0", + "maci-crypto": "^2.4.0", + "maci-domainobjs": "^2.4.0", "solidity-docgen": "^0.6.0-beta.36", "uuid": "^10.0.0" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 037630f18..7081e783b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Miscellaneous + +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) + + + ## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19) diff --git a/packages/core/package.json b/packages/core/package.json index 7514dccdc..7be295403 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "maci-core", - "version": "2.2.0", + "version": "2.4.0", "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": "^2.2.0", - "maci-domainobjs": "^2.2.0" + "maci-crypto": "^2.4.0", + "maci-domainobjs": "^2.4.0" }, "devDependencies": { "@types/chai": "^4.3.11", diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 6f47f2607..88d502170 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Miscellaneous + +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) +* **deps:** bump @zk-kit/baby-jubjub from 1.0.1 to 1.0.3 ([#1825](https://github.com/privacy-scaling-explorations/maci/issues/1825)) ([071806d](https://github.com/privacy-scaling-explorations/maci/commit/071806d43e49db9f9c57f36b4ca80aea8afa29d5)) + + + ## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19) diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 5c57390e8..b0ef1daef 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "maci-crypto", - "version": "2.2.0", + "version": "2.4.0", "description": "A package containing cryptography utilities for MACI", "main": "build/ts/index.js", "files": [ diff --git a/packages/domainobjs/CHANGELOG.md b/packages/domainobjs/CHANGELOG.md index 11cdce2ec..c023dd85d 100644 --- a/packages/domainobjs/CHANGELOG.md +++ b/packages/domainobjs/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Miscellaneous + +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) + + + ## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19) diff --git a/packages/domainobjs/package.json b/packages/domainobjs/package.json index 8819c9047..224ef59e5 100644 --- a/packages/domainobjs/package.json +++ b/packages/domainobjs/package.json @@ -1,6 +1,6 @@ { "name": "maci-domainobjs", - "version": "2.2.0", + "version": "2.4.0", "description": "", "main": "build/ts/index.js", "files": [ @@ -25,7 +25,7 @@ "ts-mocha": "^10.0.0" }, "dependencies": { - "maci-crypto": "^2.2.0" + "maci-crypto": "^2.4.0" }, "nyc": { "reporter": [ diff --git a/packages/integrationTests/CHANGELOG.md b/packages/integrationTests/CHANGELOG.md index fd641a24f..c4ebf38b0 100644 --- a/packages/integrationTests/CHANGELOG.md +++ b/packages/integrationTests/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.3.0...v2.4.0) (2024-09-30) + + +### Miscellaneous + +* **deps-dev:** bump @types/mocha from 10.0.7 to 10.0.8 ([#1827](https://github.com/privacy-scaling-explorations/maci/issues/1827)) ([4deae8b](https://github.com/privacy-scaling-explorations/maci/commit/4deae8bb3a4ea5cf1b4ad16018186a593142adb8)) + + + ## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) **Note:** Version bump only for package maci-integrationtests diff --git a/packages/integrationTests/package.json b/packages/integrationTests/package.json index 2442126e8..074943056 100644 --- a/packages/integrationTests/package.json +++ b/packages/integrationTests/package.json @@ -1,6 +1,6 @@ { "name": "maci-integrationtests", - "version": "2.3.0", + "version": "2.4.0", "description": "", "main": "build/ts/index.js", "files": [ @@ -33,11 +33,11 @@ "dependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", "ethers": "^6.13.2", - "maci-circuits": "^2.3.0", - "maci-cli": "^2.3.0", - "maci-contracts": "^2.3.0", - "maci-core": "^2.2.0", - "maci-crypto": "^2.2.0", - "maci-domainobjs": "^2.2.0" + "maci-circuits": "^2.4.0", + "maci-cli": "^2.4.0", + "maci-contracts": "^2.4.0", + "maci-core": "^2.4.0", + "maci-crypto": "^2.4.0", + "maci-domainobjs": "^2.4.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 676688519..3bad8cf41 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,7 +105,7 @@ importers: specifier: ^0.35.1 version: 0.35.1 maci-contracts: - specifier: ^2.3.0 + specifier: ^2.4.0 version: link:../../packages/contracts devDependencies: assemblyscript: @@ -203,13 +203,13 @@ importers: specifier: ^2.0.5 version: 2.0.5 maci-core: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../core maci-crypto: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../crypto maci-domainobjs: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../domainobjs snarkjs: specifier: ^0.7.4 @@ -279,19 +279,19 @@ importers: specifier: ^2.22.8 version: 2.22.8(ts-node@10.9.2(@types/node@22.4.1)(typescript@5.5.4))(typescript@5.5.4) maci-circuits: - specifier: ^2.3.0 + specifier: ^2.4.0 version: link:../circuits maci-contracts: - specifier: ^2.3.0 + specifier: ^2.4.0 version: link:../contracts maci-core: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../core maci-crypto: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../crypto maci-domainobjs: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../domainobjs prompt: specifier: ^1.3.0 @@ -364,16 +364,16 @@ importers: specifier: ^1.0.0 version: 1.0.0 maci-circuits: - specifier: ^2.3.0 + specifier: ^2.4.0 version: link:../circuits maci-core: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../core maci-crypto: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../crypto maci-domainobjs: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../domainobjs solidity-docgen: specifier: ^0.6.0-beta.36 @@ -425,10 +425,10 @@ importers: packages/core: dependencies: maci-crypto: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../crypto maci-domainobjs: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../domainobjs devDependencies: '@types/chai': @@ -511,7 +511,7 @@ importers: packages/domainobjs: dependencies: maci-crypto: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../crypto devDependencies: '@types/chai': @@ -545,22 +545,22 @@ importers: specifier: ^6.13.2 version: 6.13.2 maci-circuits: - specifier: ^2.3.0 + specifier: ^2.4.0 version: link:../circuits maci-cli: - specifier: ^2.3.0 + specifier: ^2.4.0 version: link:../cli maci-contracts: - specifier: ^2.3.0 + specifier: ^2.4.0 version: link:../contracts maci-core: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../core maci-crypto: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../crypto maci-domainobjs: - specifier: ^2.2.0 + specifier: ^2.4.0 version: link:../domainobjs devDependencies: '@types/chai': @@ -11687,7 +11687,7 @@ snapshots: '@docusaurus/core': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/logger': 3.5.1 '@docusaurus/mdx-loader': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/plugin-content-docs': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) + '@docusaurus/plugin-content-docs': 3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/theme-common': 3.5.1(@docusaurus/plugin-content-docs@3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/types': 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@docusaurus/utils': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4) @@ -11724,45 +11724,6 @@ snapshots: - webpack-cli '@docusaurus/plugin-content-docs@3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)': - dependencies: - '@docusaurus/core': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/logger': 3.5.1 - '@docusaurus/mdx-loader': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/module-type-aliases': 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/theme-common': 3.5.1(@docusaurus/plugin-content-docs@3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/types': 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4) - '@docusaurus/utils-common': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@docusaurus/utils-validation': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4) - '@types/react-router-config': 5.0.11 - combine-promises: 1.2.0 - fs-extra: 11.2.0 - js-yaml: 4.1.0 - lodash: 4.17.21 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - tslib: 2.6.3 - utility-types: 3.11.0 - webpack: 5.92.1 - transitivePeerDependencies: - - '@parcel/css' - - '@rspack/core' - - '@swc/core' - - '@swc/css' - - bufferutil - - csso - - debug - - esbuild - - eslint - - lightningcss - - supports-color - - typescript - - uglify-js - - utf-8-validate - - vue-template-compiler - - webpack-cli - - '@docusaurus/plugin-content-docs@3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)': dependencies: '@docusaurus/core': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/logger': 3.5.1 @@ -11973,7 +11934,7 @@ snapshots: dependencies: '@docusaurus/core': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/plugin-content-blog': 3.5.1(@docusaurus/plugin-content-docs@3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/plugin-content-docs': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) + '@docusaurus/plugin-content-docs': 3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/plugin-content-pages': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/plugin-debug': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/plugin-google-analytics': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) @@ -12018,7 +11979,7 @@ snapshots: '@docusaurus/mdx-loader': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/module-type-aliases': 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@docusaurus/plugin-content-blog': 3.5.1(@docusaurus/plugin-content-docs@3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/plugin-content-docs': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) + '@docusaurus/plugin-content-docs': 3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/plugin-content-pages': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/theme-common': 3.5.1(@docusaurus/plugin-content-docs@3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/theme-translations': 3.5.1 @@ -12060,37 +12021,11 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/theme-common@3.5.1(@docusaurus/plugin-content-docs@3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)': - dependencies: - '@docusaurus/mdx-loader': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/module-type-aliases': 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/plugin-content-docs': 3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) - '@docusaurus/utils': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4) - '@docusaurus/utils-common': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@types/history': 4.7.11 - '@types/react': 18.3.3 - '@types/react-router-config': 5.0.11 - clsx: 2.1.1 - parse-numeric-range: 1.3.0 - prism-react-renderer: 2.4.0(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - tslib: 2.6.3 - utility-types: 3.11.0 - transitivePeerDependencies: - - '@docusaurus/types' - - '@swc/core' - - esbuild - - supports-color - - typescript - - uglify-js - - webpack-cli - '@docusaurus/theme-common@3.5.1(@docusaurus/plugin-content-docs@3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)': dependencies: '@docusaurus/mdx-loader': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/module-type-aliases': 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/plugin-content-docs': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) + '@docusaurus/plugin-content-docs': 3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/utils': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4) '@docusaurus/utils-common': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@types/history': 4.7.11 @@ -12117,7 +12052,7 @@ snapshots: '@docsearch/react': 3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.14.0) '@docusaurus/core': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/logger': 3.5.1 - '@docusaurus/plugin-content-docs': 3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) + '@docusaurus/plugin-content-docs': 3.5.1(debug@4.3.6)(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/theme-common': 3.5.1(@docusaurus/plugin-content-docs@3.5.1(eslint@8.57.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@docusaurus/theme-translations': 3.5.1 '@docusaurus/utils': 3.5.1(@docusaurus/types@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)