Skip to content

Commit 8869036

Browse files
chore(release): update monorepo packages versions (#1624)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 121843e commit 8869036

File tree

14 files changed

+21
-17
lines changed

14 files changed

+21
-17
lines changed

.changeset/hip-spoons-promise.md

-5
This file was deleted.

examples/arweave-blocks-transactions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.69.1",
22+
"@graphprotocol/graph-cli": "0.69.2",
2323
"@graphprotocol/graph-ts": "0.34.0"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.69.1",
27+
"@graphprotocol/graph-cli": "0.69.2",
2828
"@graphprotocol/graph-ts": "0.34.0",
2929
"mustache": "^4.2.0"
3030
}

examples/cosmos-osmosis-token-swaps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-register": "^6.26.0"
2323
},
2424
"devDependencies": {
25-
"@graphprotocol/graph-cli": "0.69.1",
25+
"@graphprotocol/graph-cli": "0.69.2",
2626
"@graphprotocol/graph-ts": "0.34.0"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"babel-register": "^6.26.0"
2626
},
2727
"devDependencies": {
28-
"@graphprotocol/graph-cli": "0.69.1",
28+
"@graphprotocol/graph-cli": "0.69.2",
2929
"@graphprotocol/graph-ts": "0.34.0",
3030
"mustache": "^4.2.0"
3131
}

examples/cosmos-validator-rewards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.69.1",
27+
"@graphprotocol/graph-cli": "0.69.2",
2828
"@graphprotocol/graph-ts": "0.34.0",
2929
"mustache": "^4.2.0"
3030
}

examples/ethereum-basic-event-handlers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript": "^5.0.4"
3232
},
3333
"devDependencies": {
34-
"@graphprotocol/graph-cli": "0.69.1",
34+
"@graphprotocol/graph-cli": "0.69.2",
3535
"@graphprotocol/graph-ts": "0.34.0",
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
3737
"apollo-fetch": "^0.7.0",

examples/ethereum-gravatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/graph-cli": "0.69.1",
21+
"@graphprotocol/graph-cli": "0.69.2",
2222
"@graphprotocol/graph-ts": "0.34.0",
2323
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
2424
"hardhat": "^2.13.1"

examples/matic-lens-protocol-posts-subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "graph test"
1414
},
1515
"dependencies": {
16-
"@graphprotocol/graph-cli": "0.69.1",
16+
"@graphprotocol/graph-cli": "0.69.2",
1717
"@graphprotocol/graph-ts": "0.34.0"
1818
},
1919
"devDependencies": {

examples/near-blocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "0.69.1",
20+
"@graphprotocol/graph-cli": "0.69.2",
2121
"@graphprotocol/graph-ts": "0.34.0"
2222
}
2323
}

examples/near-receipts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "0.69.1",
20+
"@graphprotocol/graph-cli": "0.69.2",
2121
"@graphprotocol/graph-ts": "0.34.0"
2222
}
2323
}

examples/substreams-powered-subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"substreams:stream": "substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml graph_out -s 12292922 -t +10"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.69.1"
22+
"@graphprotocol/graph-cli": "0.69.2"
2323
}
2424
}

packages/cli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphprotocol/graph-cli
22

3+
## 0.69.2
4+
5+
### Patch Changes
6+
7+
- [#1623](https://github.com/graphprotocol/graph-tooling/pull/1623)
8+
[`121843e`](https://github.com/graphprotocol/graph-tooling/commit/121843e982c69ffb31aae911431a68a2349ea062)
9+
Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - cli: added etherscan API URL & public RPC
10+
endpoint for etherlink-testnet
11+
312
## 0.69.1
413

514
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.69.1",
3+
"version": "0.69.2",
44
"description": "CLI for building for and deploying to The Graph",
55
"license": "(Apache-2.0 OR MIT)",
66
"engines": {

0 commit comments

Comments
 (0)