Merge pull request #305 from privacy-scaling-explorations/v1.2.4-publish

V1.2.4 publish
This commit is contained in:
Geoff Lamperd
2024-06-10 20:14:50 +10:00
committed by GitHub
9 changed files with 17 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:

View File

@@ -50,7 +50,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:

View File

@@ -63,7 +63,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:

View File

@@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "1.2.3",
"version": "1.2.4",
"changelogPreset": {
"name": "conventionalcommits",
"issuePrefixes": [

View File

@@ -1,6 +1,6 @@
{
"name": "@p0tion/actions",
"version": "1.2.0",
"version": "1.2.4",
"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",

View File

@@ -1,6 +1,6 @@
{
"name": "@p0tion/backend",
"version": "1.2.3",
"version": "1.2.4",
"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",

View File

@@ -7,6 +7,8 @@ yarn-error.log
# environment
env.json
.env
.env.prod
.env.test
# build
dist/

View File

@@ -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.4](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.2.3...v1.2.2) (2024-07-06)
### Features
* Setup will pull phase 1 files from the latest PPoT set
## [1.2.3](https://github.com/privacy-scaling-explorations/p0tion/compare/v1.2.2...v1.2.3) (2024-04-10)

View File

@@ -1,7 +1,7 @@
{
"name": "@p0tion/phase2cli",
"type": "module",
"version": "1.2.3",
"version": "1.2.4",
"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",