diff --git a/.changeset/green-islands-wink.md b/.changeset/green-islands-wink.md deleted file mode 100644 index c39e884d8..000000000 --- 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/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fd7c94acb..c811f8952 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.92.0 + +### Minor Changes + +- [#1775](https://github.com/graphprotocol/graph-tooling/pull/1775) + [`7faa309`](https://github.com/graphprotocol/graph-tooling/commit/7faa3098b2e6c61f09fc81b8b2d333e66b0080d1) + Thanks [@0237h](https://github.com/0237h)! - Update all dependencies + ## 0.91.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 1b276ad55..ab8cd297a 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 60cac0c88..6ef11612a 100644 --- a/packages/ts/CHANGELOG.md +++ b/packages/ts/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-ts +## 0.37.0 + +### Minor Changes + +- [#1775](https://github.com/graphprotocol/graph-tooling/pull/1775) + [`7faa309`](https://github.com/graphprotocol/graph-tooling/commit/7faa3098b2e6c61f09fc81b8b2d333e66b0080d1) + Thanks [@0237h](https://github.com/0237h)! - Update all dependencies + ## 0.36.0 ### Minor Changes diff --git a/packages/ts/package.json b/packages/ts/package.json index 1af50eaa1..0deaf2f15 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",