Skip to content

Commit

Permalink
version 0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Dec 6, 2024
1 parent fc1a2f3 commit 5c9a253
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

## unreleased
## v0.19.5

- Update generation for compose views so props are direct values instead of flows

Expand Down
2 changes: 1 addition & 1 deletion example/android/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
}

val reaktNativeToolkitVersion = "0.19.4"
val reaktNativeToolkitVersion = "0.19.5"

kotlin {
androidTarget {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reakt-native-toolkit",
"version": "0.19.4",
"version": "0.19.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/voize-gmbh/reakt-native-toolkit",
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.19.4
version=0.19.5
group=de.voize

org.gradle.jvmargs=-Xmx2048m
Expand Down

0 comments on commit 5c9a253

Please sign in to comment.