diff --git a/.changeset/@graphprotocol_graph-cli-1848-dependencies.md b/.changeset/@graphprotocol_graph-cli-1848-dependencies.md deleted file mode 100644 index 7e05fea0..00000000 --- a/.changeset/@graphprotocol_graph-cli-1848-dependencies.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Added dependency [`prettier@3.4.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.4.2) (to `dependencies`) - - Added dependency [`undici@7.1.1` ↗︎](https://www.npmjs.com/package/undici/v/7.1.1) (to `dependencies`) diff --git a/.changeset/green-islands-wink.md b/.changeset/green-islands-wink.md deleted file mode 100644 index c39e884d..00000000 --- a/.changeset/green-islands-wink.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor -'@graphprotocol/graph-ts': minor ---- - -Update all dependencies diff --git a/.changeset/heavy-socks-cross.md b/.changeset/heavy-socks-cross.md deleted file mode 100644 index 264ba271..00000000 --- a/.changeset/heavy-socks-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix `graph add` flag parameters parsing diff --git a/.changeset/new-gorillas-scream.md b/.changeset/new-gorillas-scream.md deleted file mode 100644 index 7b3911a7..00000000 --- a/.changeset/new-gorillas-scream.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -- add networks registry support -- improve `graph init` flow - - filter through the networks as you type - - more information about the networks - - remove unnecessary options depending on the selection - - ESC key to go back -- allow specifying ipfs/url for substreams package diff --git a/.changeset/short-keys-boil.md b/.changeset/short-keys-boil.md deleted file mode 100644 index f10fd68f..00000000 --- a/.changeset/short-keys-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix bug with clashing \_id field name in schema diff --git a/.changeset/swift-jobs-count.md b/.changeset/swift-jobs-count.md deleted file mode 100644 index d5e790c8..00000000 --- a/.changeset/swift-jobs-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix generated example entity id uniqueness diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fd7c94ac..1315b63f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,49 @@ # @graphprotocol/graph-cli +## 0.92.0 + +### Minor Changes + +- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843) + [`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies + +- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843) + [`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - - add networks registry support + - improve `graph init` flow + - filter through the networks as you type + - more information about the networks + - remove unnecessary options depending on the selection + - ESC key to go back + - allow specifying ipfs/url for substreams package + +### Patch Changes + +- [#1848](https://github.com/graphprotocol/graph-tooling/pull/1848) + [`f2726cb`](https://github.com/graphprotocol/graph-tooling/commit/f2726cb4741ec87a4292088affbca554c252313a) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates: + + - Added dependency [`prettier@3.4.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.4.2) (to + `dependencies`) + - Added dependency [`undici@7.1.1` ↗︎](https://www.npmjs.com/package/undici/v/7.1.1) (to + `dependencies`) + +- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843) + [`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix `graph add` flag parameters + parsing + +- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843) + [`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name + in schema + +- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843) + [`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id + uniqueness + ## 0.91.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6a5c9e6b..8b000c64 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.91.1", + "version": "0.92.0", "type": "module", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", diff --git a/packages/ts/CHANGELOG.md b/packages/ts/CHANGELOG.md index 60cac0c8..5d90888a 100644 --- a/packages/ts/CHANGELOG.md +++ b/packages/ts/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-ts +## 0.37.0 + +### Minor Changes + +- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843) + [`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies + ## 0.36.0 ### Minor Changes diff --git a/packages/ts/package.json b/packages/ts/package.json index 1af50eaa..0deaf2f1 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-ts", - "version": "0.36.0", + "version": "0.37.0", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts",