Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #1464

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curvy-rats-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-laws-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-fishes-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-pandas-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-carrots-relate.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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0",
"@graphprotocol/graph-cli": "0.59.0",
"@graphprotocol/graph-ts": "0.31.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.13.1"
Expand Down
12 changes: 12 additions & 0 deletions examples/matic-lens-protocol-posts-subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

### Patch Changes

- Updated dependencies
[[`4c1ca35`](https://github.com/graphprotocol/graph-tooling/commit/4c1ca35d7c5cf6ee3aae119d578978e55074f5e9),
[`05e61d2`](https://github.com/graphprotocol/graph-tooling/commit/05e61d212caf8bdb735e8527dbbab6a0beca516d),
[`b5f28bc`](https://github.com/graphprotocol/graph-tooling/commit/b5f28bc33a43b84ce4b6fe004c553e4de5e896a6),
[`b7dc8a5`](https://github.com/graphprotocol/graph-tooling/commit/b7dc8a5fe32d0241f2bef5f118a9e1de819b61a9),
[`129d003`](https://github.com/graphprotocol/graph-tooling/commit/129d003838b9b138391835f5a03b21aa05c34e15)]:
- @graphprotocol/graph-cli@0.59.0

## null

### Patch Changes

- Updated dependencies
[[`e54883b`](https://github.com/graphprotocol/graph-tooling/commit/e54883b41997eee408d66fd2bc835c67cb3c7e40)]:
- @graphprotocol/graph-cli@0.58.0
Expand Down
5 changes: 3 additions & 2 deletions examples/matic-lens-protocol-posts-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.58.0",
"@graphprotocol/graph-cli": "0.59.0",
"@graphprotocol/graph-ts": "0.31.0"
},
"devDependencies": {
"matchstick-as": "0.5.2"
}
},
"version": null
}
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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0",
"@graphprotocol/graph-cli": "0.59.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.58.0"
"@graphprotocol/graph-cli": "0.59.0"
}
}
28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @graphprotocol/graph-cli

## 0.59.0

### Minor Changes

- [#1457](https://github.com/graphprotocol/graph-tooling/pull/1457)
[`b7dc8a5`](https://github.com/graphprotocol/graph-tooling/commit/b7dc8a5fe32d0241f2bef5f118a9e1de819b61a9)
Thanks [@saihaj](https://github.com/saihaj)! - do not generate loader for interfaces

### Patch Changes

- [#1470](https://github.com/graphprotocol/graph-tooling/pull/1470)
[`4c1ca35`](https://github.com/graphprotocol/graph-tooling/commit/4c1ca35d7c5cf6ee3aae119d578978e55074f5e9)
Thanks [@axiomatic-aardvark](https://github.com/axiomatic-aardvark)! - Update 'test' command to
reflect new matchstick version

- [#1458](https://github.com/graphprotocol/graph-tooling/pull/1458)
[`05e61d2`](https://github.com/graphprotocol/graph-tooling/commit/05e61d212caf8bdb735e8527dbbab6a0beca516d)
Thanks [@saihaj](https://github.com/saihaj)! - do not init a git repo if a repo already exists

- [#1462](https://github.com/graphprotocol/graph-tooling/pull/1462)
[`b5f28bc`](https://github.com/graphprotocol/graph-tooling/commit/b5f28bc33a43b84ce4b6fe004c553e4de5e896a6)
Thanks [@omahs](https://github.com/omahs)! - deprecate `--skip-wait-for-etherium` for
`graph local`

- [#1459](https://github.com/graphprotocol/graph-tooling/pull/1459)
[`129d003`](https://github.com/graphprotocol/graph-tooling/commit/129d003838b9b138391835f5a03b21aa05c34e15)
Thanks [@pustovalov](https://github.com/pustovalov)! - fix ABI api endpoint aurora networks

## 0.58.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.58.0",
"version": "0.59.0",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
Expand Down