File tree Expand file tree Collapse file tree 8 files changed +25
-5
lines changed Expand file tree Collapse file tree 8 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1
1
# hardhat-graph-protocol
2
2
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @graphprotocol/toolshed @0.6.2
8
+
3
9
## 0.2.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hardhat-graph-protocol" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change 62
62
"hardhat" : " ^2.22.18" ,
63
63
"hardhat-contract-sizer" : " ^2.10.0" ,
64
64
"hardhat-gas-reporter" : " ^1.0.8" ,
65
- "hardhat-graph-protocol" : " workspace:^0.2.1 " ,
65
+ "hardhat-graph-protocol" : " workspace:^0.2.2 " ,
66
66
"hardhat-secure-accounts" : " ^1.0.5" ,
67
67
"lint-staged" : " ^15.2.2" ,
68
68
"prettier" : " ^3.2.5" ,
Original file line number Diff line number Diff line change 1
1
# @graphprotocol/interfaces
2
2
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Ensure dist files are published to NPM
8
+
3
9
## 0.2.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/interfaces" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
15
15
},
16
16
"files" : [
17
17
" artifacts/**/*" ,
18
+ " dist/**/*" ,
18
19
" contracts/**/*" ,
19
20
" types/**/*" ,
20
21
" README.md"
Original file line number Diff line number Diff line change 61
61
"hardhat" : " ^2.22.18" ,
62
62
"hardhat-contract-sizer" : " ^2.10.0" ,
63
63
"hardhat-gas-reporter" : " ^1.0.8" ,
64
- "hardhat-graph-protocol" : " workspace:^0.2.1 " ,
64
+ "hardhat-graph-protocol" : " workspace:^0.2.2 " ,
65
65
"hardhat-secure-accounts" : " ^1.0.5" ,
66
66
"json5" : " ^2.2.3" ,
67
67
"lint-staged" : " ^15.2.2" ,
Original file line number Diff line number Diff line change 1
1
# @graphprotocol/toolshed
2
2
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @graphprotocol/interfaces @0.2.2
9
+
3
10
## 0.6.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/toolshed" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
You can’t perform that action at this time.
0 commit comments