mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-05-13 03:01:08 -04:00
Merge pull request #305 from privacy-scaling-explorations/v1.2.4-publish
V1.2.4 publish
This commit is contained in:
2
.github/workflows/firebase-deploy-dev.yaml
vendored
2
.github/workflows/firebase-deploy-dev.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"packages/*"
|
||||
],
|
||||
"npmClient": "yarn",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"changelogPreset": {
|
||||
"name": "conventionalcommits",
|
||||
"issuePrefixes": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
2
packages/phase2cli/.gitignore
vendored
2
packages/phase2cli/.gitignore
vendored
@@ -7,6 +7,8 @@ yarn-error.log
|
||||
# environment
|
||||
env.json
|
||||
.env
|
||||
.env.prod
|
||||
.env.test
|
||||
|
||||
# build
|
||||
dist/
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user