From 9382d19c05ceb75870593d83f56020a948f3cca8 Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Mon, 5 Feb 2024 18:43:08 +0100 Subject: [PATCH] Prepare for release 0.60.5 --- CHANGELOG.md | 12 +++++++++++- README.md | 2 +- docs/dependency-notations.md | 14 ++++++++++---- mkdocs.yml | 4 ++-- .../version-to-removals-revision-mapping.txt | 1 + plugins/version.txt | 2 +- 6 files changed, 26 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e916974a..63e4fe20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log for refreshVersions +## Version 0.60.5 (2024-02-05) + +### New dependency notation + +- `AndroidX.wear.watchFace.complications.data` + +### Other change + +Change the version key of all watchface complication dependencies to be centralized. + ## Version 0.60.4 (2024-01-31) ### Potentially breaking change @@ -21,7 +31,7 @@ Fix a bug where version keys would be marked as unused in some projects. ### New dependency notations
-Click to expand (18) +Click to expand (2) - `AndroidX.bluetooth` - `AndroidX.bluetooth.testing` diff --git a/README.md b/README.md index 5cce25d1..9d684057 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ // settings.gradle(.kts) plugins { // See https://splitties.github.io/refreshVersions - id("de.fayard.refreshVersions") version "0.60.4" + id("de.fayard.refreshVersions") version "0.60.5" } refreshVersions { // Optional: configure the plugin diff --git a/docs/dependency-notations.md b/docs/dependency-notations.md index c5c7ce43..9661b98b 100644 --- a/docs/dependency-notations.md +++ b/docs/dependency-notations.md @@ -3,7 +3,7 @@ title: Built-in Dependency Notations --- # Built-in Dependency Notations -[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1256** Dependency Notations in **26** groups and **264** subgroups +[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1257** Dependency Notations in **26** groups and **264** subgroups **Built-in Dependency Notations** are maven coordinates of popular libraries, discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA, @@ -2485,19 +2485,25 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina AndroidX.wear.watchFace.complications dataSourceKtx - dataSource - + data + + - + rendering diff --git a/mkdocs.yml b/mkdocs.yml index 702c8870..cb4b778e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,8 +21,8 @@ extra: slack: https://app.slack.com/client/T09229ZC6/CP5659EL9 version: gradle: 8.5 - refreshVersions: '0.60.4' - snapshot: '0.60.5-SNAPSHOT' + refreshVersions: '0.60.5' + snapshot: '0.60.6-SNAPSHOT' keyboard_shortcuts: find_actions: ctrl/cmd + shift + A diff --git a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt index f9d30635..f9a457c9 100644 --- a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt +++ b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt @@ -14,3 +14,4 @@ 0.60.2->19 0.60.3->19 0.60.4->19 +0.60.5->19 diff --git a/plugins/version.txt b/plugins/version.txt index c3190305..f30587ab 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.60.5-SNAPSHOT \ No newline at end of file +0.60.5 \ No newline at end of file