File tree 9 files changed +34
-44
lines changed
9 files changed +34
-44
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphprotocol/graph-cli ' : minor
3
+ ' @graphprotocol/graph-ts ' : minor
4
+ ---
5
+
6
+ Update all dependencies
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphprotocol/graph-cli ' : patch
3
+ ---
4
+
5
+ Fix ` graph add ` flag parameters parsing
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphprotocol/graph-cli ' : minor
3
+ ---
4
+
5
+ - add networks registry support
6
+ - improve ` graph init ` flow
7
+ - filter through the networks as you type
8
+ - more information about the networks
9
+ - remove unnecessary options depending on the selection
10
+ - ESC key to go back
11
+ - allow specifying ipfs/url for substreams package
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphprotocol/graph-cli ' : patch
3
+ ---
4
+
5
+ fix bug with clashing \_ id field name in schema
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphprotocol/graph-cli ' : patch
3
+ ---
4
+
5
+ fix generated example entity id uniqueness
Original file line number Diff line number Diff line change 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
-
37
3
## 0.91.1
38
4
39
5
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/graph-cli" ,
3
- "version" : " 0.92.0 " ,
3
+ "version" : " 0.91.1 " ,
4
4
"type" : " module" ,
5
5
"description" : " CLI for building for and deploying to The Graph" ,
6
6
"license" : " (Apache-2.0 OR MIT)" ,
Original file line number Diff line number Diff line change 1
1
# @graphprotocol/graph-ts
2
2
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
-
11
3
## 0.36.0
12
4
13
5
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/graph-ts" ,
3
- "version" : " 0.37 .0" ,
3
+ "version" : " 0.36 .0" ,
4
4
"description" : " TypeScript/AssemblyScript library for writing subgraph mappings for The Graph" ,
5
5
"main" : " index.ts" ,
6
6
"module" : " index.ts" ,
You can’t perform that action at this time.
0 commit comments