Skip to content

Commit

Permalink
publish common package and bump odis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alecps committed Aug 29, 2023
1 parent 8c950b4 commit 0c91381
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/phone-number-privacy/combiner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-combiner",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"description": "Orchestrates and combines threshold signatures for use in ODIS",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@celo/contractkit": "^4.1.1-beta.1",
"@celo/phone-number-privacy-common": "^3.0.0-beta.3-dev",
"@celo/phone-number-privacy-common": "^3.0.0-beta.3",
"@celo/identity": "^4.1.1-beta.1",
"@celo/encrypted-backup": "^4.1.1-beta.1",
"@celo/poprf": "^0.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/phone-number-privacy/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-common",
"version": "3.0.0-beta.3-dev",
"version": "3.0.0-beta.4-dev",
"description": "Common library for the combiner and signer libraries",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/phone-number-privacy/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-signer",
"version": "3.0.0-beta.15",
"version": "3.0.0-beta.16",
"description": "Signing participator of ODIS",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@celo/base": "^4.1.1-beta.1",
"@celo/contractkit": "^4.1.1-beta.1",
"@celo/phone-number-privacy-common": "^3.0.0-beta.3-dev",
"@celo/phone-number-privacy-common": "^3.0.0-beta.3",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^4.1.1-beta.1",
"@celo/wallet-hsm-azure": "^4.1.1-beta.1",
Expand Down

0 comments on commit 0c91381

Please sign in to comment.