Skip to content

Commit b9d1441

Browse files
chore(release): update monorepo packages versions (#1822)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 05135c1 commit b9d1441

9 files changed

+44
-34
lines changed

.changeset/green-islands-wink.md

-6
This file was deleted.

.changeset/heavy-socks-cross.md

-5
This file was deleted.

.changeset/new-gorillas-scream.md

-11
This file was deleted.

.changeset/short-keys-boil.md

-5
This file was deleted.

.changeset/swift-jobs-count.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @graphprotocol/graph-cli
22

3+
## 0.92.0
4+
5+
### Minor Changes
6+
7+
- [#1775](https://github.com/graphprotocol/graph-tooling/pull/1775)
8+
[`7faa309`](https://github.com/graphprotocol/graph-tooling/commit/7faa3098b2e6c61f09fc81b8b2d333e66b0080d1)
9+
Thanks [@0237h](https://github.com/0237h)! - Update all dependencies
10+
11+
- [#1788](https://github.com/graphprotocol/graph-tooling/pull/1788)
12+
[`edb601d`](https://github.com/graphprotocol/graph-tooling/commit/edb601dbe29e3bab1ae356b4c94d4356f84929d6)
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+
- [#1778](https://github.com/graphprotocol/graph-tooling/pull/1778)
24+
[`5900f09`](https://github.com/graphprotocol/graph-tooling/commit/5900f0948711285018b639219d1b33536c2ac69e)
25+
Thanks [@briceyan](https://github.com/briceyan)! - Fix `graph add` flag parameters parsing
26+
27+
- [#1810](https://github.com/graphprotocol/graph-tooling/pull/1810)
28+
[`c301481`](https://github.com/graphprotocol/graph-tooling/commit/c301481d4350e3eb89074d3d0407520222bd810b)
29+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name
30+
in schema
31+
32+
- [#1835](https://github.com/graphprotocol/graph-tooling/pull/1835)
33+
[`299c75b`](https://github.com/graphprotocol/graph-tooling/commit/299c75b4649a452aabc8933460e04f21bf1c3058)
34+
Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id
35+
uniqueness
36+
337
## 0.91.1
438

539
### Patch Changes

packages/cli/package.json

+1-1
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

+8
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+
- [#1775](https://github.com/graphprotocol/graph-tooling/pull/1775)
8+
[`7faa309`](https://github.com/graphprotocol/graph-tooling/commit/7faa3098b2e6c61f09fc81b8b2d333e66b0080d1)
9+
Thanks [@0237h](https://github.com/0237h)! - Update all dependencies
10+
311
## 0.36.0
412

513
### Minor Changes

packages/ts/package.json

+1-1
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)