Skip to content

Commit

Permalink
Prepare new versions: [email protected] and [email protected] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf authored Jan 28, 2022
1 parent 1ca1d14 commit 4013181
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/ethereum-contracts",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"description": " Ethereum contracts implementation for the Superfluid Protocol",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme",
"repository": "github:superfluid-finance/protocol-monorepo",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@decentral.ee/web3-helpers": "0.5.3",
"@openzeppelin/contracts": "3.4.2",
"@superfluid-finance/js-sdk": "0.5.8",
"@superfluid-finance/js-sdk": "0.5.9",
"@truffle/contract": "4.3.42",
"ethereumjs-tx": "2.1.2",
"ethereumjs-util": "7.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/js-sdk",
"version": "0.5.8",
"version": "0.5.9",
"description": "Javascript SDK for building with Superfluid Protocol",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/js-sdk#readme",
"repository": "github:superfluid-finance/protocol-monorepo",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@superfluid-finance/ethereum-contracts": "1.0.0-rc.8",
"@superfluid-finance/ethereum-contracts": "1.0.0-rc.9",
"@truffle/hdwallet-provider": "^1.7.0",
"chai-as-promised": "^7.1.1",
"truffle": "5.4.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"@superfluid-finance/sdk-core": "^0.1.0",
"@reduxjs/toolkit": "^1.6.0 || ^1.7.0"
"@reduxjs/toolkit": "^1.6.0 || ^1.7.0",
"@superfluid-finance/sdk-core": "^0.1.0"
},
"files": [
"dist/main",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@decentral.ee/web3-helpers": "^0.5.3",
"@graphprotocol/graph-cli": "0.25.1",
"@graphprotocol/graph-ts": "0.24.1",
"@superfluid-finance/js-sdk": "0.5.8",
"@superfluid-finance/js-sdk": "0.5.9",
"ganache-time-traveler": "^1.0.16",
"mustache": "^4.2.0",
"truffle": "^5.4.26"
Expand Down

0 comments on commit 4013181

Please sign in to comment.