Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1850)
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 Dec 17, 2024
1 parent 00e0a83 commit a6f6f11
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphprotocol_graph-cli-1849-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-islands-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-socks-cross.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/new-gorillas-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-keys-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-jobs-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-toys-fry.md

This file was deleted.

47 changes: 47 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @graphprotocol/graph-cli

## 0.93.0

### Minor Changes

- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
[`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies

- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
[`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - - add networks registry support
- improve `graph init` flow
- filter through the networks as you type
- more information about the networks
- remove unnecessary options depending on the selection
- ESC key to go back
- allow specifying ipfs/url for substreams package

### Patch Changes

- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
[`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates:

- Updated dependency
[`assemblyscript@0.19.23` ↗︎](https://www.npmjs.com/package/assemblyscript/v/0.19.23) (from
`0.27.31`, in `dependencies`)

- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
[`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix `graph add` flag parameters
parsing

- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
[`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name
in schema

- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
[`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id
uniqueness

- [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
[`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - rollback asc version

## 0.92.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.92.0",
"version": "0.93.0",
"type": "module",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
Expand Down

0 comments on commit a6f6f11

Please sign in to comment.