🤖: chrome, electron, samsung-mobile
chrome:
- Item root['releases']['140'] ({'name': '140', 'releaseDate': '2025-09-02'}) added to dictionary.
electron:
- Item root['releases']['38'] ({'name': '38', 'releaseDate': '2025-09-02', 'eol': '2026-03-10', 'chromeVersion': 'M140'}) added to dictionary.
samsung-mobile:
- Item root['releases']['galaxy-a07'] ({'name': 'galaxy-a07', 'releaseLabel': 'Galaxy A07', 'eol': False}) added to dictionary.
- Type of root['releases']['galaxy-note20-ultra-5g']['eol'] changed from bool to str and value changed from False to "2025-09-02".
- Type of root['releases']['galaxy-note20-ultra']['eol'] changed from bool to str and value changed from False to "2025-09-02".
- Type of root['releases']['galaxy-note20-5g']['eol'] changed from bool to str and value changed from False to "2025-09-02".
- Type of root['releases']['galaxy-note20']['eol'] changed from bool to str and value changed from False to "2025-09-02".
- Type of root['releases']['galaxy-m21-2021']['eol'] changed from bool to str and value changed from False to "2025-09-02".
This commit is contained in:
committed by
github-actions[bot]
parent
93aac5bf12
commit
ef1cda7493
@@ -204,6 +204,10 @@
|
||||
"name": "48",
|
||||
"releaseDate": "2016-01-19"
|
||||
},
|
||||
"140": {
|
||||
"name": "140",
|
||||
"releaseDate": "2025-09-02"
|
||||
},
|
||||
"139": {
|
||||
"name": "139",
|
||||
"releaseDate": "2025-08-05"
|
||||
|
||||
@@ -42,6 +42,12 @@
|
||||
"chromeVersion": "M69",
|
||||
"nodeVersion": "10"
|
||||
},
|
||||
"38": {
|
||||
"name": "38",
|
||||
"releaseDate": "2025-09-02",
|
||||
"eol": "2026-03-10",
|
||||
"chromeVersion": "M140"
|
||||
},
|
||||
"37": {
|
||||
"name": "37",
|
||||
"releaseDate": "2025-06-24",
|
||||
|
||||
@@ -602,22 +602,22 @@
|
||||
},
|
||||
"galaxy-note20-ultra-5g": {
|
||||
"name": "galaxy-note20-ultra-5g",
|
||||
"eol": false,
|
||||
"eol": "2025-09-02",
|
||||
"releaseLabel": "Galaxy Note20 Ultra 5G"
|
||||
},
|
||||
"galaxy-note20-ultra": {
|
||||
"name": "galaxy-note20-ultra",
|
||||
"eol": false,
|
||||
"eol": "2025-09-02",
|
||||
"releaseLabel": "Galaxy Note20 Ultra"
|
||||
},
|
||||
"galaxy-note20-5g": {
|
||||
"name": "galaxy-note20-5g",
|
||||
"eol": false,
|
||||
"eol": "2025-09-02",
|
||||
"releaseLabel": "Galaxy Note20 5G"
|
||||
},
|
||||
"galaxy-note20": {
|
||||
"name": "galaxy-note20",
|
||||
"eol": false,
|
||||
"eol": "2025-09-02",
|
||||
"releaseLabel": "Galaxy Note20"
|
||||
},
|
||||
"galaxy-note10-lite": {
|
||||
@@ -814,7 +814,7 @@
|
||||
},
|
||||
"galaxy-m21-2021": {
|
||||
"name": "galaxy-m21-2021",
|
||||
"eol": false,
|
||||
"eol": "2025-09-02",
|
||||
"releaseLabel": "Galaxy M21 2021"
|
||||
},
|
||||
"galaxy-m21": {
|
||||
@@ -1708,6 +1708,11 @@
|
||||
"name": "galaxy-a10",
|
||||
"eol": true
|
||||
},
|
||||
"galaxy-a07": {
|
||||
"name": "galaxy-a07",
|
||||
"releaseLabel": "Galaxy A07",
|
||||
"eol": false
|
||||
},
|
||||
"galaxy-a06-5g": {
|
||||
"name": "galaxy-a06-5g",
|
||||
"releaseLabel": "Galaxy A06 5G",
|
||||
|
||||
Reference in New Issue
Block a user