Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1845)
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 f2726cb commit 8f2f892
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .changeset/@graphprotocol_graph-cli-1848-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 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.

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

## 0.92.0

### Minor Changes

- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies

- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
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

- [#1848](https://github.com/graphprotocol/graph-tooling/pull/1848)
[`f2726cb`](https://github.com/graphprotocol/graph-tooling/commit/f2726cb4741ec87a4292088affbca554c252313a)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates:

- Added dependency [`prettier@3.4.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.4.2) (to
`dependencies`)
- Added dependency [`undici@7.1.1` ↗︎](https://www.npmjs.com/package/undici/v/7.1.1) (to
`dependencies`)

- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix `graph add` flag parameters
parsing

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

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

## 0.91.1

### Patch 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.91.1",
"version": "0.92.0",
"type": "module",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
Expand Down
8 changes: 8 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphprotocol/graph-ts

## 0.37.0

### Minor Changes

- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies

## 0.36.0

### Minor 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.36.0",
"version": "0.37.0",
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
"main": "index.ts",
"module": "index.ts",
Expand Down

0 comments on commit 8f2f892

Please sign in to comment.