Skip to content

Commit

Permalink
chore(release): publish 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisgarner authored and ctrlc03 committed Jun 10, 2024
1 parent 6fc93d0 commit 471b039
Show file tree
Hide file tree
Showing 24 changed files with 141 additions and 1,184 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06)

**Note:** Version bump only for package maci





## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28)


Expand Down
8 changes: 8 additions & 0 deletions circuits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06)

**Note:** Version bump only for package maci-circuits





## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28)

**Note:** Version bump only for package maci-circuits
Expand Down
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.3",
"version": "1.2.4",
"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.3",
"maci-crypto": "^1.2.3",
"maci-domainobjs": "^1.2.3",
"maci-core": "^1.2.4",
"maci-crypto": "^1.2.4",
"maci-domainobjs": "^1.2.4",
"snarkjs": "^0.7.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06)

**Note:** Version bump only for package maci-cli





## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28)


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.3",
"version": "1.2.4",
"description": "CLI utilities for MACI",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -48,11 +48,11 @@
"dotenv": "^16.4.5",
"ethers": "^6.12.0",
"hardhat": "^2.22.3",
"maci-circuits": "^1.2.3",
"maci-contracts": "^1.2.3",
"maci-core": "^1.2.3",
"maci-crypto": "^1.2.3",
"maci-domainobjs": "^1.2.3",
"maci-circuits": "^1.2.4",
"maci-contracts": "^1.2.4",
"maci-core": "^1.2.4",
"maci-crypto": "^1.2.4",
"maci-domainobjs": "^1.2.4",
"prompt": "^1.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06)

**Note:** Version bump only for package maci-contracts





## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28)

**Note:** Version bump only for package maci-contracts
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.3",
"version": "1.2.4",
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -77,10 +77,10 @@
"ethers": "^6.12.0",
"hardhat": "^2.22.3",
"lowdb": "^1.0.0",
"maci-circuits": "^1.2.3",
"maci-core": "^1.2.3",
"maci-crypto": "^1.2.3",
"maci-domainobjs": "^1.2.3",
"maci-circuits": "^1.2.4",
"maci-core": "^1.2.4",
"maci-crypto": "^1.2.4",
"maci-domainobjs": "^1.2.4",
"solidity-docgen": "^0.6.0-beta.36",
"uuid": "^9.0.0"
},
Expand Down
Loading

0 comments on commit 471b039

Please sign in to comment.