Searched refs:singleUpdate (Results 1 – 1 of 1) sorted by relevance
141 for (const singleUpdate of updates.updates) { constant143 ` ▶︎ ${chalk.blueBright(singleUpdate.fullName)}:${144 singleUpdate.oldVersion146 singleUpdate.newVersion,147 calculateSemverDiff(singleUpdate.oldVersion, singleUpdate.newVersion)150 buildFile = replaceVersionInGradleFile(buildFile, singleUpdate);