diff --git a/.changeset/angry-ties-kiss.md b/.changeset/angry-ties-kiss.md deleted file mode 100644 index 52018c22..00000000 --- a/.changeset/angry-ties-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix empty source name for substreams subgraphs #1868 diff --git a/.changeset/cuddly-foxes-occur.md b/.changeset/cuddly-foxes-occur.md deleted file mode 100644 index 61f4416a..00000000 --- a/.changeset/cuddly-foxes-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -warn about outdated node version diff --git a/.changeset/gorgeous-flies-teach.md b/.changeset/gorgeous-flies-teach.md deleted file mode 100644 index 7bdf5d28..00000000 --- a/.changeset/gorgeous-flies-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -show skip-git deprecation warning only when used diff --git a/.changeset/little-badgers-cover.md b/.changeset/little-badgers-cover.md deleted file mode 100644 index 26f42112..00000000 --- a/.changeset/little-badgers-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -error out if node is too old diff --git a/.changeset/pink-rabbits-sip.md b/.changeset/pink-rabbits-sip.md deleted file mode 100644 index 7ec62a66..00000000 --- a/.changeset/pink-rabbits-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -minor `graph init` ux improvements diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fd85272e..cbf5ada5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,31 @@ # @graphprotocol/graph-cli +## 0.93.2 + +### Patch Changes + +- [#1871](https://github.com/graphprotocol/graph-tooling/pull/1871) + [`5b312cf`](https://github.com/graphprotocol/graph-tooling/commit/5b312cf35bf4f77f36f3017e58805e9777bb8e5d) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix empty source name for substreams + subgraphs #1868 + +- [#1863](https://github.com/graphprotocol/graph-tooling/pull/1863) + [`4e70f64`](https://github.com/graphprotocol/graph-tooling/commit/4e70f64681a6c0158fa8287a77b8a79907d51b7d) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - warn about outdated node version + +- [#1866](https://github.com/graphprotocol/graph-tooling/pull/1866) + [`a4f0745`](https://github.com/graphprotocol/graph-tooling/commit/a4f074542a8ad9a4c783830e42702f309690418b) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - show skip-git deprecation warning + only when used + +- [#1867](https://github.com/graphprotocol/graph-tooling/pull/1867) + [`f979e55`](https://github.com/graphprotocol/graph-tooling/commit/f979e553f5ed75513bc75b07231a717056312e96) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - error out if node is too old + +- [#1865](https://github.com/graphprotocol/graph-tooling/pull/1865) + [`4ddb562`](https://github.com/graphprotocol/graph-tooling/commit/4ddb56209361908804f366ec94266ec7f7dc079f) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - minor `graph init` ux improvements + ## 0.93.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ddfbafab..c917629d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.93.1", + "version": "0.93.2", "type": "module", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)",