diff --git a/.changeset/@graphprotocol_graph-cli-1328-dependencies.md b/.changeset/@graphprotocol_graph-cli-1328-dependencies.md deleted file mode 100644 index 25b9ecad..00000000 --- a/.changeset/@graphprotocol_graph-cli-1328-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`@oclif/core@2.8.4` ↗︎](https://www.npmjs.com/package/@oclif/core/v/2.8.4) (from `2.8.2`, in `dependencies`) diff --git a/.changeset/curvy-panthers-wink.md b/.changeset/curvy-panthers-wink.md deleted file mode 100644 index c58a8a8e..00000000 --- a/.changeset/curvy-panthers-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -do not generate types, instead show a message to user to use substreams CLI for codegen. diff --git a/.changeset/slow-emus-share.md b/.changeset/slow-emus-share.md deleted file mode 100644 index a1e49ac1..00000000 --- a/.changeset/slow-emus-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Add loadInBlock function for entities as part of codegen diff --git a/.changeset/smart-candles-float.md b/.changeset/smart-candles-float.md deleted file mode 100644 index 5bb97bf3..00000000 --- a/.changeset/smart-candles-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -allow deploy optimism and optimism-goerli on studio diff --git a/.changeset/smart-cycles-sit.md b/.changeset/smart-cycles-sit.md deleted file mode 100644 index 6b520350..00000000 --- a/.changeset/smart-cycles-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -only allow mainnet for substreams in network selection for init diff --git a/.changeset/violet-chairs-explain.md b/.changeset/violet-chairs-explain.md deleted file mode 100644 index b1043343..00000000 --- a/.changeset/violet-chairs-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-ts': minor ---- - -introduce new Etherum utility to get a CREATE2 Address diff --git a/.changeset/warm-goats-agree.md b/.changeset/warm-goats-agree.md deleted file mode 100644 index 4d21b104..00000000 --- a/.changeset/warm-goats-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-ts': minor ---- - -expose Host's `get_in_block` function diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0db41ada..1156c0cc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,37 @@ # @graphprotocol/graph-cli +## 0.49.0 + +### Minor Changes + +- [#1327](https://github.com/graphprotocol/graph-tooling/pull/1327) + [`a70ac44`](https://github.com/graphprotocol/graph-tooling/commit/a70ac44575a486128fafd3ee9e9e6fbb05bc642e) + Thanks [@saihaj](https://github.com/saihaj)! - do not generate types, instead show a message to + user to use substreams CLI for codegen. + +- [#1306](https://github.com/graphprotocol/graph-tooling/pull/1306) + [`f5e4b58`](https://github.com/graphprotocol/graph-tooling/commit/f5e4b58989edc5f3bb8211f1b912449e77832de8) + Thanks [@saihaj](https://github.com/saihaj)! - Add loadInBlock function for entities as part of + codegen + +- [#1339](https://github.com/graphprotocol/graph-tooling/pull/1339) + [`214cd71`](https://github.com/graphprotocol/graph-tooling/commit/214cd7153aabd427b52c87f5f3643212cb615913) + Thanks [@saihaj](https://github.com/saihaj)! - allow deploy optimism and optimism-goerli on studio + +### Patch Changes + +- [#1328](https://github.com/graphprotocol/graph-tooling/pull/1328) + [`4963215`](https://github.com/graphprotocol/graph-tooling/commit/4963215564797393424c563ea0b51aabbfd8e33e) + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`@oclif/core@2.8.4` ↗︎](https://www.npmjs.com/package/@oclif/core/v/2.8.4) + (from `2.8.2`, in `dependencies`) + +- [#1331](https://github.com/graphprotocol/graph-tooling/pull/1331) + [`b2c8dec`](https://github.com/graphprotocol/graph-tooling/commit/b2c8decb7806d25df6ca4e07f6dfdf7941516435) + Thanks [@saihaj](https://github.com/saihaj)! - only allow mainnet for substreams in network + selection for init + ## 0.48.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index df408b9f..b6fe60d6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.48.0", + "version": "0.49.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": { diff --git a/packages/ts/CHANGELOG.md b/packages/ts/CHANGELOG.md index a1d044b0..ba214a9c 100644 --- a/packages/ts/CHANGELOG.md +++ b/packages/ts/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphprotocol/graph-ts +## 0.30.0 + +### Minor Changes + +- [#1299](https://github.com/graphprotocol/graph-tooling/pull/1299) + [`3f8b514`](https://github.com/graphprotocol/graph-tooling/commit/3f8b51440db281e69879be7d91d79cd43e45fe86) + Thanks [@saihaj](https://github.com/saihaj)! - introduce new Etherum utility to get a CREATE2 + Address + +- [#1306](https://github.com/graphprotocol/graph-tooling/pull/1306) + [`f5e4b58`](https://github.com/graphprotocol/graph-tooling/commit/f5e4b58989edc5f3bb8211f1b912449e77832de8) + Thanks [@saihaj](https://github.com/saihaj)! - expose Host's `get_in_block` function + ## 0.29.3 ### Patch Changes diff --git a/packages/ts/package.json b/packages/ts/package.json index f2980abd..da5e28c5 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-ts", - "version": "0.29.3", + "version": "0.30.0", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", "main": "index.ts", "module": "index.ts",