From f5a8b8c2ee4a6af714ebf1359884fdc192cd4129 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 19:57:00 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/angry-ties-kiss.md | 5 ----- .changeset/cuddly-foxes-occur.md | 5 ----- .changeset/gorgeous-flies-teach.md | 5 ----- .changeset/little-badgers-cover.md | 5 ----- .changeset/pink-rabbits-sip.md | 5 ----- packages/cli/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/cli/package.json | 2 +- 7 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 .changeset/angry-ties-kiss.md delete mode 100644 .changeset/cuddly-foxes-occur.md delete mode 100644 .changeset/gorgeous-flies-teach.md delete mode 100644 .changeset/little-badgers-cover.md delete mode 100644 .changeset/pink-rabbits-sip.md diff --git a/.changeset/angry-ties-kiss.md b/.changeset/angry-ties-kiss.md deleted file mode 100644 index 52018c225..000000000 --- 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 61f4416aa..000000000 --- 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 7bdf5d287..000000000 --- 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 26f421120..000000000 --- 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 7ec62a664..000000000 --- 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 fd85272e3..cbf5ada58 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 ddfbafabb..c917629d7 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)",