-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrelease.json
45 lines (45 loc) · 913 Bytes
/
release.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"changesets": [
{
"releases": [
{
"name": "@snipcode/domain",
"type": "patch"
},
{
"name": "@snipcode/backend",
"type": "patch"
}
],
"summary": "Change folder status in the database end exposes them in the through the api",
"id": "breezy-guests-leave"
}
],
"releases": [
{
"name": "@snipcode/domain",
"type": "patch",
"oldVersion": "1.1.0",
"changesets": [
"breezy-guests-leave"
],
"newVersion": "1.1.1"
},
{
"name": "@snipcode/backend",
"type": "patch",
"oldVersion": "1.1.0",
"changesets": [
"breezy-guests-leave"
],
"newVersion": "1.1.1"
},
{
"name": "@snipcode/embed",
"type": "none",
"oldVersion": "1.1.4",
"changesets": [],
"newVersion": "1.1.4"
}
]
}