From 0cc9afac734900350d8549605ad4dd5136dafb37 Mon Sep 17 00:00:00 2001 From: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Date: Thu, 24 Aug 2023 08:17:19 +0000 Subject: [PATCH] chore (release) - Release 1.0.7 (#177) * chore (merge) - merge dev into staging (#163) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment --------- Co-authored-by: Daehyun Paik * Promote to staging from dev (#166) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> * chore(merge) - merge dev into staging (#170) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow * fix(timeout): fix issue with timing out while in upload phase --------- Co-authored-by: Daehyun Paik * chore (merge) - dev to staging (#174) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow * fix(timeout): fix issue with timing out while in upload phase * fix(finalization): fix various bugs and add non interactive auth * build(cleanup): removed puppeteer and related tests --------- Co-authored-by: Daehyun Paik * [release/v1.0.7] Promote dev to staging (#176) * fix(setup): remove S3 usage and download from URL * fix(imports): use adoby-node-fetch * fix(vm): stop vm even on verification failing * feat(contribute): cli flag for auth token (run on VM) * fix(vm): fix VM setup * ci: update string literals in ts files for staging/dev environment * fix(ci): missing environment specifier in cli publish workflow * fix(timeout): fix issue with timing out while in upload phase * fix(finalization): fix various bugs and add non interactive auth * build(cleanup): removed puppeteer and related tests * chore(release): publish 1.0.7 --------- Co-authored-by: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com> --------- Co-authored-by: Daehyun Paik Co-authored-by: daodesigner <58278045+daodesigner@users.noreply.github.com> --- lerna.json | 2 +- packages/actions/package.json | 2 +- packages/backend/package.json | 4 ++-- packages/phase2cli/package.json | 4 ++-- yarn.lock | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index 8c51a867..c3e14247 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "npmClient": "yarn", - "version": "1.0.6", + "version": "1.0.7", "changelogPreset": { "name": "conventionalcommits", "issuePrefixes": [ diff --git a/packages/actions/package.json b/packages/actions/package.json index 3151a3c3..30ba797f 100644 --- a/packages/actions/package.json +++ b/packages/actions/package.json @@ -1,6 +1,6 @@ { "name": "@p0tion/actions", - "version": "1.0.6", + "version": "1.0.7", "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 631890fa..9a4bee8f 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@p0tion/backend", - "version": "1.0.6", + "version": "1.0.7", "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", @@ -67,7 +67,7 @@ "@aws-sdk/client-ssm": "^3.357.0", "@aws-sdk/middleware-endpoint": "^3.329.0", "@aws-sdk/s3-request-presigner": "^3.329.0", - "@p0tion/actions": "^1.0.6", + "@p0tion/actions": "^1.0.7", "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 ab13dfe0..6654b19b 100644 --- a/packages/phase2cli/package.json +++ b/packages/phase2cli/package.json @@ -1,7 +1,7 @@ { "name": "@p0tion/phase2cli", "type": "module", - "version": "1.0.6", + "version": "1.0.7", "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", @@ -68,7 +68,7 @@ "@octokit/auth-oauth-app": "^5.0.5", "@octokit/auth-oauth-device": "^4.0.4", "@octokit/request": "^6.2.3", - "@p0tion/actions": "^1.0.6", + "@p0tion/actions": "^1.0.7", "blakejs": "^1.2.1", "boxen": "^7.1.0", "chalk": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 0b86b018..59ee31b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6140,7 +6140,7 @@ __metadata: languageName: node linkType: hard -"@p0tion/actions@^1.0.6, @p0tion/actions@workspace:packages/actions": +"@p0tion/actions@^1.0.7, @p0tion/actions@workspace:packages/actions": version: 0.0.0-use.local resolution: "@p0tion/actions@workspace:packages/actions" dependencies: @@ -6191,7 +6191,7 @@ __metadata: "@aws-sdk/middleware-endpoint": ^3.329.0 "@aws-sdk/s3-request-presigner": ^3.329.0 "@firebase/rules-unit-testing": ^2.0.7 - "@p0tion/actions": ^1.0.6 + "@p0tion/actions": ^1.0.7 "@types/rollup-plugin-auto-external": ^2.0.2 "@types/uuid": ^9.0.1 blakejs: ^1.2.1 @@ -6225,7 +6225,7 @@ __metadata: "@octokit/auth-oauth-app": ^5.0.5 "@octokit/auth-oauth-device": ^4.0.4 "@octokit/request": ^6.2.3 - "@p0tion/actions": ^1.0.6 + "@p0tion/actions": ^1.0.7 "@types/clear": ^0.1.2 "@types/cli-progress": ^3.11.0 "@types/figlet": ^1.5.6