Skip to content

Commit

Permalink
chore(release): publish 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad authored and ctrlc03 committed Aug 7, 2024
1 parent 1032f7a commit a6c0197
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 22 deletions.
14 changes: 14 additions & 0 deletions 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.0.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.0.1) (2024-08-06)


### Bug Fixes

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


### Miscellaneous

* **blog:** add v2 blog post ([068f207](https://github.com/privacy-scaling-explorations/maci/commit/068f20705694e05d09df0ead66e5e8d47541a8b2))



## [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.0.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.0.1) (2024-08-06)

**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.0.1",
"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.0.1"
},
"devDependencies": {
"assemblyscript": "0.19.23",
Expand Down
9 changes: 9 additions & 0 deletions apps/website/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.0.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.0.1) (2024-08-06)


### Miscellaneous

* **blog:** add v2 blog post ([068f207](https://github.com/privacy-scaling-explorations/maci/commit/068f20705694e05d09df0ead66e5e8d47541a8b2))



## [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.0.1",
"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.0.1",
"npmClient": "pnpm",
"changelogPreset": {
"name": "conventionalcommits",
Expand Down
9 changes: 9 additions & 0 deletions packages/circuits/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.0.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.0.1) (2024-08-06)


### Bug Fixes

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



## [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.0.1",
"description": "zk-SNARK circuits for MACI",
"main": "build/ts/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

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

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





## [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.0.1",
"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.0.1",
"maci-contracts": "^2.0.1",
"maci-core": "^2.0.0",
"maci-crypto": "^2.0.0",
"maci-domainobjs": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

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

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





## [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.0.1",
"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.0.1",
"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.0.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.0.0...v2.0.1) (2024-08-06)

**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.0.1",
"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.0.1",
"maci-cli": "^2.0.1",
"maci-contracts": "^2.0.1",
"maci-core": "^2.0.0",
"maci-crypto": "^2.0.0",
"maci-domainobjs": "^2.0.0"
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6c0197

Please sign in to comment.