Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1495)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 10, 2023
1 parent 031fca8 commit de8abe0
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-shoes-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-ads-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-camels-switch.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/arweave-blocks-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"remove-local": "graph remove arweave-example --node http://localhost:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
2 changes: 1 addition & 1 deletion examples/cosmos-block-filtering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0",
"mustache": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cosmos-osmosis-token-swaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
2 changes: 1 addition & 1 deletion examples/cosmos-validator-delegations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0",
"mustache": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cosmos-validator-rewards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0",
"mustache": "^4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/ethereum-basic-event-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.0.4"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"apollo-fetch": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ethereum-gravatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.13.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/matic-lens-protocol-posts-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/near-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
2 changes: 1 addition & 1 deletion examples/near-receipts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "0.31.0"
}
}
2 changes: 1 addition & 1 deletion examples/substreams-powered-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"substreams:stream": "substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml graph_out -s 12292922 -t +10"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.60.0"
"@graphprotocol/graph-cli": "0.61.0"
}
}
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphprotocol/graph-cli

## 0.61.0

### Minor Changes

- [#1491](https://github.com/graphprotocol/graph-tooling/pull/1491)
[`326b303`](https://github.com/graphprotocol/graph-tooling/commit/326b30340ed5d922bfde995c9ff68e0899ac4cb3)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - add etherscan api retries to
`graph init` wizard

- [#1489](https://github.com/graphprotocol/graph-tooling/pull/1489)
[`031fca8`](https://github.com/graphprotocol/graph-tooling/commit/031fca87fb163a69a06653f7822f4738452a91aa)
Thanks [@saihaj](https://github.com/saihaj)! - Arbitrum Sepolia support

- [#1493](https://github.com/graphprotocol/graph-tooling/pull/1493)
[`f5f974d`](https://github.com/graphprotocol/graph-tooling/commit/f5f974d63416ba845c45c50b2931c9beffcca3a1)
Thanks [@incrypto32](https://github.com/incrypto32)! - Fix codegen issues when using derived
loaders with Bytes as ID's

## 0.60.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
"version": "0.60.0",
"version": "0.61.0",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
Expand Down

0 comments on commit de8abe0

Please sign in to comment.