Skip to content

Commit

Permalink
start 0.5.1 development. bump package versions so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 19, 2024
1 parent 906fc56 commit 2624d44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
compose-audio-controls = "0.5.0" # ourselves
compose-audio-controls = "0.5.1" # ourselves
agp = "8.2.2"
compose-markdown = "0.3.4"
kotlin = "1.9.22"
core-ktx = "1.12.0"
kotlin = "1.9.23"
core-ktx = "1.13.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
kotlinx-coroutines-core = "1.8.0-RC2"
kotlinx-coroutines-core = "1.8.0"
lifecycle-runtime-ktx = "2.7.0"
activity-compose = "1.8.2"
compose-bom = "2024.03.00"
activity-compose = "1.9.0"
compose-bom = "2024.04.01"
metalava-gradle = "0.3.5"
dokka = "1.9.10"
ktmidi_version = "0.8.0-pre4"
ktmidi_version = "0.8.2"
appcompat = "1.6.1"
lifecycle-service = "2.7.0"
compose-plugin = "1.6.0"
compose-plugin = "1.6.2"
kotlinx-datetime = "0.5.0"

[libraries]
Expand Down
8 changes: 4 additions & 4 deletions kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1580,10 +1580,10 @@ jsonfile@^4.0.0:
optionalDependencies:
graceful-fs "^4.1.6"

jzz@1.7.7:
version "1.7.7"
resolved "https://registry.yarnpkg.com/jzz/-/jzz-1.7.7.tgz#6f1d08542c1c68df651b5711643bfe838404e13d"
integrity sha512-fh7Qxb7G4q+7XqmayINHtGj2WpXtQTm+crFK0kg/s7JDhXLKg97MV0MXpADWNFJrNNVb9mkwNzW9sQlkRlfyug==
jzz@1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/jzz/-/jzz-1.8.1.tgz#09eec1204c662e9cc78699e669f6f935650db546"
integrity sha512-L5jWc6xOB6FybF7vYJD/3pL29sCq/ZGW5sfg7dLEB07qcVH1zxUG9YxAC4jHfztzZu0oAaKe03QOV1rAFskhCw==
dependencies:
"@types/webmidi" "^2.0.10"
jazz-midi "^1.7.9"
Expand Down

0 comments on commit 2624d44

Please sign in to comment.