Skip to content

Commit

Permalink
馃: electron, sonarqube, vuetify
Browse files Browse the repository at this point in the history
electron:
- Item root['versions']['30.0.2'] ({'name': '30.0.2', 'date': '2024-05-02'}) added to dictionary.

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

vuetify:
- Item root['versions']['3.6.3'] ({'name': '3.6.3', 'date': '2024-05-02'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent 1a79aa0 commit a5c8a60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases/electron.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
}
},
"versions": {
"30.0.2": {
"name": "30.0.2",
"date": "2024-05-02"
},
"30.0.1": {
"name": "30.0.1",
"date": "2024-04-18"
Expand Down
4 changes: 4 additions & 0 deletions releases/sonarqube.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"releases": {},
"versions": {
"10.5.1": {
"name": "10.5.1",
"date": "2024-04-30"
},
"9.9.5": {
"name": "9.9.5",
"date": "2024-04-25"
Expand Down
4 changes: 4 additions & 0 deletions releases/vuetify.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
}
},
"versions": {
"3.6.3": {
"name": "3.6.3",
"date": "2024-05-02"
},
"3.6.2": {
"name": "3.6.2",
"date": "2024-05-01"
Expand Down

0 comments on commit a5c8a60

Please sign in to comment.