Skip to content

Commit

Permalink
Bump patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Jun 16, 2022
1 parent 56d4dc3 commit cf82311
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 46 deletions.
6 changes: 3 additions & 3 deletions solidity/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@abacus-network/app",
"description": "Solidity contracts for Abacus apps",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@abacus-network/core": "^0.2.2",
"@abacus-network/utils": "^0.2.2",
"@abacus-network/core": "^0.2.3",
"@abacus-network/utils": "^0.2.3",
"@openzeppelin/contracts-upgradeable": "^4.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions solidity/core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@abacus-network/core",
"description": "Core solidity contracts for Abacus",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@abacus-network/utils": "^0.2.2",
"@abacus-network/utils": "^0.2.3",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@summa-tx/memview-sol": "^2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions typescript/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@abacus-network/deploy",
"description": "Deploy tools for the Abacus network",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@abacus-network/app": "^0.2.2",
"@abacus-network/core": "^0.2.2",
"@abacus-network/sdk": "^0.2.2",
"@abacus-network/utils": "^0.2.2",
"@abacus-network/app": "^0.2.3",
"@abacus-network/core": "^0.2.3",
"@abacus-network/sdk": "^0.2.3",
"@abacus-network/utils": "^0.2.3",
"@types/debug": "^4.1.7",
"@types/yargs": "^17.0.10",
"axios": "^0.21.3",
Expand Down
10 changes: 5 additions & 5 deletions typescript/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@abacus-network/hardhat",
"description": "Hardhat related tools for the Abacus network",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@abacus-network/core": "^0.2.2",
"@abacus-network/deploy": "^0.2.2",
"@abacus-network/sdk": "^0.2.2",
"@abacus-network/utils": "^0.2.2",
"@abacus-network/core": "^0.2.3",
"@abacus-network/deploy": "^0.2.3",
"@abacus-network/sdk": "^0.2.3",
"@abacus-network/utils": "^0.2.3",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"ethereum-waffle": "^3.2.2",
Expand Down
8 changes: 4 additions & 4 deletions typescript/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@abacus-network/infra",
"description": "Infrastructure utilities for the Abacus Network",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@abacus-network/core": "^0.2.2",
"@abacus-network/deploy": "^0.2.2",
"@abacus-network/core": "^0.2.3",
"@abacus-network/deploy": "^0.2.3",
"@abacus-network/helloworld": "0.2.2",
"@abacus-network/sdk": "^0.2.2",
"@abacus-network/sdk": "^0.2.3",
"@aws-sdk/client-iam": "^3.74.0",
"@aws-sdk/client-kms": "3.48.0",
"@aws-sdk/client-s3": "^3.74.0",
Expand Down
6 changes: 3 additions & 3 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@abacus-network/sdk",
"description": "The official SDK for the Abacus Network",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@abacus-network/core": "^0.2.2",
"@abacus-network/utils": "^0.2.2",
"@abacus-network/core": "^0.2.3",
"@abacus-network/utils": "^0.2.3",
"@celo-tools/celo-ethers-wrapper": "^0.2.0",
"ethers": "^5.6.8"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abacus-network/utils",
"description": "General utilities for the Abacus network",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"chai": "^4.3.0",
"ethers": "^5.6.8"
Expand Down
80 changes: 57 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ __metadata:
version: 6
cacheKey: 8

"@abacus-network/app@0.2.2, @abacus-network/app@^0.2.2, @abacus-network/app@workspace:solidity/app":
"@abacus-network/app@^0.2.3, @abacus-network/app@workspace:solidity/app":
version: 0.0.0-use.local
resolution: "@abacus-network/app@workspace:solidity/app"
dependencies:
"@abacus-network/core": ^0.2.2
"@abacus-network/utils": ^0.2.2
"@abacus-network/core": ^0.2.3
"@abacus-network/utils": ^0.2.3
"@nomiclabs/hardhat-ethers": ^2.0.1
"@nomiclabs/hardhat-waffle": ^2.0.1
"@openzeppelin/contracts-upgradeable": ^4.5.0
Expand All @@ -33,11 +33,22 @@ __metadata:
languageName: unknown
linkType: soft

"@abacus-network/core@^0.2.2, @abacus-network/core@workspace:solidity/core":
"@abacus-network/app@npm:0.2.2":
version: 0.2.2
resolution: "@abacus-network/app@npm:0.2.2"
dependencies:
"@abacus-network/core": ^0.2.2
"@abacus-network/utils": ^0.2.2
"@openzeppelin/contracts-upgradeable": ^4.5.0
checksum: a5dab4a20da6a48fd9df82481d9f82c09fd4eb2cd8bc6178fdcb4aa28eaab986310b543daa6c51fadfe68554d774ebc9e9da2d8afa837dd00f7ce23215c81985
languageName: node
linkType: hard

"@abacus-network/core@^0.2.2, @abacus-network/core@^0.2.3, @abacus-network/core@workspace:solidity/core":
version: 0.0.0-use.local
resolution: "@abacus-network/core@workspace:solidity/core"
dependencies:
"@abacus-network/utils": ^0.2.2
"@abacus-network/utils": ^0.2.3
"@nomiclabs/hardhat-ethers": ^2.0.1
"@nomiclabs/hardhat-waffle": ^2.0.1
"@openzeppelin/contracts": ^4.6.0
Expand All @@ -61,14 +72,14 @@ __metadata:
languageName: unknown
linkType: soft

"@abacus-network/deploy@^0.2.2, @abacus-network/deploy@workspace:typescript/deploy":
"@abacus-network/deploy@^0.2.3, @abacus-network/deploy@workspace:typescript/deploy":
version: 0.0.0-use.local
resolution: "@abacus-network/deploy@workspace:typescript/deploy"
dependencies:
"@abacus-network/app": ^0.2.2
"@abacus-network/core": ^0.2.2
"@abacus-network/sdk": ^0.2.2
"@abacus-network/utils": ^0.2.2
"@abacus-network/app": ^0.2.3
"@abacus-network/core": ^0.2.3
"@abacus-network/sdk": ^0.2.3
"@abacus-network/utils": ^0.2.3
"@types/debug": ^4.1.7
"@types/node": ^16.9.1
"@types/yargs": ^17.0.10
Expand All @@ -86,10 +97,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@abacus-network/hardhat@workspace:typescript/hardhat"
dependencies:
"@abacus-network/core": ^0.2.2
"@abacus-network/deploy": ^0.2.2
"@abacus-network/sdk": ^0.2.2
"@abacus-network/utils": ^0.2.2
"@abacus-network/core": ^0.2.3
"@abacus-network/deploy": ^0.2.3
"@abacus-network/sdk": ^0.2.3
"@abacus-network/utils": ^0.2.3
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
ethereum-waffle: ^3.2.2
Expand Down Expand Up @@ -117,10 +128,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@abacus-network/infra@workspace:typescript/infra"
dependencies:
"@abacus-network/core": ^0.2.2
"@abacus-network/deploy": ^0.2.2
"@abacus-network/core": ^0.2.3
"@abacus-network/deploy": ^0.2.3
"@abacus-network/helloworld": 0.2.2
"@abacus-network/sdk": ^0.2.2
"@abacus-network/sdk": ^0.2.3
"@aws-sdk/client-iam": ^3.74.0
"@aws-sdk/client-kms": 3.48.0
"@aws-sdk/client-s3": ^3.74.0
Expand Down Expand Up @@ -161,12 +172,12 @@ __metadata:
languageName: unknown
linkType: soft

"@abacus-network/sdk@0.2.2, @abacus-network/sdk@^0.2.2, @abacus-network/sdk@workspace:typescript/sdk":
"@abacus-network/sdk@^0.2.3, @abacus-network/sdk@workspace:typescript/sdk":
version: 0.0.0-use.local
resolution: "@abacus-network/sdk@workspace:typescript/sdk"
dependencies:
"@abacus-network/core": ^0.2.2
"@abacus-network/utils": ^0.2.2
"@abacus-network/core": ^0.2.3
"@abacus-network/utils": ^0.2.3
"@celo-tools/celo-ethers-wrapper": ^0.2.0
"@types/node": ^16.9.1
chai: ^4.3.6
Expand All @@ -180,7 +191,21 @@ __metadata:
languageName: unknown
linkType: soft

"@abacus-network/utils@^0.2.2, @abacus-network/utils@workspace:typescript/utils":
"@abacus-network/sdk@npm:0.2.2":
version: 0.2.2
resolution: "@abacus-network/sdk@npm:0.2.2"
dependencies:
"@abacus-network/core": ^0.2.2
"@abacus-network/utils": ^0.2.2
"@ethersproject/bignumber": ^5.5.0
"@ethersproject/bytes": ^5.5.0
celo-ethers-provider: ^0.0.0
ethers: ^5.4.7
checksum: 416847fdc1057876ba636917cbee95c44c4dbdb6d562783f7d666e282bdb5965804cd8a86035cb18d6b4767587e9a25fdaeb68a0783995034347e7cf52f679d0
languageName: node
linkType: hard

"@abacus-network/utils@^0.2.2, @abacus-network/utils@^0.2.3, @abacus-network/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@abacus-network/utils@workspace:typescript/utils"
dependencies:
Expand Down Expand Up @@ -2539,7 +2564,7 @@ __metadata:
languageName: node
linkType: hard

"@ethersproject/bignumber@npm:5.6.2, @ethersproject/bignumber@npm:>=5.0.0-beta.130, @ethersproject/bignumber@npm:^5.0.7, @ethersproject/bignumber@npm:^5.6.2":
"@ethersproject/bignumber@npm:5.6.2, @ethersproject/bignumber@npm:>=5.0.0-beta.130, @ethersproject/bignumber@npm:^5.0.7, @ethersproject/bignumber@npm:^5.5.0, @ethersproject/bignumber@npm:^5.6.2":
version: 5.6.2
resolution: "@ethersproject/bignumber@npm:5.6.2"
dependencies:
Expand All @@ -2550,7 +2575,7 @@ __metadata:
languageName: node
linkType: hard

"@ethersproject/bytes@npm:5.6.1, @ethersproject/bytes@npm:>=5.0.0-beta.129, @ethersproject/bytes@npm:^5.0.4, @ethersproject/bytes@npm:^5.6.1":
"@ethersproject/bytes@npm:5.6.1, @ethersproject/bytes@npm:>=5.0.0-beta.129, @ethersproject/bytes@npm:^5.0.4, @ethersproject/bytes@npm:^5.5.0, @ethersproject/bytes@npm:^5.6.1":
version: 5.6.1
resolution: "@ethersproject/bytes@npm:5.6.1"
dependencies:
Expand Down Expand Up @@ -5688,6 +5713,15 @@ __metadata:
languageName: node
linkType: hard

"celo-ethers-provider@npm:^0.0.0":
version: 0.0.0
resolution: "celo-ethers-provider@npm:0.0.0"
dependencies:
ethers: ^5.4.7
checksum: e684dafae84dc6e1f88f1f9456e9eccbf225cac0b9075759a7341b1263afe8f9fed1fc515e6902429fdb24adb982e67b7b37f81d3708c1e47c6b365541c5eceb
languageName: node
linkType: hard

"chai@npm:^4.3.0, chai@npm:^4.3.4, chai@npm:^4.3.6":
version: 4.3.6
resolution: "chai@npm:4.3.6"
Expand Down

0 comments on commit cf82311

Please sign in to comment.