Skip to content

Commit

Permalink
Bump versions to for 0.4.1 release (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy authored Aug 10, 2022
1 parent f870d64 commit 2ddc4bf
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 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.4.0",
"version": "0.4.1",
"dependencies": {
"@abacus-network/core": "0.4.0",
"@abacus-network/utils": "0.4.0",
"@abacus-network/core": "0.4.1",
"@abacus-network/utils": "0.4.1",
"@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.4.0",
"version": "0.4.1",
"dependencies": {
"@abacus-network/utils": "0.4.0",
"@abacus-network/utils": "0.4.1",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@summa-tx/memview-sol": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions typescript/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "A basic skeleton of an Abacus app",
"version": "0.5.0",
"dependencies": {
"@abacus-network/sdk": "^0.4.0",
"@abacus-network/utils": "^0.4.0",
"@abacus-network/sdk": "^0.4.1",
"@abacus-network/utils": "^0.4.1",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"ethers": "^5.6.8"
},
Expand Down
6 changes: 3 additions & 3 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.4.0",
"version": "0.4.1",
"dependencies": {
"@abacus-network/celo-ethers-provider": "^0.1.0",
"@abacus-network/helloworld": "0.5.0",
"@abacus-network/sdk": "0.4.0",
"@abacus-network/utils": "0.4.0",
"@abacus-network/sdk": "0.4.1",
"@abacus-network/utils": "0.4.1",
"@aws-sdk/client-iam": "^3.74.0",
"@aws-sdk/client-kms": "3.48.0",
"@aws-sdk/client-s3": "^3.74.0",
Expand Down
8 changes: 4 additions & 4 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@abacus-network/sdk",
"description": "The official SDK for the Abacus Network",
"version": "0.4.0",
"version": "0.4.1",
"dependencies": {
"@abacus-network/app": "0.4.0",
"@abacus-network/app": "0.4.1",
"@abacus-network/celo-ethers-provider": "^0.1.0",
"@abacus-network/core": "0.4.0",
"@abacus-network/utils": "0.4.0",
"@abacus-network/core": "0.4.1",
"@abacus-network/utils": "0.4.1",
"@types/debug": "^4.1.7",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.5",
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.4.0",
"version": "0.4.1",
"dependencies": {
"ethers": "^5.6.8"
},
Expand Down
28 changes: 14 additions & 14 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/[email protected].0, @abacus-network/app@workspace:solidity/app":
"@abacus-network/[email protected].1, @abacus-network/app@workspace:solidity/app":
version: 0.0.0-use.local
resolution: "@abacus-network/app@workspace:solidity/app"
dependencies:
"@abacus-network/core": 0.4.0
"@abacus-network/utils": 0.4.0
"@abacus-network/core": 0.4.1
"@abacus-network/utils": 0.4.1
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts-upgradeable": ^4.5.0
Expand Down Expand Up @@ -42,11 +42,11 @@ __metadata:
languageName: node
linkType: hard

"@abacus-network/[email protected].0, @abacus-network/core@workspace:solidity/core":
"@abacus-network/[email protected].1, @abacus-network/core@workspace:solidity/core":
version: 0.0.0-use.local
resolution: "@abacus-network/core@workspace:solidity/core"
dependencies:
"@abacus-network/utils": 0.4.0
"@abacus-network/utils": 0.4.1
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts": ^4.6.0
Expand Down Expand Up @@ -74,8 +74,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@abacus-network/helloworld@workspace:typescript/helloworld"
dependencies:
"@abacus-network/sdk": ^0.4.0
"@abacus-network/utils": ^0.4.0
"@abacus-network/sdk": ^0.4.1
"@abacus-network/utils": ^0.4.1
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts-upgradeable": ^4.6.0
Expand Down Expand Up @@ -109,8 +109,8 @@ __metadata:
dependencies:
"@abacus-network/celo-ethers-provider": ^0.1.0
"@abacus-network/helloworld": 0.5.0
"@abacus-network/sdk": 0.4.0
"@abacus-network/utils": 0.4.0
"@abacus-network/sdk": 0.4.1
"@abacus-network/utils": 0.4.1
"@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 @@ -152,14 +152,14 @@ __metadata:
languageName: unknown
linkType: soft

"@abacus-network/[email protected].0, @abacus-network/sdk@^0.4.0, @abacus-network/sdk@workspace:typescript/sdk":
"@abacus-network/[email protected].1, @abacus-network/sdk@^0.4.1, @abacus-network/sdk@workspace:typescript/sdk":
version: 0.0.0-use.local
resolution: "@abacus-network/sdk@workspace:typescript/sdk"
dependencies:
"@abacus-network/app": 0.4.0
"@abacus-network/app": 0.4.1
"@abacus-network/celo-ethers-provider": ^0.1.0
"@abacus-network/core": 0.4.0
"@abacus-network/utils": 0.4.0
"@abacus-network/core": 0.4.1
"@abacus-network/utils": 0.4.1
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@types/coingecko-api": ^1.0.10
Expand All @@ -182,7 +182,7 @@ __metadata:
languageName: unknown
linkType: soft

"@abacus-network/[email protected].0, @abacus-network/utils@^0.4.0, @abacus-network/utils@workspace:typescript/utils":
"@abacus-network/[email protected].1, @abacus-network/utils@^0.4.1, @abacus-network/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@abacus-network/utils@workspace:typescript/utils"
dependencies:
Expand Down

0 comments on commit 2ddc4bf

Please sign in to comment.