Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish 2.2.1 #1788

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19)


### Bug Fixes

* **contracts:** remove poseidon builders from exports ([8890da5](https://github.com/privacy-scaling-explorations/maci/commit/8890da549d121e1b108371ffcdb0f9a161940991))


### Miscellaneous

* **contracts:** add deploy params type ([74252cb](https://github.com/privacy-scaling-explorations/maci/commit/74252cbaa74add4a6b5c9014af7d226f88caf3c1))
* **contracts:** move poseidon creation to compile script ([1e9f790](https://github.com/privacy-scaling-explorations/maci/commit/1e9f7906ef28e1c484115c4484733c475c81f8b4))



## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19)


Expand Down
8 changes: 8 additions & 0 deletions 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.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19)

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





## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19)

**Note:** Version bump only for package maci-subgraph
Expand Down
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.2.0",
"version": "2.2.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.2.0"
"maci-contracts": "^2.2.1"
},
"devDependencies": {
"assemblyscript": "0.19.23",
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.2.0",
"version": "2.2.1",
"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.2.0",
"version": "2.2.1",
"description": "Minimal Anti-Collusion Infrastructure",
"repository": "https://github.com/privacy-scaling-explorations/maci",
"license": "MIT",
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.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19)

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





## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-cli",
"version": "2.2.0",
"version": "2.2.1",
"description": "CLI utilities for MACI",
"main": "build/ts/index.js",
"exports": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"ethers": "^6.13.2",
"hardhat": "^2.22.8",
"maci-circuits": "^2.2.0",
"maci-contracts": "^2.2.0",
"maci-contracts": "^2.2.1",
"maci-core": "^2.2.0",
"maci-crypto": "^2.2.0",
"maci-domainobjs": "^2.2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19)


### Bug Fixes

* **contracts:** remove poseidon builders from exports ([8890da5](https://github.com/privacy-scaling-explorations/maci/commit/8890da549d121e1b108371ffcdb0f9a161940991))


### Miscellaneous

* **contracts:** add deploy params type ([74252cb](https://github.com/privacy-scaling-explorations/maci/commit/74252cbaa74add4a6b5c9014af7d226f88caf3c1))
* **contracts:** move poseidon creation to compile script ([1e9f790](https://github.com/privacy-scaling-explorations/maci/commit/1e9f7906ef28e1c484115c4484733c475c81f8b4))



## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-contracts",
"version": "2.2.0",
"version": "2.2.1",
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
"main": "build/ts/index.js",
"exports": {
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.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19)

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





## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19)


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

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

Loading