Skip to content

Commit 20de38a

Browse files
authored
Update version of packages (#46)
1 parent 75554b6 commit 20de38a

File tree

7 files changed

+199
-215
lines changed

7 files changed

+199
-215
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stakewise-subgraphs",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "Subgraphs for the StakeWise Protocol",
55
"repository": "https://github.com/stakewise/subgraphs",
66
"license": "AGPL-3.0-only",

packages/constants/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "const",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"license": "AGPL-3.0-only",
55
"main": "index.ts",
66
"scripts": {

subgraphs/ethereum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -13,6 +13,6 @@
1313
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet",
1414
"deploy:goerli": "yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-goerli",
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
16-
"deploy:local": "graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum"
16+
"deploy:local": "graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum"
1717
}
1818
}

subgraphs/rari-fuse/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-fuse",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "true",
@@ -13,6 +13,6 @@
1313
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/rari-fuse-mainnet",
1414
"deploy:goerli": "yarn build:goerli",
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
16-
"deploy:local": "graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
16+
"deploy:local": "graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse"
1717
}
1818
}

subgraphs/stakewise/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stakewise",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -13,6 +13,6 @@
1313
"deploy:goerli": "yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-goerli",
1414
"deploy:perm_goerli": "yarn build:perm_goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-perm-goerli",
1515
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet",
16-
"deploy:local": "graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise"
16+
"deploy:local": "graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise"
1717
}
1818
}

subgraphs/uniswap-v3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uniswap-v3",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -13,6 +13,6 @@
1313
"deploy:goerli": "yarn build:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-goerli",
1414
"deploy:perm_goerli": "yarn build:perm_goerli",
1515
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet",
16-
"deploy:local": "graph deploy --version-label 1.0.9 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
16+
"deploy:local": "graph deploy --version-label 1.1.0 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3"
1717
}
1818
}

0 commit comments

Comments
 (0)