Skip to content

Commit f9adbfa

Browse files
committed
bump versions
1 parent c30bf8b commit f9adbfa

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

packages/ethereum-contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfluid-finance/ethereum-contracts",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0-rc.7",
44
"description": " Ethereum contracts implementation for the Superfluid Protocol",
55
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme",
66
"repository": "github:superfluid-finance/protocol-monorepo",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@decentral.ee/web3-helpers": "0.5.3",
4141
"@openzeppelin/contracts": "3.4.1",
42-
"@superfluid-finance/js-sdk": "0.5.2",
42+
"@superfluid-finance/js-sdk": "0.5.3",
4343
"@truffle/contract": "4.3.29",
4444
"ethereumjs-tx": "2.1.2",
4545
"ethereumjs-util": "7.1.0",

packages/js-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfluid-finance/js-sdk",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Javascript SDK for building with Superfluid Protocol",
55
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/js-sdk#readme",
66
"repository": "github:superfluid-finance/protocol-monorepo",
@@ -43,7 +43,7 @@
4343
"@ethersproject/contracts": "^5.4.1",
4444
"@ethersproject/providers": "^5.4.3",
4545
"@openzeppelin/test-helpers": "^0.5.12",
46-
"@superfluid-finance/ethereum-contracts": "1.0.0-rc.6",
46+
"@superfluid-finance/ethereum-contracts": "1.0.0-rc.7",
4747
"@truffle/contract": "^4.3.9",
4848
"chai-as-promised": "^7.1.1",
4949
"truffle": "5.4.5",

packages/subgraph/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfluid-finance/subgraph",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Subgraph for the Superfluid Ethereum contracts",
55
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/subgraph",
66
"repository": "github:superfluid-finance/protocol-monorepo",
@@ -15,13 +15,10 @@
1515
"remove-local": "graph remove superfluid-test --node http://localhost:8020/",
1616
"deploy-local": "graph deploy superfluid-test --node http://localhost:8020/ --ipfs http://localhost:5001",
1717
"watch": "graph deploy superfluid-test --node http://localhost:8020/ --ipfs http://localhost:5001 --watch",
18-
1918
"deploy": "graph deploy $SUBGRAPH_NAME --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs --access-token $THEGRAPH_ACCESS_TOKEN",
20-
2119
"deploy:feature": "run-s deploy:feature:*",
2220
"prepare:feature:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
2321
"deploy:feature:goerli": "yarn prepare:feature:goerli && SUBGRAPH_NAME=superfluid-finance/protocol-feature-goerli yarn deploy",
24-
2522
"deploy:dev": "run-s deploy:dev:*",
2623
"prepare:dev:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
2724
"deploy:dev:goerli": "yarn prepare:dev:goerli && SUBGRAPH_NAME=superfluid-finance/protocol-dev-goerli yarn deploy",
@@ -37,7 +34,6 @@
3734
"deploy:dev:xdai": "yarn prepare:dev:xdai && SUBGRAPH_NAME=superfluid-finance/protocol-dev-xdai yarn deploy",
3835
"prepare:dev:matic": "mustache config/matic.json subgraph.template.yaml > subgraph.yaml",
3936
"deploy:dev:matic": "yarn prepare:dev:matic && SUBGRAPH_NAME=superfluid-finance/protocol-dev-matic yarn deploy",
40-
4137
"lint": "run-s lint:*",
4238
"lint:js-eslint": "eslint . --max-warnings=0 --report-unused-disable-directives --fix && echo '✔ Your .js files look good.'",
4339
"pre-commit": "true"
@@ -46,7 +42,7 @@
4642
"@decentral.ee/web3-helpers": "^0.5.3",
4743
"@graphprotocol/graph-cli": "0.21.1",
4844
"@graphprotocol/graph-ts": "0.20.0",
49-
"@superfluid-finance/js-sdk": "0.5.2",
45+
"@superfluid-finance/js-sdk": "0.5.3",
5046
"ganache-time-traveler": "^1.0.16",
5147
"mustache": "^4.2.0",
5248
"truffle": "^5.4.5"

0 commit comments

Comments
 (0)