Skip to content

Commit 97a1e20

Browse files
authored
Update package.json version (#55)
1 parent 6ca0dde commit 97a1e20

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.2.2",
3+
"version": "1.2.3",
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.2.2",
3+
"version": "1.2.3",
44
"license": "AGPL-3.0-only",
55
"main": "index.ts",
66
"type": "module",

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.2.2",
3+
"version": "1.2.3",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -15,7 +15,7 @@
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
1616
"deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum",
18+
"deploy:local": "graph deploy --version-label 1.2.3 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/ethereum",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/ethereum"
2020
}
2121
}

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.2.2",
3+
"version": "1.2.3",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "true",
@@ -15,7 +15,7 @@
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
1616
"deploy:gnosis": "yarn build:gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/rari-fuse-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse",
18+
"deploy:local": "graph deploy --version-label 1.2.3 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/rari-fuse",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/rari-fuse"
2020
}
2121
}

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.2.2",
3+
"version": "1.2.3",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -15,7 +15,7 @@
1515
"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",
1616
"deploy:gnosis": "yarn build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise",
18+
"deploy:local": "graph deploy --version-label 1.2.3 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/stakewise",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/stakewise"
2020
}
2121
}

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.2.2",
3+
"version": "1.2.3",
44
"license": "AGPL-3.0-only",
55
"scripts": {
66
"prepare:goerli": "mustache config/goerli.json subgraph.template.yaml > subgraph.yaml",
@@ -15,7 +15,7 @@
1515
"deploy:perm_goerli": "yarn build:perm_goerli",
1616
"deploy:gnosis": "yarn build:gnosis",
1717
"deploy:mainnet": "yarn build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet",
18-
"deploy:local": "graph deploy --version-label 1.2.2 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3",
18+
"deploy:local": "graph deploy --version-label 1.2.3 --node $GRAPH_NODE_URL --ipfs $IPFS_URL stakewise/uniswap-v3",
1919
"create:local": "graph create --node $GRAPH_NODE_URL stakewise/uniswap-v3"
2020
}
2121
}

0 commit comments

Comments
 (0)