Skip to content

Commit 8f2f892

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

10 files changed

+54
-40
lines changed

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

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

.changeset/green-islands-wink.md

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

.changeset/heavy-socks-cross.md

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

.changeset/new-gorillas-scream.md

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

.changeset/short-keys-boil.md

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

.changeset/swift-jobs-count.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.92.0
4+
5+
### Minor Changes
6+
7+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
8+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
9+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies
10+
11+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
12+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
13+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - - add networks registry support
14+
- improve `graph init` flow
15+
- filter through the networks as you type
16+
- more information about the networks
17+
- remove unnecessary options depending on the selection
18+
- ESC key to go back
19+
- allow specifying ipfs/url for substreams package
20+
21+
### Patch Changes
22+
23+
- [#1848](https://github.com/graphprotocol/graph-tooling/pull/1848)
24+
[`f2726cb`](https://github.com/graphprotocol/graph-tooling/commit/f2726cb4741ec87a4292088affbca554c252313a)
25+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates:
26+
27+
- Added dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/prettier/v/3.4.2) (to
28+
`dependencies`)
29+
- Added dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/undici/v/7.1.1) (to
30+
`dependencies`)
31+
32+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
33+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
34+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix `graph add` flag parameters
35+
parsing
36+
37+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
38+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
39+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name
40+
in schema
41+
42+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
43+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
44+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id
45+
uniqueness
46+
347
## 0.91.1
448

549
### Patch 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.91.1",
3+
"version": "0.92.0",
44
"type": "module",
55
"description": "CLI for building for and deploying to The Graph",
66
"license": "(Apache-2.0 OR MIT)",

packages/ts/CHANGELOG.md

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

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
8+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
9+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies
10+
311
## 0.36.0
412

513
### Minor Changes

packages/ts/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-ts",
3-
"version": "0.36.0",
3+
"version": "0.37.0",
44
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
55
"main": "index.ts",
66
"module": "index.ts",

0 commit comments

Comments
 (0)