2016-10-03 23:13:08 +03:00
|
|
|
{
|
2017-07-12 14:49:50 +03:00
|
|
|
"lerna": "2.0.0",
|
2018-04-24 11:35:14 -07:00
|
|
|
"version": "1.3.6",
|
2016-10-03 23:13:08 +03:00
|
|
|
"changelog": {
|
2017-07-17 16:29:40 -07:00
|
|
|
"repo": "apollographql/apollo-server",
|
2016-10-03 23:13:08 +03:00
|
|
|
"labels": {
|
|
|
|
"tag: breaking change": ":boom: Breaking Change",
|
|
|
|
"tag: new feature": ":rocket: New Feature",
|
|
|
|
"tag: bug fix": ":bug: Bug Fix",
|
|
|
|
"tag: polish": ":nail_care: Polish",
|
|
|
|
"tag: documentation": "Documentation",
|
|
|
|
"tag: internal": ":house: Internal"
|
|
|
|
}
|
2017-01-24 14:14:38 +02:00
|
|
|
},
|
2018-05-21 16:17:17 -07:00
|
|
|
"hoist": true,
|
|
|
|
"packages": ["packages/*"]
|
2016-10-03 23:13:08 +03:00
|
|
|
}
|