Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1313)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 8, 2023
1 parent a258d8d commit f9f0b14
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_graph-cli-1328-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-panthers-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-emus-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-candles-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-cycles-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-chairs-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-goats-agree.md

This file was deleted.

32 changes: 32 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]` ↗︎](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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f9f0b14

Please sign in to comment.