Skip to content

Commit

Permalink
🤖: electron, pnpm
Browse files Browse the repository at this point in the history
electron:
- Item root['versions']['35.0.1'] ({'name': '35.0.1', 'date': '2025-03-10'}) added to dictionary.
- Item root['versions']['34.3.2'] ({'name': '34.3.2', 'date': '2025-03-10'}) added to dictionary.
- Item root['versions']['33.4.4'] ({'name': '33.4.4', 'date': '2025-03-10'}) added to dictionary.

pnpm:
- Item root['versions']['9.15.9'] ({'name': '9.15.9', 'date': '2025-03-10'}) added to dictionary.
- Item root['versions']['10.6.2'] ({'name': '10.6.2', 'date': '2025-03-10'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed Mar 10, 2025
1 parent 46f303a commit f160c24
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releases/electron.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,18 @@
}
},
"versions": {
"35.0.1": {
"name": "35.0.1",
"date": "2025-03-10"
},
"34.3.2": {
"name": "34.3.2",
"date": "2025-03-10"
},
"33.4.4": {
"name": "33.4.4",
"date": "2025-03-10"
},
"34.3.1": {
"name": "34.3.1",
"date": "2025-03-06"
Expand Down
8 changes: 8 additions & 0 deletions releases/pnpm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"releases": {},
"versions": {
"9.15.9": {
"name": "9.15.9",
"date": "2025-03-10"
},
"10.6.2": {
"name": "10.6.2",
"date": "2025-03-10"
},
"9.15.8": {
"name": "9.15.8",
"date": "2025-03-09"
Expand Down

0 comments on commit f160c24

Please sign in to comment.