Skip to content

Commit

Permalink
Prepare for release 0.60.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Feb 5, 2024
1 parent 590c176 commit 9382d19
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,7 +31,7 @@ Fix a bug where version keys would be marked as unused in some projects.
### New dependency notations

<details>
<summary><strong>Click to expand (18) </strong></summary>
<summary><strong>Click to expand (2) </strong></summary>

- `AndroidX.bluetooth`
- `AndroidX.bluetooth.testing`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 10 additions & 4 deletions docs/dependency-notations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -2485,19 +2485,25 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
<tr><td><b>AndroidX.wear.watchFace.complications</b></td><td>
<span
title="AndroidX.wear.watchFace.complications.dataSourceKtx&#10;androidx.wear.watchface:watchface-complications-data-source-ktx:_&#10;version.androidx.wear.watchface-complications-data-source-ktx"
title="AndroidX.wear.watchFace.complications.dataSourceKtx&#10;androidx.wear.watchface:watchface-complications-data-source-ktx:_&#10;version.androidx.wear.watchface-complications"
style="text-decoration: underline;">
dataSourceKtx
</span>
-
<span
title="AndroidX.wear.watchFace.complications.dataSource&#10;androidx.wear.watchface:watchface-complications-data-source:_&#10;version.androidx.wear.watchface-complications-data-source"
title="AndroidX.wear.watchFace.complications.dataSource&#10;androidx.wear.watchface:watchface-complications-data-source:_&#10;version.androidx.wear.watchface-complications"
style="text-decoration: underline;">
dataSource
</span>
-
<span
title="AndroidX.wear.watchFace.complications.rendering&#10;androidx.wear.watchface:watchface-complications-rendering:_&#10;version.androidx.wear.watchface-complications-rendering"
title="AndroidX.wear.watchFace.complications.data&#10;androidx.wear.watchface:watchface-complications-data:_&#10;version.androidx.wear.watchface-complications"
style="text-decoration: underline;">
data
</span>
-
<span
title="AndroidX.wear.watchFace.complications.rendering&#10;androidx.wear.watchface:watchface-complications-rendering:_&#10;version.androidx.wear.watchface-complications"
style="text-decoration: underline;">
rendering
</span>
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
0.60.2->19
0.60.3->19
0.60.4->19
0.60.5->19
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.60.5-SNAPSHOT
0.60.5

0 comments on commit 9382d19

Please sign in to comment.