Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Nov 8, 2023
1 parent 5021cc8 commit 49498ee
Show file tree
Hide file tree
Showing 16 changed files with 121 additions and 34 deletions.
16 changes: 14 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "exit",
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@celo/phone-number-privacy-combiner": "3.3.1",
Expand All @@ -11,5 +11,17 @@
"@celo/identity": "5.1.0",
"@celo/odis-identifiers": "1.0.0"
},
"changesets": []
"changesets": [
"brave-hats-smoke",
"cold-roses-compete",
"dull-feet-hear",
"friendly-dots-compete",
"gold-insects-tease",
"good-oranges-sit",
"hip-buckets-shake",
"light-apples-share",
"quiet-taxis-crash",
"rare-lobsters-smash",
"tidy-cups-kneel"
]
}
13 changes: 13 additions & 0 deletions apps/combiner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/phone-number-privacy-combiner

## 3.3.2-beta.0

### Patch Changes

- 8f95181e1: Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
- 8638c3adf: Remove erroneos imports / dependent of @celo/phone-utils
- Updated dependencies [8f95181e1]
- Updated dependencies [8638c3adf]
- Updated dependencies [8638c3adf]
- @celo/encrypted-backup@5.0.5-beta.0
- @celo/identity@5.1.1-beta.0
- @celo/phone-number-privacy-common@3.1.1-beta.0

## 3.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/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.3.1",
"version": "3.3.2-beta.0",
"private": true,
"description": "Orchestrates and combines threshold signatures for use in ODIS",
"author": "Celo",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/encrypted-backup": "^5.0.4",
"@celo/identity": "^5.0.4",
"@celo/phone-number-privacy-common": "^3.1.0",
"@celo/encrypted-backup": "^5.0.5-beta.0",
"@celo/identity": "^5.1.1-beta.0",
"@celo/phone-number-privacy-common": "^3.1.1-beta.0",
"@celo/poprf": "^0.1.9",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/auto-instrumentations-node": "^0.39.4",
Expand Down
13 changes: 13 additions & 0 deletions apps/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @celo/phone-number-privacy-monitor

## 3.0.2-beta.0

### Patch Changes

- 8f95181e1: Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
- Updated dependencies [8f95181e1]
- Updated dependencies [8638c3adf]
- Updated dependencies [8638c3adf]
- @celo/encrypted-backup@5.0.5-beta.0
- @celo/identity@5.1.1-beta.0
- @celo/phone-number-privacy-common@3.1.1-beta.0
8 changes: 4 additions & 4 deletions apps/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-number-privacy-monitor",
"version": "3.0.1",
"version": "3.0.2-beta.0",
"private": true,
"description": "Regularly queries ODIS to ensure the system is functioning properly",
"author": "Celo",
Expand All @@ -26,9 +26,9 @@
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/cryptographic-utils": "^5.0.5",
"@celo/encrypted-backup": "^5.0.4",
"@celo/identity": "^5.0.4",
"@celo/phone-number-privacy-common": "^3.0.3",
"@celo/encrypted-backup": "^5.0.5-beta.0",
"@celo/identity": "^5.1.1-beta.0",
"@celo/phone-number-privacy-common": "^3.1.1-beta.0",
"@celo/utils": "^5.0.5",
"@celo/wallet-local": "^5.1.0",
"firebase-admin": "^9.12.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/signer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/phone-number-privacy-signer

## 3.1.1-beta.0

### Patch Changes

- 8f95181e1: Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
- Updated dependencies [8f95181e1]
- Updated dependencies [8638c3adf]
- @celo/phone-number-privacy-common@3.1.1-beta.0

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/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.1.0",
"version": "3.1.1-beta.0",
"private": true,
"description": "Signing participator of ODIS",
"author": "Celo",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/phone-number-privacy-common": "^3.1.0",
"@celo/phone-number-privacy-common": "^3.1.1-beta.0",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^5.0.5",
"@celo/wallet-hsm-azure": "^5.1.0",
Expand Down
11 changes: 11 additions & 0 deletions docs/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# odis-example-scripts

## 1.0.1-beta.0

### Patch Changes

- 8f95181e1: Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
- be529d4fa: Use @tsconfig/recommended
- Updated dependencies [8f95181e1]
- Updated dependencies [8638c3adf]
- @celo/identity@5.1.1-beta.0
4 changes: 2 additions & 2 deletions docs/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odis-example-scripts",
"version": "1.0.0",
"version": "1.0.1-beta.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/identity": "^5.0.4",
"@celo/identity": "^5.1.1-beta.0",
"blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm#3d1013a",
"ethers": "^5.7.2",
"react": "^16.8.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/phone-number-privacy-common

## 3.1.1-beta.0

### Patch Changes

- 8f95181e1: Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
- 8638c3adf: Remove erroneos imports / dependent of @celo/phone-utils

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.1.0",
"version": "3.1.1-beta.0",
"description": "Common library for the combiner and signer libraries",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/encrypted-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @celo/encrypted-backup

## 5.0.5-beta.0

### Patch Changes

- 8f95181e1: Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
- Updated dependencies [8f95181e1]
- Updated dependencies [8638c3adf]
- Updated dependencies [8638c3adf]
- @celo/identity@5.1.1-beta.0
- @celo/phone-number-privacy-common@3.1.1-beta.0
6 changes: 3 additions & 3 deletions packages/encrypted-backup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/encrypted-backup",
"version": "5.0.4",
"version": "5.0.5-beta.0",
"description": "Libraries for implemented password encrypted account backups",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@celo/base": "^5.0.5",
"@celo/connect": "^5.1.0",
"@celo/identity": "^5.0.4",
"@celo/phone-number-privacy-common": "^3.0.3",
"@celo/identity": "^5.1.1-beta.0",
"@celo/phone-number-privacy-common": "^3.1.1-beta.0",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^5.0.5",
"@celo/wallet-local": "^5.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/identity

## 5.1.1-beta.0

### Patch Changes

- 8f95181e1: Upgraded Dependencies https://github.com/celo-org/social-connect/pull/144
- 8638c3adf: Upgrade cross-fetch dep
- Updated dependencies [8f95181e1]
- Updated dependencies [8638c3adf]
- @celo/phone-number-privacy-common@3.1.1-beta.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/identity",
"version": "5.1.0",
"version": "5.1.1-beta.0",
"description": "Utilities for interacting with Celo's identity protocol",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"@celo/base": "^5.0.5",
"@celo/contractkit": "^5.1.0",
"@celo/odis-identifiers": "^1.0.0",
"@celo/phone-number-privacy-common": "^3.0.3",
"@celo/phone-number-privacy-common": "^3.1.1-beta.0",
"@celo/utils": "^5.0.5",
"@types/debug": "^4.1.10",
"bignumber.js": "^9.1.2",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1813,15 +1813,15 @@ __metadata:
languageName: node
linkType: hard

"@celo/encrypted-backup@npm:^5.0.4, @celo/encrypted-backup@workspace:packages/encrypted-backup":
"@celo/encrypted-backup@npm:^5.0.5-beta.0, @celo/encrypted-backup@workspace:packages/encrypted-backup":
version: 0.0.0-use.local
resolution: "@celo/encrypted-backup@workspace:packages/encrypted-backup"
dependencies:
"@celo/base": "npm:^5.0.5"
"@celo/connect": "npm:^5.1.0"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@celo/identity": "npm:^5.0.4"
"@celo/phone-number-privacy-common": "npm:^3.0.3"
"@celo/identity": "npm:^5.1.1-beta.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1-beta.0"
"@celo/poprf": "npm:^0.1.9"
"@celo/utils": "npm:^5.0.5"
"@celo/wallet-local": "npm:^5.1.0"
Expand All @@ -1834,7 +1834,7 @@ __metadata:
languageName: unknown
linkType: soft

"@celo/identity@npm:^5.0.4, @celo/identity@workspace:packages/identity":
"@celo/identity@npm:^5.1.1-beta.0, @celo/identity@workspace:packages/identity":
version: 0.0.0-use.local
resolution: "@celo/identity@workspace:packages/identity"
dependencies:
Expand All @@ -1843,7 +1843,7 @@ __metadata:
"@celo/contractkit": "npm:^5.1.0"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@celo/odis-identifiers": "npm:^1.0.0"
"@celo/phone-number-privacy-common": "npm:^3.0.3"
"@celo/phone-number-privacy-common": "npm:^3.1.1-beta.0"
"@celo/utils": "npm:^5.0.5"
"@celo/wallet-local": "npm:^5.1.0"
"@types/debug": "npm:^4.1.10"
Expand Down Expand Up @@ -1878,9 +1878,9 @@ __metadata:
dependencies:
"@celo/base": "npm:^5.0.5"
"@celo/contractkit": "npm:^5.1.0"
"@celo/encrypted-backup": "npm:^5.0.4"
"@celo/identity": "npm:^5.0.4"
"@celo/phone-number-privacy-common": "npm:^3.1.0"
"@celo/encrypted-backup": "npm:^5.0.5-beta.0"
"@celo/identity": "npm:^5.1.1-beta.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1-beta.0"
"@celo/phone-number-privacy-signer": "workspace:^"
"@celo/poprf": "npm:^0.1.9"
"@celo/utils": "npm:^5.0.5"
Expand Down Expand Up @@ -1936,7 +1936,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/phone-number-privacy-common@npm:^3.0.3, @celo/phone-number-privacy-common@npm:^3.1.0, @celo/phone-number-privacy-common@workspace:packages/common":
"@celo/phone-number-privacy-common@npm:^3.1.1-beta.0, @celo/phone-number-privacy-common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@celo/phone-number-privacy-common@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -1979,9 +1979,9 @@ __metadata:
"@celo/base": "npm:^5.0.5"
"@celo/contractkit": "npm:^5.1.0"
"@celo/cryptographic-utils": "npm:^5.0.5"
"@celo/encrypted-backup": "npm:^5.0.4"
"@celo/identity": "npm:^5.0.4"
"@celo/phone-number-privacy-common": "npm:^3.0.3"
"@celo/encrypted-backup": "npm:^5.0.5-beta.0"
"@celo/identity": "npm:^5.1.1-beta.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1-beta.0"
"@celo/utils": "npm:^5.0.5"
"@celo/wallet-local": "npm:^5.1.0"
firebase-admin: "npm:^9.12.0"
Expand All @@ -1999,7 +1999,7 @@ __metadata:
dependencies:
"@celo/base": "npm:^5.0.5"
"@celo/contractkit": "npm:^5.1.0"
"@celo/phone-number-privacy-common": "npm:^3.1.0"
"@celo/phone-number-privacy-common": "npm:^3.1.1-beta.0"
"@celo/poprf": "npm:^0.1.9"
"@celo/utils": "npm:^5.0.5"
"@celo/wallet-hsm-azure": "npm:^5.1.0"
Expand Down Expand Up @@ -17493,7 +17493,7 @@ __metadata:
resolution: "odis-example-scripts@workspace:docs/examples"
dependencies:
"@celo/base": "npm:^5.0.5"
"@celo/identity": "npm:^5.0.4"
"@celo/identity": "npm:^5.1.1-beta.0"
blind-threshold-bls: "https://github.com/celo-org/blind-threshold-bls-wasm#3d1013a"
ethers: "npm:^5.7.2"
prettier: "npm:2.7.1"
Expand Down

0 comments on commit 49498ee

Please sign in to comment.