From de2e4915a2e1b1a70229198016cd4d7a9285fe1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:19:22 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#1907) Co-authored-by: github-actions[bot] --- ...aphprotocol_graph-cli-1910-dependencies.md | 5 --- ...aphprotocol_graph-cli-1914-dependencies.md | 5 --- .changeset/afraid-cycles-act.md | 5 --- .changeset/flat-spiders-grin.md | 5 --- .changeset/spotty-geckos-wonder.md | 5 --- .changeset/tricky-pumas-sip.md | 5 --- packages/cli/CHANGELOG.md | 39 +++++++++++++++++++ packages/cli/package.json | 2 +- 8 files changed, 40 insertions(+), 31 deletions(-) delete mode 100644 .changeset/@graphprotocol_graph-cli-1910-dependencies.md delete mode 100644 .changeset/@graphprotocol_graph-cli-1914-dependencies.md delete mode 100644 .changeset/afraid-cycles-act.md delete mode 100644 .changeset/flat-spiders-grin.md delete mode 100644 .changeset/spotty-geckos-wonder.md delete mode 100644 .changeset/tricky-pumas-sip.md diff --git a/.changeset/@graphprotocol_graph-cli-1910-dependencies.md b/.changeset/@graphprotocol_graph-cli-1910-dependencies.md deleted file mode 100644 index d85d6d223..000000000 --- a/.changeset/@graphprotocol_graph-cli-1910-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`undici@7.2.3` ↗︎](https://www.npmjs.com/package/undici/v/7.2.3) (from `7.1.1`, in `dependencies`) diff --git a/.changeset/@graphprotocol_graph-cli-1914-dependencies.md b/.changeset/@graphprotocol_graph-cli-1914-dependencies.md deleted file mode 100644 index 5e220d3bd..000000000 --- a/.changeset/@graphprotocol_graph-cli-1914-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Removed dependency [`binary-install@^1.1.0` ↗︎](https://www.npmjs.com/package/binary-install/v/1.1.0) (from `dependencies`) diff --git a/.changeset/afraid-cycles-act.md b/.changeset/afraid-cycles-act.md deleted file mode 100644 index e9bfcab04..000000000 --- a/.changeset/afraid-cycles-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix bug with graph test #1904 diff --git a/.changeset/flat-spiders-grin.md b/.changeset/flat-spiders-grin.md deleted file mode 100644 index 4459ba58f..000000000 --- a/.changeset/flat-spiders-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix `import.meta.url` not being parsed as path properly diff --git a/.changeset/spotty-geckos-wonder.md b/.changeset/spotty-geckos-wonder.md deleted file mode 100644 index ebf9fc6cf..000000000 --- a/.changeset/spotty-geckos-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Add support for Sourcify contract information lookup diff --git a/.changeset/tricky-pumas-sip.md b/.changeset/tricky-pumas-sip.md deleted file mode 100644 index fe2bbb951..000000000 --- a/.changeset/tricky-pumas-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix bug with loud errors in `graph test` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b077ac3a4..02844f31a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,44 @@ # @graphprotocol/graph-cli +## 0.95.0 + +### Minor Changes + +- [#1899](https://github.com/graphprotocol/graph-tooling/pull/1899) + [`8cdaf31`](https://github.com/graphprotocol/graph-tooling/commit/8cdaf31e78c7fb7bf7ef4f5380d0c72b2a05b08d) + Thanks [@0237h](https://github.com/0237h)! - Add support for Sourcify contract information lookup + +### Patch Changes + +- [#1910](https://github.com/graphprotocol/graph-tooling/pull/1910) + [`15384e6`](https://github.com/graphprotocol/graph-tooling/commit/15384e6bd8af6ba2ad07e9eb5a637d148fb39867) + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`undici@7.2.3` ↗︎](https://www.npmjs.com/package/undici/v/7.2.3) (from + `7.1.1`, in `dependencies`) + +- [#1914](https://github.com/graphprotocol/graph-tooling/pull/1914) + [`e63b483`](https://github.com/graphprotocol/graph-tooling/commit/e63b483612e74587b3d33b7ce6d5f3264096820f) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates: + + - Removed dependency + [`binary-install@^1.1.0` ↗︎](https://www.npmjs.com/package/binary-install/v/1.1.0) (from + `dependencies`) + +- [#1914](https://github.com/graphprotocol/graph-tooling/pull/1914) + [`e63b483`](https://github.com/graphprotocol/graph-tooling/commit/e63b483612e74587b3d33b7ce6d5f3264096820f) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with graph test #1904 + +- [#1903](https://github.com/graphprotocol/graph-tooling/pull/1903) + [`bcaad5e`](https://github.com/graphprotocol/graph-tooling/commit/bcaad5e077e485224c06842491145d05215f4c0e) + Thanks [@0237h](https://github.com/0237h)! - Fix `import.meta.url` not being parsed as path + properly + +- [#1918](https://github.com/graphprotocol/graph-tooling/pull/1918) + [`14ac25c`](https://github.com/graphprotocol/graph-tooling/commit/14ac25c1f08134d15410dad215cad8a9e941a105) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with loud errors in + `graph test` + ## 0.94.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0d89c0574..457ae7c41 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.94.0", + "version": "0.95.0", "type": "module", "description": "CLI for building for and deploying to The Graph", "repository": {