Skip to content

Commit f9f0b14

Browse files
chore(release): update monorepo packages versions (#1313)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a258d8d commit f9f0b14

11 files changed

+47
-37
lines changed

.changeset/@graphprotocol_graph-cli-1328-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-panthers-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-emus-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-candles-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-cycles-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/violet-chairs-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-goats-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# @graphprotocol/graph-cli
22

3+
## 0.49.0
4+
5+
### Minor Changes
6+
7+
- [#1327](https://github.com/graphprotocol/graph-tooling/pull/1327)
8+
[`a70ac44`](https://github.com/graphprotocol/graph-tooling/commit/a70ac44575a486128fafd3ee9e9e6fbb05bc642e)
9+
Thanks [@saihaj](https://github.com/saihaj)! - do not generate types, instead show a message to
10+
user to use substreams CLI for codegen.
11+
12+
- [#1306](https://github.com/graphprotocol/graph-tooling/pull/1306)
13+
[`f5e4b58`](https://github.com/graphprotocol/graph-tooling/commit/f5e4b58989edc5f3bb8211f1b912449e77832de8)
14+
Thanks [@saihaj](https://github.com/saihaj)! - Add loadInBlock function for entities as part of
15+
codegen
16+
17+
- [#1339](https://github.com/graphprotocol/graph-tooling/pull/1339)
18+
[`214cd71`](https://github.com/graphprotocol/graph-tooling/commit/214cd7153aabd427b52c87f5f3643212cb615913)
19+
Thanks [@saihaj](https://github.com/saihaj)! - allow deploy optimism and optimism-goerli on studio
20+
21+
### Patch Changes
22+
23+
- [#1328](https://github.com/graphprotocol/graph-tooling/pull/1328)
24+
[`4963215`](https://github.com/graphprotocol/graph-tooling/commit/4963215564797393424c563ea0b51aabbfd8e33e)
25+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
26+
27+
- Updated dependency [`@oclif/[email protected]` ↗︎](https://www.npmjs.com/package/@oclif/core/v/2.8.4)
28+
(from `2.8.2`, in `dependencies`)
29+
30+
- [#1331](https://github.com/graphprotocol/graph-tooling/pull/1331)
31+
[`b2c8dec`](https://github.com/graphprotocol/graph-tooling/commit/b2c8decb7806d25df6ca4e07f6dfdf7941516435)
32+
Thanks [@saihaj](https://github.com/saihaj)! - only allow mainnet for substreams in network
33+
selection for init
34+
335
## 0.48.0
436

537
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.48.0",
3+
"version": "0.49.0",
44
"description": "CLI for building for and deploying to The Graph",
55
"license": "(Apache-2.0 OR MIT)",
66
"engines": {

packages/ts/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @graphprotocol/graph-ts
22

3+
## 0.30.0
4+
5+
### Minor Changes
6+
7+
- [#1299](https://github.com/graphprotocol/graph-tooling/pull/1299)
8+
[`3f8b514`](https://github.com/graphprotocol/graph-tooling/commit/3f8b51440db281e69879be7d91d79cd43e45fe86)
9+
Thanks [@saihaj](https://github.com/saihaj)! - introduce new Etherum utility to get a CREATE2
10+
Address
11+
12+
- [#1306](https://github.com/graphprotocol/graph-tooling/pull/1306)
13+
[`f5e4b58`](https://github.com/graphprotocol/graph-tooling/commit/f5e4b58989edc5f3bb8211f1b912449e77832de8)
14+
Thanks [@saihaj](https://github.com/saihaj)! - expose Host's `get_in_block` function
15+
316
## 0.29.3
417

518
### Patch Changes

0 commit comments

Comments
 (0)