fix(scripts): removed toBeRemovedInVersion from all scripts and tools (#4674)

* fix(scripts): remove toBeRemovedInVersion from all scripts and tools

* fix(scripts): fixed linting
This commit is contained in:
Karsa
2026-08-06 14:28:58 +02:00
committed by GitHub
parent f3a26ccff1
commit 0f7ac1f988
6 changed files with 5 additions and 20 deletions

View File

@@ -52,7 +52,6 @@ export async function renameIcon(ICONS_DIR: string, oldName: string, newName: st
name: oldName,
deprecated: true,
deprecationReason: 'alias.name',
toBeRemovedInVersion: 'v1.0',
},
];
fs.writeFileSync(newJsonPath, JSON.stringify(jsonData, null, 2));