Skip to content

Commit

Permalink
馃: ionic, unity, wagtail
Browse files Browse the repository at this point in the history
ionic:
- Item root['versions']['8.1.0'] ({'name': '8.1.0', 'date': '2024-05-01'}) added to dictionary.
- Item root['versions']['8.0.2'] ({'name': '8.0.2', 'date': '2024-05-01'}) added to dictionary.

unity:
- Item root['versions']['2022.3.27f1'] ({'name': '2022.3.27f1', 'date': '2024-04-30'}) added to dictionary.

wagtail:
- Item root['versions']['6.1'] ({'name': '6.1', 'date': '2024-05-01'}) added to dictionary.
- Item root['versions']['6.0.3'] ({'name': '6.0.3', 'date': '2024-05-01'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed May 1, 2024
1 parent 5813f48 commit 8c404b7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases/ionic.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
}
},
"versions": {
"8.1.0": {
"name": "8.1.0",
"date": "2024-05-01"
},
"8.0.2": {
"name": "8.0.2",
"date": "2024-05-01"
},
"8.0.1": {
"name": "8.0.1",
"date": "2024-04-24"
Expand Down
4 changes: 4 additions & 0 deletions releases/unity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"releases": {},
"versions": {
"2022.3.27f1": {
"name": "2022.3.27f1",
"date": "2024-04-30"
},
"2022.3.26f1": {
"name": "2022.3.26f1",
"date": "2024-04-23"
Expand Down
8 changes: 8 additions & 0 deletions releases/wagtail.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@
}
},
"versions": {
"6.1": {
"name": "6.1",
"date": "2024-05-01"
},
"6.0.3": {
"name": "6.0.3",
"date": "2024-05-01"
},
"5.2.5": {
"name": "5.2.5",
"date": "2024-05-01"
Expand Down

0 comments on commit 8c404b7

Please sign in to comment.