Skip to content

Commit

Permalink
Merge pull request #336 from privacy-scaling-explorations/staging
Browse files Browse the repository at this point in the history
Publish release 1.2.6
  • Loading branch information
NicoSerranoP authored Sep 25, 2024
2 parents 762a567 + 077f0dd commit e1ef42f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "1.2.5",
"version": "1.2.6",
"changelogPreset": {
"name": "conventionalcommits",
"issuePrefixes": [
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:privacy-scaling-explorations/p0tion.git",
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:privacy-scaling-explorations/p0tion.git",
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/phase2cli/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:privacy-scaling-explorations/p0tion.git",
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e1ef42f

Please sign in to comment.