diff --git a/CHANGELOG.md b/CHANGELOG.md index 629b6dcf..2b0702bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.2.0](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.1.1...v1.2.0) (2024-04-05) + + +### Features + +* **contribute.ts:** avoid duplicate invocation of compute step ([4ab581e](https://github.com/privacy-scaling-explorations/p0tion/commit/4ab581ef7debfcb8281feb8135f7835bbbcfdc8c)), closes [#268](https://github.com/privacy-scaling-explorations/p0tion/issues/268) + + + ## [1.1.1](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.0.8...v1.1.1) (2024-01-06) diff --git a/lerna.json b/lerna.json index 6023cd52..cbf2e617 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "1.1.1", + "version": "1.2.0", "changelogPreset": { "name": "conventionalcommits", "issuePrefixes": [ diff --git a/packages/actions/CHANGELOG.md b/packages/actions/CHANGELOG.md index 59da4b78..05e01991 100644 --- a/packages/actions/CHANGELOG.md +++ b/packages/actions/CHANGELOG.md @@ -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.0](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.1.1...v1.2.0) (2024-04-05) + +**Note:** Version bump only for package @p0tion/actions + + + + + ## [1.1.1](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.0.8...v1.1.1) (2024-01-06) diff --git a/packages/actions/package.json b/packages/actions/package.json index 966a9f5d..758752cb 100644 --- a/packages/actions/package.json +++ b/packages/actions/package.json @@ -1,6 +1,6 @@ { "name": "@p0tion/actions", - "version": "1.1.1", + "version": "1.2.0", "description": "A set of actions and helpers for CLI commands", "repository": "git@github.com:privacy-scaling-explorations/p0tion.git", "homepage": "https://github.com/privacy-scaling-explorations/p0tion", diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index e393b966..fd72365a 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -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.0](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.1.1...v1.2.0) (2024-04-05) + +**Note:** Version bump only for package @p0tion/backend + + + + + ## [1.1.1](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.0.8...v1.1.1) (2024-01-06) diff --git a/packages/backend/package.json b/packages/backend/package.json index 38d30cd7..8881b30e 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@p0tion/backend", - "version": "1.1.1", + "version": "1.2.0", "description": "MPC Phase 2 backend for Firebase services management", "repository": "git@github.com:privacy-scaling-explorations/p0tion.git", "homepage": "https://github.com/privacy-scaling-explorations/p0tion", @@ -68,7 +68,7 @@ "@aws-sdk/middleware-endpoint": "^3.329.0", "@aws-sdk/s3-request-presigner": "^3.329.0", "@bandada/api-sdk": "^1.0.0-beta.1", - "@p0tion/actions": "^1.1.1", + "@p0tion/actions": "^1.2.0", "blakejs": "^1.2.1", "dotenv": "^16.0.3", "ethers": "5.7.2", diff --git a/packages/phase2cli/CHANGELOG.md b/packages/phase2cli/CHANGELOG.md index f4ceed3f..3d3254fb 100644 --- a/packages/phase2cli/CHANGELOG.md +++ b/packages/phase2cli/CHANGELOG.md @@ -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. +## [1.2.0](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.1.1...v1.2.0) (2024-04-05) + + +### Features + +* **contribute.ts:** avoid duplicate invocation of compute step ([4ab581e](https://github.com/privacy-scaling-explorations/p0tion/commit/4ab581ef7debfcb8281feb8135f7835bbbcfdc8c)), closes [#268](https://github.com/privacy-scaling-explorations/p0tion/issues/268) + + + ## [1.1.1](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.0.8...v1.1.1) (2024-01-06) diff --git a/packages/phase2cli/package.json b/packages/phase2cli/package.json index c9ae30a0..764ccf67 100644 --- a/packages/phase2cli/package.json +++ b/packages/phase2cli/package.json @@ -1,7 +1,7 @@ { "name": "@p0tion/phase2cli", "type": "module", - "version": "1.1.1", + "version": "1.2.0", "description": "All-in-one interactive command-line for interfacing with zkSNARK Phase 2 Trusted Setup ceremonies", "repository": "git@github.com:privacy-scaling-explorations/p0tion.git", "homepage": "https://github.com/privacy-scaling-explorations/p0tion", @@ -73,7 +73,7 @@ "@octokit/auth-oauth-app": "^5.0.5", "@octokit/auth-oauth-device": "^4.0.4", "@octokit/request": "^6.2.3", - "@p0tion/actions": "^1.1.1", + "@p0tion/actions": "^1.2.0", "@semaphore-protocol/identity": "^3.15.1", "blakejs": "^1.2.1", "boxen": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index fde14997..aaaa10ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4718,7 +4718,7 @@ __metadata: languageName: node linkType: hard -"@p0tion/actions@^1.1.1, @p0tion/actions@workspace:packages/actions": +"@p0tion/actions@^1.2.0, @p0tion/actions@workspace:packages/actions": version: 0.0.0-use.local resolution: "@p0tion/actions@workspace:packages/actions" dependencies: @@ -4769,7 +4769,7 @@ __metadata: "@aws-sdk/s3-request-presigner": ^3.329.0 "@bandada/api-sdk": ^1.0.0-beta.1 "@firebase/rules-unit-testing": ^2.0.7 - "@p0tion/actions": ^1.1.1 + "@p0tion/actions": ^1.2.0 "@types/rollup-plugin-auto-external": ^2.0.2 "@types/uuid": ^9.0.1 blakejs: ^1.2.1 @@ -4804,7 +4804,7 @@ __metadata: "@octokit/auth-oauth-app": ^5.0.5 "@octokit/auth-oauth-device": ^4.0.4 "@octokit/request": ^6.2.3 - "@p0tion/actions": ^1.1.1 + "@p0tion/actions": ^1.2.0 "@semaphore-protocol/identity": ^3.15.1 "@types/clear": ^0.1.2 "@types/cli-progress": ^3.11.0