From a6f6f11203d87cc6aad49e5631fbc6c102b945d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:24:47 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#1850) Co-authored-by: github-actions[bot] --- ...aphprotocol_graph-cli-1849-dependencies.md | 5 -- .changeset/green-islands-wink.md | 5 -- .changeset/heavy-socks-cross.md | 5 -- .changeset/new-gorillas-scream.md | 11 ----- .changeset/short-keys-boil.md | 5 -- .changeset/swift-jobs-count.md | 5 -- .changeset/wet-toys-fry.md | 5 -- packages/cli/CHANGELOG.md | 47 +++++++++++++++++++ packages/cli/package.json | 2 +- 9 files changed, 48 insertions(+), 42 deletions(-) delete mode 100644 .changeset/@graphprotocol_graph-cli-1849-dependencies.md delete mode 100644 .changeset/green-islands-wink.md delete mode 100644 .changeset/heavy-socks-cross.md delete mode 100644 .changeset/new-gorillas-scream.md delete mode 100644 .changeset/short-keys-boil.md delete mode 100644 .changeset/swift-jobs-count.md delete mode 100644 .changeset/wet-toys-fry.md diff --git a/.changeset/@graphprotocol_graph-cli-1849-dependencies.md b/.changeset/@graphprotocol_graph-cli-1849-dependencies.md deleted file mode 100644 index c6ca5d47d..000000000 --- a/.changeset/@graphprotocol_graph-cli-1849-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`assemblyscript@0.19.23` ↗︎](https://www.npmjs.com/package/assemblyscript/v/0.19.23) (from `0.27.31`, in `dependencies`) diff --git a/.changeset/green-islands-wink.md b/.changeset/green-islands-wink.md deleted file mode 100644 index bd2519de9..000000000 --- a/.changeset/green-islands-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Update all dependencies diff --git a/.changeset/heavy-socks-cross.md b/.changeset/heavy-socks-cross.md deleted file mode 100644 index 264ba2711..000000000 --- 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 7b3911a7b..000000000 --- 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 f10fd68fd..000000000 --- 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 d5e790c82..000000000 --- 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/.changeset/wet-toys-fry.md b/.changeset/wet-toys-fry.md deleted file mode 100644 index 721c30194..000000000 --- a/.changeset/wet-toys-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -rollback asc version diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1315b63fa..a5832d3a2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,52 @@ # @graphprotocol/graph-cli +## 0.93.0 + +### Minor Changes + +- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849) + [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies + +- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849) + [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd) + 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 + +- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849) + [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates: + + - Updated dependency + [`assemblyscript@0.19.23` ↗︎](https://www.npmjs.com/package/assemblyscript/v/0.19.23) (from + `0.27.31`, in `dependencies`) + +- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849) + [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix `graph add` flag parameters + parsing + +- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849) + [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name + in schema + +- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849) + [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id + uniqueness + +- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849) + [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - rollback asc version + ## 0.92.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ce5385a19..5f518dc19 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.92.0", + "version": "0.93.0", "type": "module", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)",