Skip to content

Commit

Permalink
Bump Kotlin to 2.0.20-RC, uuid to 0.1.0 and compose to 1.6.11 (#399)
Browse files Browse the repository at this point in the history
* Bump compose from 1.6.10-rc03 to 1.6.10

Bumps `compose` from 1.6.10-rc03 to 1.6.10.

Updates `org.jetbrains.compose.runtime:runtime` from 1.6.10-rc03 to 1.6.10
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.6.10-rc03...v1.6.10)

Updates `org.jetbrains.compose.html:html-core` from 1.6.10-rc03 to 1.6.10
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.6.10-rc03...v1.6.10)

Updates `org.jetbrains.compose.html:html-svg` from 1.6.10-rc03 to 1.6.10
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.6.10-rc03...v1.6.10)

Updates `org.jetbrains.compose.html:html-test-utils` from 1.6.10-rc03 to 1.6.10
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.6.10-rc03...v1.6.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.compose.html:html-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.compose.html:html-svg
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.compose.html:html-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump popperjs to correct version

* Update usage to 2.0.20-RC2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
hfhbd and dependabot[bot] committed Aug 17, 2024
1 parent f73feff commit d12e5f1
Show file tree
Hide file tree
Showing 15 changed files with 851 additions and 1,500 deletions.
11 changes: 11 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
categories:
- title: Features
labels:
- '*'
exclude:
labels:
- dependencies
- title: Updated Dependencies
labels:
- dependencies
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.10"
compose = "1.6.10"
kotlin = "2.0.20-RC2"
compose = "1.6.11"
coroutines = "1.8.1"

[libraries]
Expand All @@ -12,7 +12,7 @@ compose-html-core = { module = "org.jetbrains.compose.html:html-core", version.r
compose-html-svg = { module = "org.jetbrains.compose.html:html-svg", version.ref = "compose" }
compose-html-testUtils = { module = "org.jetbrains.compose.html:html-test-utils", version.ref = "compose" }

uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.0.26" }
uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.1.0" }

[plugins]
kotlin-js = { id = "org.jetbrains.kotlin.js", version.ref = "kotlin" }
Expand Down
Loading

0 comments on commit d12e5f1

Please sign in to comment.