From a8812f6f7eae318f576a8c9bf97c70f738529276 Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Thu, 24 Aug 2023 09:54:45 +0200 Subject: [PATCH] Prepare for release 0.60.1 --- CHANGELOG.md | 2 +- README.md | 2 +- docs/dependency-notations.md | 160 +++++++++++++++++- mkdocs.yml | 4 +- .../version-to-removals-revision-mapping.txt | 1 + plugins/version.txt | 2 +- 6 files changed, 161 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cdd45922..b05901294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for refreshVersions -## [Unreleased] Version 0.60.1 (2023-08-24) +## Version 0.60.1 (2023-08-24) ### Bug fix diff --git a/README.md b/README.md index 76a487736..1e8f6ea92 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.0" + id("de.fayard.refreshVersions") version "0.60.1" } refreshVersions { // Optional: configure the plugin diff --git a/docs/dependency-notations.md b/docs/dependency-notations.md index 228c42e0c..673112949 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 **1236** Dependency Notations in **26** groups and **263** subgroups +[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1259** Dependency Notations in **26** groups and **267** subgroups **Built-in Dependency Notations** are maven coordinates of popular libraries, discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA, @@ -3411,15 +3411,51 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina Google.android.play - coreKtx + appUpdateKtx - - core + appUpdate + + - + + assetDeliveryKtx + + - + + assetDelivery + + - + + featureDeliveryKtx + + - + + featureDelivery + + - + + reviewKtx + + - + + review @@ -4166,6 +4202,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina Google.horologist + + annotations + + - @@ -4184,6 +4226,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina dataLayer - + + healthComposables + + - @@ -4213,6 +4261,42 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + Google.horologist.auth + + composables + + - + + data + + - + + ui + + + + + Google.horologist.auth.data + + phone + + - + + watchOAuth + + + + Google.horologist.compose - + + material + + - @@ -4228,6 +4318,27 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + Google.horologist.dataLayer + + grpc + + - + + phone + + - + + watch + + + + Google.horologist.media Google.horologist.media3 + + audioOffload + + - backend + - + + logging + + - + + outputSwitcher + + + + + Google.horologist.networkAwareness + + db + + - + + okHttp + + - + + ui + diff --git a/mkdocs.yml b/mkdocs.yml index e5707f432..a41fef540 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,8 +21,8 @@ extra: slack: https://app.slack.com/client/T09229ZC6/CP5659EL9 version: gradle: 8.2.1 - refreshVersions: '0.60.0' - snapshot: '0.52.0-SNAPSHOT' + refreshVersions: '0.60.1' + snapshot: '0.60.2-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 f522aa9b2..aae03b9b0 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 @@ -10,3 +10,4 @@ 0.50.2->15 0.51.0->15 0.60.0->16 +0.60.1->17 diff --git a/plugins/version.txt b/plugins/version.txt index 64fbf702c..47474fe64 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.60.1-SNAPSHOT \ No newline at end of file +0.60.1 \ No newline at end of file