Skip to content

Commit 2e1530e

Browse files
authored
Merge pull request #305 from privacy-scaling-explorations/v1.2.4-publish
V1.2.4 publish
2 parents 0aa6a31 + 69d6549 commit 2e1530e

File tree

9 files changed

+17
-7
lines changed

9 files changed

+17
-7
lines changed

.github/workflows/firebase-deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf
6767

6868
- name: Deploy to Firebase
69-
uses: w9jds/firebase-action@master
69+
uses: docker://w9jds/firebase-action:master
7070
with:
7171
args: deploy --only functions --project ${{ inputs.firebase_project }}
7272
env:

.github/workflows/firebase-deploy-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf
5151

5252
- name: Deploy to Firebase
53-
uses: w9jds/firebase-action@master
53+
uses: docker://w9jds/firebase-action:master
5454
with:
5555
args: deploy --only functions --project ${{ inputs.firebase_project }}
5656
env:

.github/workflows/firebase-deploy-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf
6464

6565
- name: Deploy to Firebase
66-
uses: w9jds/firebase-action@master
66+
uses: docker://w9jds/firebase-action:master
6767
with:
6868
args: deploy --only functions --project ${{ inputs.firebase_project }}
6969
env:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "1.2.3",
6+
"version": "1.2.4",
77
"changelogPreset": {
88
"name": "conventionalcommits",
99
"issuePrefixes": [

packages/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@p0tion/actions",
3-
"version": "1.2.0",
3+
"version": "1.2.4",
44
"description": "A set of actions and helpers for CLI commands",
55
"repository": "git@github.com:privacy-scaling-explorations/p0tion.git",
66
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@p0tion/backend",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "MPC Phase 2 backend for Firebase services management",
55
"repository": "git@github.com:privacy-scaling-explorations/p0tion.git",
66
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",

packages/phase2cli/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ yarn-error.log
77
# environment
88
env.json
99
.env
10+
.env.prod
11+
.env.test
1012

1113
# build
1214
dist/

packages/phase2cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.4](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.2.3...v1.2.2) (2024-07-06)
7+
8+
9+
### Features
10+
11+
* Setup will pull phase 1 files from the latest PPoT set
12+
13+
614
## [1.2.3](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.2.2...v1.2.3) (2024-04-10)
715

816

packages/phase2cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@p0tion/phase2cli",
33
"type": "module",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"description": "All-in-one interactive command-line for interfacing with zkSNARK Phase 2 Trusted Setup ceremonies",
66
"repository": "git@github.com:privacy-scaling-explorations/p0tion.git",
77
"homepage": "https://github.com/privacy-scaling-explorations/p0tion",

0 commit comments

Comments
 (0)