Skip to content

Commit 618adf4

Browse files
chore(release): update monorepo packages versions
1 parent 1651e60 commit 618adf4

File tree

9 files changed

+45
-34
lines changed

9 files changed

+45
-34
lines changed

.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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
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+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
24+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
25+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix `graph add` flag parameters
26+
parsing
27+
28+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
29+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
30+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name
31+
in schema
32+
33+
- [#1843](https://github.com/graphprotocol/graph-tooling/pull/1843)
34+
[`c09b56b`](https://github.com/graphprotocol/graph-tooling/commit/c09b56b093f23c80aa5d217b2fd56fccac061145)
35+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id
36+
uniqueness
37+
338
## 0.91.1
439

540
### 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)