Skip to content

Commit

Permalink
Merge pull request #1743 from privacy-scaling-explorations/chore/rele…
Browse files Browse the repository at this point in the history
…ase-2.0.1

chore(release): publish 2.1.0
  • Loading branch information
0xmad authored Aug 7, 2024
2 parents bc6b5ed + fa36818 commit 98c2181
Show file tree
Hide file tree
Showing 16 changed files with 122 additions and 228 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.1.0) (2024-08-07)


### Features

* **sdk:** get hats gatekeeper data ([a06fa6b](https://github.com/privacy-scaling-explorations/maci/commit/a06fa6b9a400192ea96c98441ba489f4c23e56e6))


### Bug Fixes

* **circuits:** use dynamic imports for promisify ([d5c2d11](https://github.com/privacy-scaling-explorations/maci/commit/d5c2d1127bb26f2abb5079dc4afe62f2d491f21c))
* contract verification for maci ([#1747](https://github.com/privacy-scaling-explorations/maci/issues/1747)) ([08a83b6](https://github.com/privacy-scaling-explorations/maci/commit/08a83b6d2749c2c5f08147eeb1184bada8c23062))
* ensure we store all constructor args for the poll contract ([#1748](https://github.com/privacy-scaling-explorations/maci/issues/1748)) ([18dbda3](https://github.com/privacy-scaling-explorations/maci/commit/18dbda319f226e0e7653307a97541e08c86ae63b))


### Miscellaneous

* **blog:** add v2 blog post ([068f207](https://github.com/privacy-scaling-explorations/maci/commit/068f20705694e05d09df0ead66e5e8d47541a8b2))
* **blog:** fix audit link in v2 blog ([9012d1d](https://github.com/privacy-scaling-explorations/maci/commit/9012d1da5fc98a65a7b87e28af3dbec7eaf67ba1))
* **circuits:** add constraint info print script ([a9cc93e](https://github.com/privacy-scaling-explorations/maci/commit/a9cc93e975b845419a366a07573c27aabdc1bf35))
* **deployment:** ensure user is aware of chanding the coordinator key ([14317d3](https://github.com/privacy-scaling-explorations/maci/commit/14317d3de125f01fa74e5e48d0c51d09bba1bf89))



## [2.0.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.0...v2.0.0) (2024-08-06)


Expand Down
9 changes: 8 additions & 1 deletion apps/subgraph/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.

## [2.1.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.1.0) (2024-08-07)

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





## [2.0.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.0...v2.0.0) (2024-08-06)


Expand Down Expand Up @@ -39,4 +47,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* **release:** publish 2.0.0 ([04e647d](https://github.com/privacy-scaling-explorations/maci/commit/04e647d231df34952569ad6ff802e0b2333eb658))
* remove max values ([8f951b0](https://github.com/privacy-scaling-explorations/maci/commit/8f951b0fcc73212d99d3ddc962fbaa9788471fb6))
* **subgraph:** configure maci-subgraph to be a public npm package ([#1712](https://github.com/privacy-scaling-explorations/maci/issues/1712)) ([03f7713](https://github.com/privacy-scaling-explorations/maci/commit/03f7713a7a534e24584796cdfcc132adc739aad6))

4 changes: 2 additions & 2 deletions apps/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-subgraph",
"version": "2.0.0",
"version": "2.1.0",
"description": "A subgraph to index data from MACI protocol to serve as data layer for frontend integration",
"private": false,
"files": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@graphprotocol/graph-cli": "^0.80.0",
"@graphprotocol/graph-ts": "^0.35.1",
"maci-contracts": "^2.0.0"
"maci-contracts": "^2.1.0"
},
"devDependencies": {
"assemblyscript": "0.19.23",
Expand Down
11 changes: 11 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.1.0) (2024-08-07)


### Miscellaneous

* **blog:** add v2 blog post ([068f207](https://github.com/privacy-scaling-explorations/maci/commit/068f20705694e05d09df0ead66e5e8d47541a8b2))
* **blog:** fix audit link in v2 blog ([9012d1d](https://github.com/privacy-scaling-explorations/maci/commit/9012d1da5fc98a65a7b87e28af3dbec7eaf67ba1))
* **deployment:** ensure user is aware of chanding the coordinator key ([14317d3](https://github.com/privacy-scaling-explorations/maci/commit/14317d3de125f01fa74e5e48d0c51d09bba1bf89))



## [2.0.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.0...v2.0.0) (2024-08-06)


Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"setup-typedoc": "ts-node ./src/scripts/setupTypedoc.ts",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "apps/*"],
"version": "2.0.0",
"version": "2.1.0",
"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": "2.0.0-alpha",
"version": "2.1.0",
"description": "Minimal Anti-Collusion Infrastructure",
"repository": "https://github.com/privacy-scaling-explorations/maci",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/circuits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.1.0) (2024-08-07)


### Bug Fixes

* **circuits:** use dynamic imports for promisify ([d5c2d11](https://github.com/privacy-scaling-explorations/maci/commit/d5c2d1127bb26f2abb5079dc4afe62f2d491f21c))


### Miscellaneous

* **circuits:** add constraint info print script ([a9cc93e](https://github.com/privacy-scaling-explorations/maci/commit/a9cc93e975b845419a366a07573c27aabdc1bf35))



## [2.0.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.0...v2.0.0) (2024-08-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-circuits",
"version": "2.0.0",
"version": "2.1.0",
"description": "zk-SNARK circuits for MACI",
"main": "build/ts/index.js",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.1.0) (2024-08-07)


### Features

* **sdk:** get hats gatekeeper data ([a06fa6b](https://github.com/privacy-scaling-explorations/maci/commit/a06fa6b9a400192ea96c98441ba489f4c23e56e6))



## [2.0.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.0...v2.0.0) (2024-08-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-cli",
"version": "2.0.0",
"version": "2.1.0",
"description": "CLI utilities for MACI",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -48,8 +48,8 @@
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
"maci-circuits": "^2.0.0",
"maci-contracts": "^2.0.0",
"maci-circuits": "^2.1.0",
"maci-contracts": "^2.1.0",
"maci-core": "^2.0.0",
"maci-crypto": "^2.0.0",
"maci-domainobjs": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.1.0) (2024-08-07)


### Bug Fixes

* contract verification for maci ([#1747](https://github.com/privacy-scaling-explorations/maci/issues/1747)) ([08a83b6](https://github.com/privacy-scaling-explorations/maci/commit/08a83b6d2749c2c5f08147eeb1184bada8c23062))
* ensure we store all constructor args for the poll contract ([#1748](https://github.com/privacy-scaling-explorations/maci/issues/1748)) ([18dbda3](https://github.com/privacy-scaling-explorations/maci/commit/18dbda319f226e0e7653307a97541e08c86ae63b))



## [2.0.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.0...v2.0.0) (2024-08-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-contracts",
"version": "2.0.0",
"version": "2.1.0",
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"ethers": "^6.13.2",
"hardhat": "^2.22.7",
"lowdb": "^1.0.0",
"maci-circuits": "^2.0.0",
"maci-circuits": "^2.1.0",
"maci-core": "^2.0.0",
"maci-crypto": "^2.0.0",
"maci-domainobjs": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [2.1.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.1.0) (2024-08-07)

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





## [2.0.0](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.0...v2.0.0) (2024-08-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/integrationTests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-integrationtests",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"main": "build/ts/index.js",
"files": [
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"ethers": "^6.13.2",
"maci-circuits": "^2.0.0",
"maci-cli": "^2.0.0",
"maci-contracts": "^2.0.0",
"maci-circuits": "^2.1.0",
"maci-cli": "^2.1.0",
"maci-contracts": "^2.1.0",
"maci-core": "^2.0.0",
"maci-crypto": "^2.0.0",
"maci-domainobjs": "^2.0.0"
Expand Down
Loading

0 comments on commit 98c2181

Please sign in to comment.