Skip to content

Commit

Permalink
4.1 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Aug 10, 2022
1 parent 71dcb07 commit 2a7af5b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/example/package.json
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "4.1.0-alpha.2",
"version": "4.1.0-beta.1",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -14,7 +14,7 @@
},
"license": "MIT",
"dependencies": {
"@celo/react-celo": "4.1.0-alpha.2",
"@celo/react-celo": "4.1.0-beta.1",
"@celo/contractkit": "^2.0.0",
"@celo/utils": "^2.0.0",
"next": "^12.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-celo/package.json
@@ -1,6 +1,6 @@
{
"name": "@celo/react-celo",
"version": "4.1.0-alpha.2",
"version": "4.1.0-beta.1",
"private": false,
"scripts": {
"prebuild": "mkdir -p lib && node ./scripts/json-to-ts.js package.json lib",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@celo/wallet-ledger": "^2.0.0",
"@celo/wallet-local": "^2.0.0",
"@celo/wallet-remote": "^2.0.0",
"@celo/wallet-walletconnect-v1": "4.1.0-alpha.2",
"@celo/wallet-walletconnect-v1": "4.1.0-beta.1",
"@coinbase/wallet-sdk": "^3.2.0",
"@ethersproject/providers": "^5.5.2",
"@ledgerhq/hw-transport-webusb": "^5.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-walletconnect/package.json
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-walletconnect",
"version": "4.1.0-alpha.2",
"version": "4.1.0-beta.1",
"description": "WalletConnect wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect-v1/package.json
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-walletconnect-v1",
"version": "4.1.0-alpha.2",
"version": "4.1.0-beta.1",
"description": "WalletConnect wallet legacy (v1) implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2a7af5b

Please sign in to comment.