Skip to content

Commit

Permalink
bump pre (#437)
Browse files Browse the repository at this point in the history
with #435 merged and
released the base versions need to be bumped

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the version numbers of various `@celo`
packages from `6.0.3-beta.1` to `6.0.4-beta.0` across multiple package
files, reflecting the latest improvements and dependencies.

### Detailed summary
- Updated `version` of `@celo/wallet-base` to `6.0.4-beta.0`.
- Updated `@celo/wallet-local` to `^6.0.4-beta.0` in multiple packages.
- Updated `@celo/wallet-hsm` to `^6.0.4-beta.0` in multiple packages.
- Updated `@celo/wallet-remote` to `^6.0.4-beta.0` in multiple packages.
- Updated `@celo/wallet-ledger` to `^6.0.4-beta.0`.
- Updated `@celo/wallet-hsm-azure` to `^6.0.4-beta.0`.
- Updated `@celo/wallet-hsm-aws` to `^6.0.4-beta.0`.
- Updated `@celo/wallet-hsm-gcp` to `^6.0.4-beta.0`.
- Updated `@celo/celocli` from `5.2.1` to `5.2.3` in
`.changeset/pre.json`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
aaronmgdr authored Nov 14, 2024
1 parent 74f9f8d commit 79cbdf0
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 135 deletions.
18 changes: 9 additions & 9 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@celo/celocli": "5.2.1",
"@celo/celocli": "5.2.3",
"@celo/dev-utils": "0.0.6",
"@celo/base": "6.1.0",
"@celo/connect": "6.0.2",
Expand All @@ -16,14 +16,14 @@
"@celo/phone-utils": "6.0.3",
"@celo/transactions-uri": "5.0.11",
"@celo/utils": "7.0.0",
"@celo/wallet-base": "6.0.2",
"@celo/wallet-hsm": "6.0.2",
"@celo/wallet-hsm-aws": "6.0.2",
"@celo/wallet-hsm-azure": "6.0.2",
"@celo/wallet-hsm-gcp": "6.0.2",
"@celo/wallet-ledger": "6.0.2",
"@celo/wallet-local": "6.0.2",
"@celo/wallet-remote": "6.0.2",
"@celo/wallet-base": "6.0.3",
"@celo/wallet-hsm": "6.0.3",
"@celo/wallet-hsm-aws": "6.0.3",
"@celo/wallet-hsm-azure": "6.0.3",
"@celo/wallet-hsm-gcp": "6.0.3",
"@celo/wallet-ledger": "6.0.3",
"@celo/wallet-local": "6.0.3",
"@celo/wallet-remote": "6.0.3",
"@celo/typescript": "0.0.1",
"@celo/viem-account-ledger": "0.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@celo/metadata-claims": "^1.0.0-beta.0",
"@celo/phone-utils": "^6.0.4-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-hsm-azure": "^6.0.3-beta.1",
"@celo/wallet-ledger": "^6.0.3-beta.1",
"@celo/wallet-local": "^6.0.3-beta.1",
"@celo/wallet-hsm-azure": "^6.0.4-beta.0",
"@celo/wallet-ledger": "^6.0.4-beta.0",
"@celo/wallet-local": "^6.0.4-beta.0",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-local": "^6.0.3-beta.1",
"@celo/wallet-local": "^6.0.4-beta.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/keystores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-local": "^6.0.2-beta.0",
"@celo/wallet-local": "^6.0.4-beta.0",
"ethereumjs-wallet": "^1.0.1"
},
"devDependencies": {
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.3-beta.1",
"@celo/wallet-hsm": "^6.0.3-beta.1",
"@celo/wallet-remote": "^6.0.3-beta.1",
"@celo/wallet-base": "^6.0.4-beta.0",
"@celo/wallet-hsm": "^6.0.4-beta.0",
"@celo/wallet-remote": "^6.0.4-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/secp256k1": "^4.0.0",
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "Azure HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.3-beta.1",
"@celo/wallet-hsm": "^6.0.3-beta.1",
"@celo/wallet-remote": "^6.0.3-beta.1",
"@celo/wallet-base": "^6.0.4-beta.0",
"@celo/wallet-hsm": "^6.0.4-beta.0",
"@celo/wallet-remote": "^6.0.4-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/secp256k1": "^4.0.0",
"bignumber.js": "^9.0.0",
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "GCP HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.3-beta.1",
"@celo/wallet-hsm": "^6.0.3-beta.1",
"@celo/wallet-remote": "^6.0.3-beta.1",
"@celo/wallet-base": "^6.0.4-beta.0",
"@celo/wallet-hsm": "^6.0.4-beta.0",
"@celo/wallet-remote": "^6.0.4-beta.0",
"@ethereumjs/util": "8.0.5",
"@google-cloud/kms": "~2.9.0",
"@noble/curves": "^1.3.0",
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "HSM wallet implementation utils",
"author": "Celo",
"license": "Apache-2.0",
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "Ledger wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@celo/hw-app-eth": "^1.0.0",
"@celo/ledger-token-signer": "^0.4.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.3-beta.1",
"@celo/wallet-remote": "^6.0.3-beta.1",
"@celo/wallet-base": "^6.0.4-beta.0",
"@celo/wallet-remote": "^6.0.4-beta.0",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/errors": "^6.16.4",
"@ledgerhq/hw-transport": "^6.30.6",
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "Local wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.3-beta.1",
"@celo/wallet-base": "^6.0.4-beta.0",
"@ethereumjs/util": "8.0.5"
},
"devDependencies": {
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": "6.0.3-beta.1",
"version": "6.0.4-beta.0",
"description": "Remote wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.3-beta.1",
"@celo/wallet-base": "^6.0.4-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5"
},
Expand Down
Loading

0 comments on commit 79cbdf0

Please sign in to comment.