Skip to content

Commit

Permalink
Merge pull request #272 from celo-org/changeset-release/prerelease/dr…
Browse files Browse the repository at this point in the history
…um-circling

Version Packages (beta)
  • Loading branch information
soloseng authored Mar 7, 2024
2 parents f05a9ac + b11e3df commit 615e71f
Show file tree
Hide file tree
Showing 18 changed files with 202 additions and 40 deletions.
32 changes: 31 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,35 @@
"@celo/identity": "5.1.1",
"@celo/odis-identifiers": "1.0.0"
},
"changesets": []
"changesets": [
"big-lies-protect",
"cold-ducks-visit",
"eighty-glasses-sip",
"empty-dodos-impress",
"fair-bottles-wonder",
"fifty-buses-taste",
"four-zoos-tie",
"khaki-walls-drum",
"light-keys-prove",
"lucky-birds-end",
"many-goats-teach",
"nasty-elephants-juggle",
"neat-bananas-allow",
"nice-laws-accept",
"nice-peaches-talk",
"perfect-deers-shake",
"real-bottles-swim",
"red-ravens-search",
"rude-hounds-jam",
"smooth-moons-battle",
"spotty-cameras-design",
"spotty-starfishes-move",
"tall-cycles-care",
"ten-beers-build",
"tender-frogs-thank",
"tender-tomatoes-protect",
"tricky-actors-wait",
"yellow-spoons-change",
"young-houses-explode"
]
}
14 changes: 14 additions & 0 deletions apps/combiner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @celo/phone-number-privacy-combiner

## 3.3.3-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/encrypted-backup@5.0.6-beta.0
- @celo/identity@5.1.2-beta.0
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 3.3.2

### 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.2",
"version": "3.3.3-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": "^6.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/encrypted-backup": "^5.0.6-beta.0",
"@celo/identity": "^5.1.2-beta.0",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/poprf": "^0.1.9",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/auto-instrumentations-node": "^0.39.4",
Expand Down
19 changes: 19 additions & 0 deletions apps/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @celo/phone-number-privacy-monitor

## 3.1.0-beta.0

### Minor Changes

- 89dc2a9: Updated to run on cloud function gen2 using node18. Updated test script to point to latest Clabs Signer deployments.

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 14269eb: Added `ts-node` to monitor package
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/encrypted-backup@5.0.6-beta.0
- @celo/identity@5.1.2-beta.0
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 3.0.2

### Patch Changes
Expand Down
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.2",
"version": "3.1.0-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": "^6.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/encrypted-backup": "^5.0.5",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/encrypted-backup": "^5.0.6-beta.0",
"@celo/identity": "^5.1.2-beta.0",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.2",
"firebase-admin": "^11.11.0",
Expand Down
12 changes: 12 additions & 0 deletions apps/signer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/phone-number-privacy-signer

## 3.1.2-beta.0

### Patch Changes

- 14269eb: Updated the e2e test script.
- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [3d18f26]
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 3.1.1

### Patch 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.1",
"version": "3.1.2-beta.0",
"private": true,
"description": "Signing participator of ODIS",
"author": "Celo",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^6.0.0",
"@celo/wallet-hsm-azure": "^5.1.2",
Expand Down
10 changes: 10 additions & 0 deletions docs/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# odis-example-scripts

## 1.0.2-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- Updated dependencies [8804b67]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/identity@5.1.2-beta.0

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2-beta.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/identity": "^5.1.1",
"@celo/identity": "^5.1.2-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
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/phone-number-privacy-common

## 3.1.2-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 687607a: Remove opentelemetry dependencies
- 3d18f26: Update package dependencies to reduce CVEs

## 3.1.1

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

## 5.0.6-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [56164f9]
- Updated dependencies [3d18f26]
- @celo/identity@5.1.2-beta.0
- @celo/phone-number-privacy-common@3.1.2-beta.0

## 5.0.5

### Patch Changes
Expand Down
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.5",
"version": "5.0.6-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": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/identity": "^5.1.1",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/identity": "^5.1.2-beta.0",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/identity

## 5.1.2-beta.0

### Patch Changes

- 8804b67: Upgrade @celo/\*\* dependencies to latest release
- 56164f9: Updated devchain to support CELO CR11
- 3d18f26: Update package dependencies to reduce CVEs
- Updated dependencies [8804b67]
- Updated dependencies [687607a]
- Updated dependencies [3d18f26]
- @celo/phone-number-privacy-common@3.1.2-beta.0
- @celo/odis-identifiers@1.0.1-beta.0

## 5.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "5.1.2-beta.0",
"description": "Utilities for interacting with Celo's identity protocol",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/odis-identifiers": "^1.0.0",
"@celo/phone-number-privacy-common": "^3.1.1",
"@celo/odis-identifiers": "^1.0.1-beta.0",
"@celo/phone-number-privacy-common": "^3.1.2-beta.0",
"@celo/utils": "^6.0.0",
"@types/debug": "^4.1.10",
"bignumber.js": "^9.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/odis-identifiers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/odis-identifiers

## 1.0.1-beta.0

### Patch Changes

- 3d18f26: Update package dependencies to reduce CVEs

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/odis-identifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@celo/odis-identifiers",
"author": "cLabs",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1-beta.0",
"description": "ODIS Identifier Prefixes and functions to hash identifiers",
"repository": "https://github.com/celo-org/social-connect",
"main": "./lib/index.js",
Expand Down
Loading

0 comments on commit 615e71f

Please sign in to comment.