Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major dependency upgrades | Compose-jb 1.7.0 / Compose 1.7.0 | Kotlin 2.0.21 #1032

Merged
merged 4 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aboutlibraries-compose-m2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tasks.dokkaHtml.configure {

if (project.hasProperty("pushall") || project.hasProperty("library_compose_only")) {
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}
}
2 changes: 1 addition & 1 deletion aboutlibraries-compose-m3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tasks.dokkaHtml.configure {

if (project.hasProperty("pushall") || project.hasProperty("library_compose_m3_only")) {
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}
}
2 changes: 1 addition & 1 deletion aboutlibraries-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ tasks.dokkaHtml.configure {

if (project.hasProperty("pushall") || project.hasProperty("library_core_only")) {
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}
}
2 changes: 1 addition & 1 deletion aboutlibraries/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
import com.vanniktech.maven.publish.SonatypeHost
if (project.hasProperty('pushall') || project.hasProperty('library_only')) {
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}
}
76 changes: 38 additions & 38 deletions app-desktop/src/main/resources/aboutlibraries.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generated": "2024-06-29T10:53:49.615Z"
"generated": "2024-11-01T18:58:28.538Z"
},
"libraries": [
{
Expand Down Expand Up @@ -85,14 +85,14 @@
"name": "The Android Open Source Project"
}
],
"artifactVersion": "2.8.0",
"artifactVersion": "2.8.5",
"description": "Android Lifecycle-Common",
"scm": {
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
"url": "https://cs.android.com/androidx/platform/frameworks/support"
},
"name": "Lifecycle-Common",
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.0",
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5",
"licenses": [
"Apache-2.0"
],
Expand All @@ -110,14 +110,14 @@
"name": "The Android Open Source Project"
}
],
"artifactVersion": "2.8.0",
"artifactVersion": "2.8.5",
"description": "Android Lifecycle Runtime",
"scm": {
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
"url": "https://cs.android.com/androidx/platform/frameworks/support"
},
"name": "Lifecycle Runtime",
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.0",
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5",
"licenses": [
"Apache-2.0"
],
Expand All @@ -135,14 +135,14 @@
"name": "The Android Open Source Project"
}
],
"artifactVersion": "2.8.0",
"artifactVersion": "2.8.5",
"description": "Android Lifecycle ViewModel",
"scm": {
"connection": "scm:git:https://android.googlesource.com/platform/frameworks/support",
"url": "https://cs.android.com/androidx/platform/frameworks/support"
},
"name": "Lifecycle ViewModel",
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.0",
"website": "https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5",
"licenses": [
"Apache-2.0"
],
Expand All @@ -160,7 +160,7 @@
"name": "Mike Penz"
}
],
"artifactVersion": "11.2.1",
"artifactVersion": "11.2.3",
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
"scm": {
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
Expand All @@ -183,7 +183,7 @@
"name": "Mike Penz"
}
],
"artifactVersion": "11.2.1",
"artifactVersion": "11.2.3",
"description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.",
"scm": {
"connection": "scm:git@github.com:mikepenz/AboutLibraries.git",
Expand All @@ -207,7 +207,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "2.8.0",
"artifactVersion": "2.8.3",
"description": "Compose integration with Lifecycle",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -231,7 +231,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Animation engine and animation primitives that are the building blocks of the Compose animation library",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -255,7 +255,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose animation library",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -279,7 +279,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose Desktop",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -303,7 +303,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -327,7 +327,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose layout implementations",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -351,7 +351,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose Material You Design Components library",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -375,7 +375,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose Material Design Components library",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -399,7 +399,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose Material Design core icons. This module contains the most commonly used set of Material icons.",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -423,7 +423,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Material ripple used to build interactive components",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -447,7 +447,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Tree composition support for code generated by the Compose compiler plugin and corresponding public API",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -471,7 +471,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose components that allow saving and restoring the local ui state",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -495,7 +495,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -519,7 +519,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose classes related to dimensions without units",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -543,7 +543,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose graphics",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -567,7 +567,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose Text primitives and utilities",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -591,7 +591,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -615,7 +615,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Compose classes for simple units",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -639,7 +639,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "1.6.11",
"artifactVersion": "1.7.0",
"description": "Internal Compose utilities used by other modules",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/compose-jb.git",
Expand All @@ -663,7 +663,7 @@
"name": "Kotlin Team"
}
],
"artifactVersion": "2.0.0",
"artifactVersion": "2.0.21",
"description": "Kotlin Standard Library",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
Expand All @@ -687,7 +687,7 @@
"name": "Kotlin Team"
}
],
"artifactVersion": "1.9.23",
"artifactVersion": "1.9.24",
"description": "Kotlin Standard Library JDK 7 extension",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
Expand All @@ -711,7 +711,7 @@
"name": "Kotlin Team"
}
],
"artifactVersion": "1.9.23",
"artifactVersion": "1.9.24",
"description": "Kotlin Standard Library JDK 8 extension",
"scm": {
"connection": "scm:git:https://github.com/JetBrains/kotlin.git",
Expand Down Expand Up @@ -779,7 +779,7 @@
"name": "JetBrains Team"
}
],
"artifactVersion": "1.8.1",
"artifactVersion": "1.9.0",
"description": "Coroutines support libraries for Kotlin",
"scm": {
"url": "https://github.com/Kotlin/kotlinx.coroutines"
Expand All @@ -801,7 +801,7 @@
"name": "JetBrains Team"
}
],
"artifactVersion": "1.8.1",
"artifactVersion": "1.9.0",
"description": "Coroutines support libraries for Kotlin",
"scm": {
"url": "https://github.com/Kotlin/kotlinx.coroutines"
Expand Down Expand Up @@ -845,7 +845,7 @@
"name": "JetBrains Team"
}
],
"artifactVersion": "1.6.3",
"artifactVersion": "1.7.1",
"description": "Kotlin multiplatform serialization runtime library",
"scm": {
"url": "https://github.com/Kotlin/kotlinx.serialization"
Expand All @@ -867,7 +867,7 @@
"name": "JetBrains Team"
}
],
"artifactVersion": "1.6.3",
"artifactVersion": "1.7.1",
"description": "Kotlin multiplatform serialization runtime library",
"scm": {
"url": "https://github.com/Kotlin/kotlinx.serialization"
Expand All @@ -889,7 +889,7 @@
"name": "JetBrains Team"
}
],
"artifactVersion": "1.6.3",
"artifactVersion": "1.7.1",
"description": "Kotlin multiplatform serialization runtime library",
"scm": {
"url": "https://github.com/Kotlin/kotlinx.serialization"
Expand All @@ -911,7 +911,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "0.8.4",
"artifactVersion": "0.8.15",
"description": "Kotlin Skia bindings",
"scm": {
"connection": "scm:git:https://www.github.com/JetBrains/skiko.git",
Expand All @@ -935,7 +935,7 @@
"name": "Compose Multiplatform Team"
}
],
"artifactVersion": "0.8.4",
"artifactVersion": "0.8.15",
"description": "Kotlin Skia bindings",
"scm": {
"connection": "scm:git:https://www.github.com/JetBrains/skiko.git",
Expand Down
Loading
Loading