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 #1526

Merged
merged 1 commit into from
Dec 8, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/@graphprotocol_graph-cli-1535-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-ducks-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-windows-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-comics-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-crabs-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-horses-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-fans-attend.md

This file was deleted.

4 changes: 2 additions & 2 deletions 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.62.0",
"@graphprotocol/graph-ts": "0.31.0"
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0"
}
}
4 changes: 2 additions & 2 deletions examples/cosmos-block-filtering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.62.0",
"@graphprotocol/graph-ts": "0.31.0",
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0",
"mustache": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions 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.62.0",
"@graphprotocol/graph-ts": "0.31.0"
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0"
}
}
4 changes: 2 additions & 2 deletions examples/cosmos-validator-delegations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.62.0",
"@graphprotocol/graph-ts": "0.31.0",
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0",
"mustache": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/cosmos-validator-rewards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"babel-register": "^6.26.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.62.0",
"@graphprotocol/graph-ts": "0.31.0",
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0",
"mustache": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/ethereum-basic-event-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"typescript": "^5.0.4"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.62.0",
"@graphprotocol/graph-ts": "0.31.0",
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.13.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/ethereum-gravatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.62.0",
"@graphprotocol/graph-ts": "0.31.0",
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.13.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/example-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml"
},
"devDependencies": {
"@graphprotocol/graph-ts": "0.31.0"
"@graphprotocol/graph-ts": "0.32.0"
}
}
4 changes: 2 additions & 2 deletions examples/matic-lens-protocol-posts-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.62.0",
"@graphprotocol/graph-ts": "0.31.0"
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0"
},
"devDependencies": {
"matchstick-as": "0.6.0"
Expand Down
4 changes: 2 additions & 2 deletions 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.62.0",
"@graphprotocol/graph-ts": "0.31.0"
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.0"
}
}
4 changes: 2 additions & 2 deletions 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.62.0",
"@graphprotocol/graph-ts": "0.31.0"
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.32.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.62.0"
"@graphprotocol/graph-cli": "0.63.0"
}
}
39 changes: 39 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @graphprotocol/graph-cli

## 0.63.0

### Minor Changes

- [#1531](https://github.com/graphprotocol/graph-tooling/pull/1531)
[`b168be1`](https://github.com/graphprotocol/graph-tooling/commit/b168be1526376fbb386b2ef650813b6696ab59f1)
Thanks [@travs](https://github.com/travs)! - Add `--skip-git` option to `init` cli command

- [#1490](https://github.com/graphprotocol/graph-tooling/pull/1490)
[`95eb9d0`](https://github.com/graphprotocol/graph-tooling/commit/95eb9d0244a99fdfb7a4750963c1a982d024dd87)
Thanks [@mangas](https://github.com/mangas)! - substreams based triggers support

- [#1535](https://github.com/graphprotocol/graph-tooling/pull/1535)
[`7d5c818`](https://github.com/graphprotocol/graph-tooling/commit/7d5c818fc832cf824421957b02ff3198bcf25a22)
Thanks [@saihaj](https://github.com/saihaj)! - add validation for handlers from subgraph manifest

- [#1524](https://github.com/graphprotocol/graph-tooling/pull/1524)
[`086a2da`](https://github.com/graphprotocol/graph-tooling/commit/086a2da03a4388277b69b6db541a0673dc9505bb)
Thanks [@pedropregueiro](https://github.com/pedropregueiro)! - Add support for M3 apple silicon
for `graph test`

### Patch Changes

- [#1535](https://github.com/graphprotocol/graph-tooling/pull/1535)
[`7d5c818`](https://github.com/graphprotocol/graph-tooling/commit/7d5c818fc832cf824421957b02ff3198bcf25a22)
Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:

- Added dependency [`@babel/core@^7.20.5` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.20.5)
(to `dependencies`)
- Added dependency
[`@babel/preset-typescript@^7.18.6` ↗︎](https://www.npmjs.com/package/@babel/preset-typescript/v/7.18.6)
(to `dependencies`)
- Added dependency [`memoizee@^0.4.15` ↗︎](https://www.npmjs.com/package/memoizee/v/0.4.15) (to
`dependencies`)

- [#1521](https://github.com/graphprotocol/graph-tooling/pull/1521)
[`3571a57`](https://github.com/graphprotocol/graph-tooling/commit/3571a571b2a094f41932e7cbc91b605c7ba0962c)
Thanks [@saihaj](https://github.com/saihaj)! - remove studio network validation checks

## 0.62.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.62.0",
"version": "0.63.0",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/graph-ts

## 0.32.0

### Minor Changes

- [#1523](https://github.com/graphprotocol/graph-tooling/pull/1523)
[`167696e`](https://github.com/graphprotocol/graph-tooling/commit/167696eb611db0da27a6cf92a7390e72c74672ca)
Thanks [@xJonathanLEI](https://github.com/xJonathanLEI)! - add starknet data types

## 0.31.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-ts",
"version": "0.31.0",
"version": "0.32.0",
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
"main": "index.ts",
"module": "index.ts",
Expand Down