🤖: grails, ionic

grails:
- Item root['versions']['6.2.3'] ({'name': '6.2.3', 'date': '2025-01-03'}) added to dictionary.

ionic:
- Value of root['releases']['8']['maxAngularVersion'] changed from "v18.x" to "v19.x".
This commit is contained in:
github-actions[bot]
2025-01-03 18:50:57 +00:00
committed by github-actions[bot]
parent 9e1fc14c40
commit da33b1ae88
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
{
"releases": {},
"versions": {
"6.2.3": {
"name": "6.2.3",
"date": "2025-01-03"
},
"6.2.2": {
"name": "6.2.2",
"date": "2024-11-20"

View File

@@ -3,7 +3,7 @@
"8": {
"name": "8",
"minAngularVersion": "v16",
"maxAngularVersion": "v18.x",
"maxAngularVersion": "v19.x",
"supportedReactVersions": "v17+",
"supportedVueVersions": "v3.0.6+"
},