Skip to content

Commit

Permalink
Version update CMP
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Oct 16, 2024
1 parent e60659e commit 5822065
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
---
## [2.0.21-1.7.0-BETA]

- CMP 1.7.0


---
## [2.0.21-1.7.0-rc01-BETA]

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG_PLUGIN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Changelog
---

## [1.1.11]

Compatible with 2.0.21-1.7.0-BETA

---

## [1.1.10]

Compatible with 2.0.21-1.7.0-rc01-BETA

---

## [1.1.9]

- Compatible with 2.0.20-1.7.0-rc01-BETA-1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KSP library for generating `ComposeUIViewController` and `UIViewControllerRepres

| Version | Kotlin | KSP | Compose Multiplatform | Xcode |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------:|:------:|:---------------------:|:--------------:|
| [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/io.github.guilhe.kmp.plugin-composeuiviewcontroller)](https://plugins.gradle.org/plugin/io.github.guilhe.kmp.plugin-composeuiviewcontroller) | 2.0.21 | 1.0.25 | 1.7.0-rc01 | 15.4.0, 16.0.0 |
| [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/io.github.guilhe.kmp.plugin-composeuiviewcontroller)](https://plugins.gradle.org/plugin/io.github.guilhe.kmp.plugin-composeuiviewcontroller) | 2.0.21 | 1.0.25 | 1.7.0 | 15.4.0, 16.0.0 |

The suffix `-ALPHA` or `-BETA` will be added to reflect JetBrain's [Compose Multiplatform iOS stability level](https://www.jetbrains.com/help/kotlin-multiplatform-dev/supported-platforms.html#current-platform-stability-levels-for-compose-multiplatform-ui-framework), until it becomes `STABLE`.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {

allprojects {
group = "com.github.guilhe.kmp"
version = "2.0.21-1.7.0-rc01-BETA"
version = "2.0.21-1.7.0-BETA"
}

tasks.register("publishLibraryModules") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
kotlinCompose = "1.7.0-rc01"
kotlinCompose = "1.7.0"
kotlinxSerialization = "1.7.1"
kotlinxSerializationPlugin = "2.0.0"
dokka = "1.9.20"
Expand Down
2 changes: 1 addition & 1 deletion kmp-composeuiviewcontroller-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks.test {
useJUnitPlatform()
}

version = "1.1.10"
version = "1.1.11"
group = "io.github.guilhe.kmp"

gradlePlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public class KmpComposeUIViewControllerPlugin : Plugin<Project> {
}

internal companion object {
private const val VERSION_LIBRARY = "2.0.21-1.7.0-rc01-BETA"
private const val VERSION_LIBRARY = "2.0.21-1.7.0-BETA"
private const val LOG_TAG = "KmpComposeUIViewControllerPlugin"
internal const val PLUGIN_KMP = "org.jetbrains.kotlin.multiplatform"
internal const val PLUGIN_KSP = "com.google.devtools.ksp"
Expand Down

0 comments on commit 5822065

Please sign in to comment.