Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2024
1 parent e6d4ad0 commit 6e36682
Show file tree
Hide file tree
Showing 26 changed files with 187 additions and 63 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"changesets": [
"curly-pianos-applaud",
"funny-feet-suffer",
"plenty-bananas-shop",
"real-rabbits-grab",
"tough-gorillas-invent"
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.0-beta.1

### Patch Changes

- Updated dependencies [[`45d156d`](https://github.com/celo-org/developer-tooling/commit/45d156d03c03399bef51a00fe2b5cfb5e5669642)]:
- @celo/wallet-hsm-azure@5.1.2-beta.0
- @celo/wallet-ledger@5.1.2-beta.0
- @celo/wallet-local@5.1.2-beta.0
- @celo/contractkit@6.0.1-beta.2

## 4.0.0-beta.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celo/celocli",
"description": "CLI Tool for transacting with the Celo protocol",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -35,16 +35,16 @@
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/contractkit": "^6.0.1-beta.2",
"@celo/cryptographic-utils": "^5.0.6",
"@celo/explorer": "^5.0.8-beta.0",
"@celo/governance": "^5.0.9-beta.0",
"@celo/identity": "^5.1.1",
"@celo/phone-utils": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/wallet-hsm-azure": "^5.1.1",
"@celo/wallet-ledger": "^5.1.1",
"@celo/wallet-local": "^5.1.1",
"@celo/wallet-hsm-azure": "^5.1.2-beta.0",
"@celo/wallet-ledger": "^5.1.2-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@oclif/core": "^3.18.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/contractkit

## 6.0.1-beta.2

### Patch Changes

- Updated dependencies []:
- @celo/wallet-local@5.1.2-beta.0

## 6.0.1-beta.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "6.0.1-beta.1",
"version": "6.0.1-beta.2",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-local": "^5.1.1",
"@celo/wallet-local": "^5.1.2-beta.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/keystores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/keystores

## 5.0.7-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/wallet-local@5.1.2-beta.0

## 5.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/keystores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/keystores",
"version": "5.0.6",
"version": "5.0.7-beta.0",
"description": "keystore implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/utils": "^5.0.6",
"@celo/wallet-local": "^5.1.1",
"@celo/wallet-local": "^5.1.2-beta.0",
"ethereumjs-wallet": "^1.0.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @celo/wallet-base

## 5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-base",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-aws

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@5.1.2-beta.0
- @celo/wallet-hsm@5.1.2-beta.0
- @celo/wallet-remote@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-aws",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-base": "^5.1.1",
"@celo/wallet-hsm": "^5.1.1",
"@celo/wallet-remote": "^5.1.1",
"@celo/wallet-base": "^5.1.2-beta.0",
"@celo/wallet-hsm": "^5.1.2-beta.0",
"@celo/wallet-remote": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/secp256k1": "^4.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @celo/wallet-hsm-azure

## 5.1.2-beta.0

### Patch Changes

- [#94](https://github.com/celo-org/developer-tooling/pull/94) [`45d156d`](https://github.com/celo-org/developer-tooling/commit/45d156d03c03399bef51a00fe2b5cfb5e5669642) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump all @azure packages to latest versions. These includes several major bumps which should not affect use in this library. For More details
- https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/CHANGELOG.md
- https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/BREAKING_CHANGES.md
- https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-secrets/CHANGELOG.md
- https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-keys/CHANGELOG.md
- Updated dependencies []:
- @celo/wallet-base@5.1.2-beta.0
- @celo/wallet-hsm@5.1.2-beta.0
- @celo/wallet-remote@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-azure",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Azure HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-base": "^5.1.1",
"@celo/wallet-hsm": "^5.1.1",
"@celo/wallet-remote": "^5.1.1",
"@celo/wallet-base": "^5.1.2-beta.0",
"@celo/wallet-hsm": "^5.1.2-beta.0",
"@celo/wallet-remote": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/secp256k1": "^4.0.0",
"bignumber.js": "^9.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-gcp

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@5.1.2-beta.0
- @celo/wallet-hsm@5.1.2-beta.0
- @celo/wallet-remote@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-gcp",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "GCP HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-base": "^5.1.1",
"@celo/wallet-hsm": "^5.1.1",
"@celo/wallet-remote": "^5.1.1",
"@celo/wallet-base": "^5.1.2-beta.0",
"@celo/wallet-hsm": "^5.1.2-beta.0",
"@celo/wallet-remote": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"@google-cloud/kms": "~2.9.0",
"@types/debug": "^4.1.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/wallets/wallet-hsm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @celo/wallet-hsm

## 5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-hsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "HSM wallet implementation utils",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/wallets/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/wallet-ledger

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@5.1.2-beta.0
- @celo/wallet-remote@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/wallets/wallet-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-ledger",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Ledger wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -25,8 +25,8 @@
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-base": "^5.1.1",
"@celo/wallet-remote": "^5.1.1",
"@celo/wallet-base": "^5.1.2-beta.0",
"@celo/wallet-remote": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/errors": "^5.50.0",
"@ledgerhq/hw-app-eth": "~5.11.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/wallets/wallet-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/wallet-local

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/wallets/wallet-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-local",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Local wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-base": "^5.1.1",
"@celo/wallet-base": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"eth-lib": "^0.2.8"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/wallets/wallet-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/wallet-remote

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/wallets/wallet-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-remote",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Remote wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-base": "^5.1.1",
"@celo/wallet-base": "^5.1.2-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"eth-lib": "^0.2.8"
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/wallets/wallet-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/wallet-rpc

## 5.1.2-beta.0

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@5.1.2-beta.0
- @celo/wallet-remote@5.1.2-beta.0

## 5.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-rpc",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Geth RPC wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -25,14 +25,14 @@
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-base": "^5.1.1",
"@celo/wallet-remote": "^5.1.1",
"@celo/wallet-base": "^5.1.2-beta.0",
"@celo/wallet-remote": "^5.1.2-beta.0",
"@types/bn.js": "^5.1.0",
"bignumber.js": "^9.0.0",
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/contractkit": "^6.0.1-beta.2",
"@celo/dev-utils": "0.0.1-beta.1",
"bn.js": "^5.1.0",
"web3": "1.10.0"
Expand Down
Loading

0 comments on commit 6e36682

Please sign in to comment.