Skip to content

Commit 9382d19

Browse files
committed
Prepare for release 0.60.5
1 parent 590c176 commit 9382d19

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log for refreshVersions
22

3+
## Version 0.60.5 (2024-02-05)
4+
5+
### New dependency notation
6+
7+
- `AndroidX.wear.watchFace.complications.data`
8+
9+
### Other change
10+
11+
Change the version key of all watchface complication dependencies to be centralized.
12+
313
## Version 0.60.4 (2024-01-31)
414

515
### Potentially breaking change
@@ -21,7 +31,7 @@ Fix a bug where version keys would be marked as unused in some projects.
2131
### New dependency notations
2232

2333
<details>
24-
<summary><strong>Click to expand (18) </strong></summary>
34+
<summary><strong>Click to expand (2) </strong></summary>
2535

2636
- `AndroidX.bluetooth`
2737
- `AndroidX.bluetooth.testing`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// settings.gradle(.kts)
2727
plugins {
2828
// See https://splitties.github.io/refreshVersions
29-
id("de.fayard.refreshVersions") version "0.60.4"
29+
id("de.fayard.refreshVersions") version "0.60.5"
3030
}
3131

3232
refreshVersions { // Optional: configure the plugin

docs/dependency-notations.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Built-in Dependency Notations
33
---
44
# Built-in Dependency Notations
55

6-
[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1256** Dependency Notations in **26** groups and **264** subgroups
6+
[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1257** Dependency Notations in **26** groups and **264** subgroups
77

88
**Built-in Dependency Notations** are maven coordinates of popular libraries,
99
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
24852485
24862486
<tr><td><b>AndroidX.wear.watchFace.complications</b></td><td>
24872487
<span
2488-
title="AndroidX.wear.watchFace.complications.dataSourceKtx&#10;androidx.wear.watchface:watchface-complications-data-source-ktx:_&#10;version.androidx.wear.watchface-complications-data-source-ktx"
2488+
title="AndroidX.wear.watchFace.complications.dataSourceKtx&#10;androidx.wear.watchface:watchface-complications-data-source-ktx:_&#10;version.androidx.wear.watchface-complications"
24892489
style="text-decoration: underline;">
24902490
dataSourceKtx
24912491
</span>
24922492
-
24932493
<span
2494-
title="AndroidX.wear.watchFace.complications.dataSource&#10;androidx.wear.watchface:watchface-complications-data-source:_&#10;version.androidx.wear.watchface-complications-data-source"
2494+
title="AndroidX.wear.watchFace.complications.dataSource&#10;androidx.wear.watchface:watchface-complications-data-source:_&#10;version.androidx.wear.watchface-complications"
24952495
style="text-decoration: underline;">
24962496
dataSource
24972497
</span>
24982498
-
24992499
<span
2500-
title="AndroidX.wear.watchFace.complications.rendering&#10;androidx.wear.watchface:watchface-complications-rendering:_&#10;version.androidx.wear.watchface-complications-rendering"
2500+
title="AndroidX.wear.watchFace.complications.data&#10;androidx.wear.watchface:watchface-complications-data:_&#10;version.androidx.wear.watchface-complications"
2501+
style="text-decoration: underline;">
2502+
data
2503+
</span>
2504+
-
2505+
<span
2506+
title="AndroidX.wear.watchFace.complications.rendering&#10;androidx.wear.watchface:watchface-complications-rendering:_&#10;version.androidx.wear.watchface-complications"
25012507
style="text-decoration: underline;">
25022508
rendering
25032509
</span>

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ extra:
2121
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
2222
version:
2323
gradle: 8.5
24-
refreshVersions: '0.60.4'
25-
snapshot: '0.60.5-SNAPSHOT'
24+
refreshVersions: '0.60.5'
25+
snapshot: '0.60.6-SNAPSHOT'
2626
keyboard_shortcuts:
2727
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>
2828

plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
0.60.2->19
1515
0.60.3->19
1616
0.60.4->19
17+
0.60.5->19

plugins/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.60.5-SNAPSHOT
1+
0.60.5

0 commit comments

Comments
 (0)