From 5bcb28e07774ba948e292f4146e8c1cf038b896b Mon Sep 17 00:00:00 2001 From: Geoff Lamperd Date: Wed, 25 Sep 2024 12:00:41 +1000 Subject: [PATCH] chore(release): Bump to v1.2.6 --- lerna.json | 2 +- packages/actions/package.json | 2 +- packages/backend/package.json | 4 ++-- packages/phase2cli/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 5e7116f4..05c337a1 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "1.2.5", + "version": "1.2.6", "changelogPreset": { "name": "conventionalcommits", "issuePrefixes": [ diff --git a/packages/actions/package.json b/packages/actions/package.json index 1b1f3f88..67b8b927 100644 --- a/packages/actions/package.json +++ b/packages/actions/package.json @@ -1,6 +1,6 @@ { "name": "@p0tion/actions", - "version": "1.2.5", + "version": "1.2.6", "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/package.json b/packages/backend/package.json index 0a82d216..3ef95766 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@p0tion/backend", - "version": "1.2.5", + "version": "1.2.6", "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.2.5", + "@p0tion/actions": "^1.2.6", "blakejs": "^1.2.1", "dotenv": "^16.0.3", "ethers": "5.7.2", diff --git a/packages/phase2cli/package.json b/packages/phase2cli/package.json index 4a102fe2..fa0728f8 100644 --- a/packages/phase2cli/package.json +++ b/packages/phase2cli/package.json @@ -1,7 +1,7 @@ { "name": "@p0tion/phase2cli", "type": "module", - "version": "1.2.5", + "version": "1.2.6", "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.2.5", + "@p0tion/actions": "^1.2.6", "@semaphore-protocol/identity": "^3.15.1", "blakejs": "^1.2.1", "boxen": "^7.1.0",