Skip to content

Commit

Permalink
Prepare for release 0.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Sep 24, 2022
1 parent af4bda6 commit 6a3cb11
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for refreshVersions

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

### Minor change

Expand Down Expand Up @@ -110,7 +110,7 @@ version.androidx.compose.compiler=1.3.0-rc01
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.

However, it wasn't so easy to know that they exist.
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!
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!

### Fixes

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Migrate your project](https://jmfayard.github.io/refreshVersions/migrate/)
- [Find Available Dependencies Updates](https://jmfayard.github.io/refreshVersions/update-dependencies/)
- [Add Dependencies](https://jmfayard.github.io/refreshVersions/add-dependencies/)
- [Explore built-in Dependencies Notations](https://jmfayard.github.io/refreshVersions/dependencies-notations/)
- [Explore built-in Dependencies Notations](https://jmfayard.github.io/refreshVersions/dependency-notations/)
- [Schedule the RefreshVersionsBot](https://jmfayard.github.io/refreshVersions/refreshversions-bot/)
- [Use the buildSrc](https://jmfayard.github.io/refreshVersions/gradle-buildsrcversions/)
- [Changelog](https://jmfayard.github.io/refreshVersions/CHANGELOG/)
Expand All @@ -26,7 +26,7 @@
// settings.gradle(.kts)
plugins {
// See https://jmfayard.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.50.1"
id("de.fayard.refreshVersions") version "0.50.2"
}

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

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

`./gradlew refreshVersionsMigrate --mode=VersionsPropertiesOnly`

Expand Down
110 changes: 101 additions & 9 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/jmfayard/refreshVersions) provides **1157** Dependency Notations in **25** groups and **242** subgroups
[**refreshVersions**](https://github.com/jmfayard/refreshVersions) provides **1170** Dependency Notations in **26** groups and **244** 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 @@ -1378,9 +1378,9 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
</span>
-
<span
title="AndroidX.media3.datasource&#10;androidx.media3:media3-datasource:_&#10;version.androidx.media3"
title="AndroidX.media3.dataSource&#10;androidx.media3:media3-datasource:_&#10;version.androidx.media3"
style="text-decoration: underline;">
datasource
dataSource
</span>
-
<span
Expand Down Expand Up @@ -2225,6 +2225,77 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
</table>

## [ApolloGraphQL.kt](https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/ApolloGraphQL.kt)


<table style="width: 100%; table-layout:fixed;">
<thead><tr><th>Group</th> <th>Dependency Notations</th></tr></thead>
<tr><td><b>ApolloGraphQL</b></td><td>
<span
title="ApolloGraphQL.adapters&#10;com.apollographql.apollo3:apollo-adapters:_&#10;version.apollographql"
style="text-decoration: underline;">
adapters
</span>
-
<span
title="ApolloGraphQL.api&#10;com.apollographql.apollo3:apollo-api:_&#10;version.apollographql"
style="text-decoration: underline;">
api
</span>
-
<span
title="ApolloGraphQL.ast&#10;com.apollographql.apollo3:apollo-ast:_&#10;version.apollographql"
style="text-decoration: underline;">
ast
</span>
-
<span
title="ApolloGraphQL.httpCache&#10;com.apollographql.apollo3:apollo-http-cache:_&#10;version.apollographql"
style="text-decoration: underline;">
httpCache
</span>
-
<span
title="ApolloGraphQL.idlingResource&#10;com.apollographql.apollo3:apollo-idling-resource:_&#10;version.apollographql"
style="text-decoration: underline;">
idlingResource
</span>
-
<span
title="ApolloGraphQL.mockserver&#10;com.apollographql.apollo3:apollo-mockserver:_&#10;version.apollographql"
style="text-decoration: underline;">
mockserver
</span>
-
<span
title="ApolloGraphQL.normalizedCacheSqlite&#10;com.apollographql.apollo3:apollo-normalized-cache-sqlite:_&#10;version.apollographql"
style="text-decoration: underline;">
normalizedCacheSqlite
</span>
-
<span
title="ApolloGraphQL.normalizedCache&#10;com.apollographql.apollo3:apollo-normalized-cache:_&#10;version.apollographql"
style="text-decoration: underline;">
normalizedCache
</span>
-
<span
title="ApolloGraphQL.runtime&#10;com.apollographql.apollo3:apollo-runtime:_&#10;version.apollographql"
style="text-decoration: underline;">
runtime
</span>
-
<span
title="ApolloGraphQL.testingSupport&#10;com.apollographql.apollo3:apollo-testing-support:_&#10;version.apollographql"
style="text-decoration: underline;">
testingSupport
</span>
</td></tr>
</table>

## [Arrow.kt](https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/Arrow.kt)


Expand Down Expand Up @@ -2399,12 +2470,6 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
style="text-decoration: underline;">
runtime
</span>
-
<span
title="CashApp.molecule.test&#10;app.cash.molecule:molecule-testing:_&#10;version.app.cash.molecule"
style="text-decoration: underline;">
test
</span>
</td></tr>
Expand Down Expand Up @@ -3666,6 +3731,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
composables
</span>
-
<span
title="Google.horologist.dataLayer&#10;com.google.android.horologist:horologist-datalayer:_&#10;version.google.horologist"
style="text-decoration: underline;">
dataLayer
</span>
-
<span
title="Google.horologist.media&#10;com.google.android.horologist:horologist-media:_&#10;version.google.horologist"
style="text-decoration: underline;">
Expand Down Expand Up @@ -5576,6 +5647,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
</td></tr>
<tr><td><b>KotlinX.serialization</b></td><td>
<span
title="KotlinX.serialization.bom&#10;org.jetbrains.kotlinx:kotlinx-serialization-bom:_&#10;version.kotlinx.serialization"
style="text-decoration: underline;">
bom
</span>
-
<span
title="KotlinX.serialization.cbor&#10;org.jetbrains.kotlinx:kotlinx-serialization-cbor:_&#10;version.kotlinx.serialization"
style="text-decoration: underline;">
Expand Down Expand Up @@ -5614,6 +5691,15 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
</td></tr>
<tr><td><b>KotlinX.serialization.json</b></td><td>
<span
title="KotlinX.serialization.json.okio&#10;org.jetbrains.kotlinx:kotlinx-serialization-json-okio:_&#10;version.kotlinx.serialization"
style="text-decoration: underline;">
okio
</span>
</td></tr>
</table>

Expand Down Expand Up @@ -7123,6 +7209,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
webServices
</span>
-
<span
title="Spring.boot.web&#10;org.springframework.boot:spring-boot-starter-web:_&#10;version.NO-RULE"
style="text-decoration: underline;">
web
</span>
-
<span
title="Spring.boot.webflux&#10;org.springframework.boot:spring-boot-starter-webflux:_&#10;version.NO-RULE"
style="text-decoration: underline;">
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extra:
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
version:
gradle: 7.5.1
refreshVersions: '0.50.1'
refreshVersions: '0.50.2'
snapshot: '0.51.0-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 @@ -7,3 +7,4 @@
0.40.2->10
0.50.0->14
0.50.1->14
0.50.2->15
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.51.0-SNAPSHOT
0.50.2

0 comments on commit 6a3cb11

Please sign in to comment.