Skip to content

Commit 6a3cb11

Browse files
committed
Prepare for release 0.50.2
1 parent af4bda6 commit 6a3cb11

6 files changed

Lines changed: 109 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for refreshVersions
22

3-
## [Unreleased] Version 0.50.2 (2022-09-24)
3+
## Version 0.50.2 (2022-09-24)
44

55
### Minor change
66

@@ -110,7 +110,7 @@ version.androidx.compose.compiler=1.3.0-rc01
110110
To make it easy to start new projects, new modules, or using a common library, we spent a lot of time adding built-in dependency notations for Kotlin, kotlinx, AndroidX, and more.
111111

112112
However, it wasn't so easy to know that they exist.
113-
That's why we made [a dedicated page where you can find them all](https://jmfayard.github.io/refreshVersions/dependencies-notations/)! Let us know how helpful it is to you!
113+
That's why we made [a dedicated page where you can find them all](https://jmfayard.github.io/refreshVersions/dependency-notations/)! Let us know how helpful it is to you!
114114

115115
### Fixes
116116

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Migrate your project](https://jmfayard.github.io/refreshVersions/migrate/)
1212
- [Find Available Dependencies Updates](https://jmfayard.github.io/refreshVersions/update-dependencies/)
1313
- [Add Dependencies](https://jmfayard.github.io/refreshVersions/add-dependencies/)
14-
- [Explore built-in Dependencies Notations](https://jmfayard.github.io/refreshVersions/dependencies-notations/)
14+
- [Explore built-in Dependencies Notations](https://jmfayard.github.io/refreshVersions/dependency-notations/)
1515
- [Schedule the RefreshVersionsBot](https://jmfayard.github.io/refreshVersions/refreshversions-bot/)
1616
- [Use the buildSrc](https://jmfayard.github.io/refreshVersions/gradle-buildsrcversions/)
1717
- [Changelog](https://jmfayard.github.io/refreshVersions/CHANGELOG/)
@@ -26,7 +26,7 @@
2626
// settings.gradle(.kts)
2727
plugins {
2828
// See https://jmfayard.github.io/refreshVersions
29-
id("de.fayard.refreshVersions") version "0.50.1"
29+
id("de.fayard.refreshVersions") version "0.50.2"
3030
}
3131

3232
refreshVersions { // Optional: configure the plugin
@@ -56,7 +56,7 @@ Run it without it to see the complete list and the full description of each mode
5656
<details>
5757
<summary><i><strong>Examples</strong> (click to expand)</i></summary>
5858

59-
If you want to use only `versions.properties` and the [built-in dependencies notations](https://jmfayard.github.io/refreshVersions/dependencies-notations/), run:
59+
If you want to use only `versions.properties` and the [built-in dependencies notations](https://jmfayard.github.io/refreshVersions/dependency-notations/), run:
6060

6161
`./gradlew refreshVersionsMigrate --mode=VersionsPropertiesOnly`
6262

docs/dependency-notations.md

Lines changed: 101 additions & 9 deletions
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/jmfayard/refreshVersions) provides **1157** Dependency Notations in **25** groups and **242** subgroups
6+
[**refreshVersions**](https://github.com/jmfayard/refreshVersions) provides **1170** Dependency Notations in **26** groups and **244** subgroups
77

88
**Built-in Dependency Notations** are maven coordinates of popular libraries,
99
discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA,
@@ -1378,9 +1378,9 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
13781378
</span>
13791379
-
13801380
<span
1381-
title="AndroidX.media3.datasource&#10;androidx.media3:media3-datasource:_&#10;version.androidx.media3"
1381+
title="AndroidX.media3.dataSource&#10;androidx.media3:media3-datasource:_&#10;version.androidx.media3"
13821382
style="text-decoration: underline;">
1383-
datasource
1383+
dataSource
13841384
</span>
13851385
-
13861386
<span
@@ -2225,6 +2225,77 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
22252225
</table>
22262226
22272227

2228+
## [ApolloGraphQL.kt](https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/ApolloGraphQL.kt)
2229+
2230+
2231+
<table style="width: 100%; table-layout:fixed;">
2232+
<thead><tr><th>Group</th> <th>Dependency Notations</th></tr></thead>
2233+
<tr><td><b>ApolloGraphQL</b></td><td>
2234+
<span
2235+
title="ApolloGraphQL.adapters&#10;com.apollographql.apollo3:apollo-adapters:_&#10;version.apollographql"
2236+
style="text-decoration: underline;">
2237+
adapters
2238+
</span>
2239+
-
2240+
<span
2241+
title="ApolloGraphQL.api&#10;com.apollographql.apollo3:apollo-api:_&#10;version.apollographql"
2242+
style="text-decoration: underline;">
2243+
api
2244+
</span>
2245+
-
2246+
<span
2247+
title="ApolloGraphQL.ast&#10;com.apollographql.apollo3:apollo-ast:_&#10;version.apollographql"
2248+
style="text-decoration: underline;">
2249+
ast
2250+
</span>
2251+
-
2252+
<span
2253+
title="ApolloGraphQL.httpCache&#10;com.apollographql.apollo3:apollo-http-cache:_&#10;version.apollographql"
2254+
style="text-decoration: underline;">
2255+
httpCache
2256+
</span>
2257+
-
2258+
<span
2259+
title="ApolloGraphQL.idlingResource&#10;com.apollographql.apollo3:apollo-idling-resource:_&#10;version.apollographql"
2260+
style="text-decoration: underline;">
2261+
idlingResource
2262+
</span>
2263+
-
2264+
<span
2265+
title="ApolloGraphQL.mockserver&#10;com.apollographql.apollo3:apollo-mockserver:_&#10;version.apollographql"
2266+
style="text-decoration: underline;">
2267+
mockserver
2268+
</span>
2269+
-
2270+
<span
2271+
title="ApolloGraphQL.normalizedCacheSqlite&#10;com.apollographql.apollo3:apollo-normalized-cache-sqlite:_&#10;version.apollographql"
2272+
style="text-decoration: underline;">
2273+
normalizedCacheSqlite
2274+
</span>
2275+
-
2276+
<span
2277+
title="ApolloGraphQL.normalizedCache&#10;com.apollographql.apollo3:apollo-normalized-cache:_&#10;version.apollographql"
2278+
style="text-decoration: underline;">
2279+
normalizedCache
2280+
</span>
2281+
-
2282+
<span
2283+
title="ApolloGraphQL.runtime&#10;com.apollographql.apollo3:apollo-runtime:_&#10;version.apollographql"
2284+
style="text-decoration: underline;">
2285+
runtime
2286+
</span>
2287+
-
2288+
<span
2289+
title="ApolloGraphQL.testingSupport&#10;com.apollographql.apollo3:apollo-testing-support:_&#10;version.apollographql"
2290+
style="text-decoration: underline;">
2291+
testingSupport
2292+
</span>
2293+
2294+
</td></tr>
2295+
2296+
</table>
2297+
2298+
22282299
## [Arrow.kt](https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/Arrow.kt)
22292300

22302301

@@ -2399,12 +2470,6 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
23992470
style="text-decoration: underline;">
24002471
runtime
24012472
</span>
2402-
-
2403-
<span
2404-
title="CashApp.molecule.test&#10;app.cash.molecule:molecule-testing:_&#10;version.app.cash.molecule"
2405-
style="text-decoration: underline;">
2406-
test
2407-
</span>
24082473
24092474
</td></tr>
24102475
@@ -3666,6 +3731,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
36663731
composables
36673732
</span>
36683733
-
3734+
<span
3735+
title="Google.horologist.dataLayer&#10;com.google.android.horologist:horologist-datalayer:_&#10;version.google.horologist"
3736+
style="text-decoration: underline;">
3737+
dataLayer
3738+
</span>
3739+
-
36693740
<span
36703741
title="Google.horologist.media&#10;com.google.android.horologist:horologist-media:_&#10;version.google.horologist"
36713742
style="text-decoration: underline;">
@@ -5576,6 +5647,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
55765647
</td></tr>
55775648
55785649
<tr><td><b>KotlinX.serialization</b></td><td>
5650+
<span
5651+
title="KotlinX.serialization.bom&#10;org.jetbrains.kotlinx:kotlinx-serialization-bom:_&#10;version.kotlinx.serialization"
5652+
style="text-decoration: underline;">
5653+
bom
5654+
</span>
5655+
-
55795656
<span
55805657
title="KotlinX.serialization.cbor&#10;org.jetbrains.kotlinx:kotlinx-serialization-cbor:_&#10;version.kotlinx.serialization"
55815658
style="text-decoration: underline;">
@@ -5614,6 +5691,15 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
56145691
56155692
</td></tr>
56165693
5694+
<tr><td><b>KotlinX.serialization.json</b></td><td>
5695+
<span
5696+
title="KotlinX.serialization.json.okio&#10;org.jetbrains.kotlinx:kotlinx-serialization-json-okio:_&#10;version.kotlinx.serialization"
5697+
style="text-decoration: underline;">
5698+
okio
5699+
</span>
5700+
5701+
</td></tr>
5702+
56175703
</table>
56185704
56195705

@@ -7123,6 +7209,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
71237209
webServices
71247210
</span>
71257211
-
7212+
<span
7213+
title="Spring.boot.web&#10;org.springframework.boot:spring-boot-starter-web:_&#10;version.NO-RULE"
7214+
style="text-decoration: underline;">
7215+
web
7216+
</span>
7217+
-
71267218
<span
71277219
title="Spring.boot.webflux&#10;org.springframework.boot:spring-boot-starter-webflux:_&#10;version.NO-RULE"
71287220
style="text-decoration: underline;">

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extra:
2121
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
2222
version:
2323
gradle: 7.5.1
24-
refreshVersions: '0.50.1'
24+
refreshVersions: '0.50.2'
2525
snapshot: '0.51.0-SNAPSHOT'
2626
keyboard_shortcuts:
2727
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
0.40.2->10
88
0.50.0->14
99
0.50.1->14
10+
0.50.2->15

plugins/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.51.0-SNAPSHOT
1+
0.50.2

0 commit comments

Comments
 (0)