|
1 | 1 | # @graphprotocol/graph-cli
|
2 | 2 |
|
| 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 | + |
3 | 37 | ## 0.91.1
|
4 | 38 |
|
5 | 39 | ### Patch Changes
|
|
0 commit comments