diff --git a/.changeset/@graphprotocol_graph-cli-1956-dependencies.md b/.changeset/@graphprotocol_graph-cli-1956-dependencies.md deleted file mode 100644 index 2882c4442..000000000 --- a/.changeset/@graphprotocol_graph-cli-1956-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`@oclif/core@4.2.8` ↗︎](https://www.npmjs.com/package/@oclif/core/v/4.2.8) (from `4.2.6`, in `dependencies`) - - Updated dependency [`docker-compose@1.1.1` ↗︎](https://www.npmjs.com/package/docker-compose/v/1.1.1) (from `1.1.0`, in `dependencies`) - - Updated dependency [`prettier@3.5.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.5.2) (from `3.4.2`, in `dependencies`) diff --git a/.changeset/@graphprotocol_graph-cli-1978-dependencies.md b/.changeset/@graphprotocol_graph-cli-1978-dependencies.md deleted file mode 100644 index 2073e0056..000000000 --- a/.changeset/@graphprotocol_graph-cli-1978-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`undici@7.4.0` ↗︎](https://www.npmjs.com/package/undici/v/7.4.0) (from `7.3.0`, in `dependencies`) diff --git a/.changeset/flat-hairs-study.md b/.changeset/flat-hairs-study.md deleted file mode 100644 index d74b5cfae..000000000 --- a/.changeset/flat-hairs-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -handle sized arrays in abi when changetype diff --git a/.changeset/nervous-garlics-cover.md b/.changeset/nervous-garlics-cover.md deleted file mode 100644 index ee46db8aa..000000000 --- a/.changeset/nervous-garlics-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -show sourcify fetch status diff --git a/.changeset/new-rules-bake.md b/.changeset/new-rules-bake.md deleted file mode 100644 index 93c2044c5..000000000 --- a/.changeset/new-rules-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- - -fix: generate types for mappings when int8 is used as id diff --git a/.changeset/plenty-dancers-trade.md b/.changeset/plenty-dancers-trade.md deleted file mode 100644 index aa0405e67..000000000 --- a/.changeset/plenty-dancers-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Added subgraph composition examples diff --git a/.changeset/purple-files-think.md b/.changeset/purple-files-think.md deleted file mode 100644 index 9b2864a6f..000000000 --- a/.changeset/purple-files-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -`graph codegen`: fix bug with id field clash in example entity diff --git a/.changeset/red-roses-speak.md b/.changeset/red-roses-speak.md deleted file mode 100644 index 0896dba82..000000000 --- a/.changeset/red-roses-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -handle invalid characters in contract name #1883 diff --git a/.changeset/sweet-spoons-accept.md b/.changeset/sweet-spoons-accept.md deleted file mode 100644 index 55cd2ac6e..000000000 --- a/.changeset/sweet-spoons-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -handle non-standard Etherscan API responses, i.e. kaia diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5e8457424..9c7a6932c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,33 @@ # @graphprotocol/graph-cli +## 0.96.1 + +### Patch Changes + +- [#1956](https://github.com/graphprotocol/graph-tooling/pull/1956) [`59ad5f0`](https://github.com/graphprotocol/graph-tooling/commit/59ad5f06f45cd8d9842156d58f5047040f2cc1dd) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`@oclif/core@4.2.8` ↗︎](https://www.npmjs.com/package/@oclif/core/v/4.2.8) (from `4.2.6`, in `dependencies`) + - Updated dependency [`docker-compose@1.1.1` ↗︎](https://www.npmjs.com/package/docker-compose/v/1.1.1) (from `1.1.0`, in `dependencies`) + - Updated dependency [`prettier@3.5.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.5.2) (from `3.4.2`, in `dependencies`) + +- [#1978](https://github.com/graphprotocol/graph-tooling/pull/1978) [`d360f11`](https://github.com/graphprotocol/graph-tooling/commit/d360f11328d32d11246ce5101a168081fedb720a) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`undici@7.4.0` ↗︎](https://www.npmjs.com/package/undici/v/7.4.0) (from `7.3.0`, in `dependencies`) + +- [#1969](https://github.com/graphprotocol/graph-tooling/pull/1969) [`5ffce65`](https://github.com/graphprotocol/graph-tooling/commit/5ffce651d11a68b8eae743785311eac74c8da563) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle sized arrays in abi when changetype + +- [#1967](https://github.com/graphprotocol/graph-tooling/pull/1967) [`388ee5a`](https://github.com/graphprotocol/graph-tooling/commit/388ee5a52a150bcd1ce544278f85242ea0498dcf) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - show sourcify fetch status + +- [#1934](https://github.com/graphprotocol/graph-tooling/pull/1934) [`30f2aa5`](https://github.com/graphprotocol/graph-tooling/commit/30f2aa500db1b708f38ba6ee7ce7b0e7660cc40b) Thanks [@shiyasmohd](https://github.com/shiyasmohd)! - fix: generate types for mappings when int8 is used as id + +- [#1977](https://github.com/graphprotocol/graph-tooling/pull/1977) [`030a7f0`](https://github.com/graphprotocol/graph-tooling/commit/030a7f0d12b7fc178f1e6543e8795511e90b9bc3) Thanks [@idalithb](https://github.com/idalithb)! - Added subgraph composition examples + +- [#1971](https://github.com/graphprotocol/graph-tooling/pull/1971) [`4e2b689`](https://github.com/graphprotocol/graph-tooling/commit/4e2b689d90e91b40b6bb4b0af76e42973582ebf7) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph codegen`: fix bug with id field clash in example entity + +- [#1966](https://github.com/graphprotocol/graph-tooling/pull/1966) [`84b0d21`](https://github.com/graphprotocol/graph-tooling/commit/84b0d21f60da67295d41f096211d31cd0cd432cb) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle invalid characters in contract name #1883 + +- [#1974](https://github.com/graphprotocol/graph-tooling/pull/1974) [`31c25e7`](https://github.com/graphprotocol/graph-tooling/commit/31c25e74569035209e768332556ad358cb11258d) Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - handle non-standard Etherscan API responses, i.e. kaia + ## 0.96.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index cc9f496f1..d5a2f197a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.96.0", + "version": "0.96.1", "type": "module", "description": "CLI for building for and deploying to The Graph", "repository": {