Skip to content

Commit

Permalink
chore: bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed May 15, 2024
1 parent 422a888 commit 0c18913
Show file tree
Hide file tree
Showing 22 changed files with 156 additions and 69 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.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
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.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
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.1",
"version": "1.2.2",
"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.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": {
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.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
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.1",
"version": "1.2.2",
"description": "CLI utilities for MACI",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -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": {
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.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
Expand Down
12 changes: 6 additions & 6 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}
Expand Down
16 changes: 16 additions & 0 deletions coordinator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions coordinator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions core/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.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
Expand Down
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions crypto/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.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
Expand Down
2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions domainobjs/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.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
Expand Down
4 changes: 2 additions & 2 deletions domainobjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-domainobjs",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"main": "build/ts/index.js",
"files": [
Expand All @@ -25,7 +25,7 @@
"ts-mocha": "^10.0.0"
},
"dependencies": {
"maci-crypto": "^1.2.1"
"maci-crypto": "^1.2.2"
},
"nyc": {
"reporter": [
Expand Down
8 changes: 8 additions & 0 deletions integrationTests/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.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
Expand Down
14 changes: 7 additions & 7 deletions integrationTests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-integrationtests",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"main": "build/ts/index.js",
"files": [
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"website",
"coordinator"
],
"version": "1.2.1",
"version": "1.2.2",
"npmClient": "pnpm",
"changelogPreset": {
"name": "conventionalcommits",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 0c18913

Please sign in to comment.