Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Nov 22, 2022
1 parent 2dc1851 commit 5db4a6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Pending changes


---

## 1.0.1

- [#268](https://github.com/bumble-tech/appyx/pull/268)**Fixed**: `PermanentChild` now does not crash in UI tests with `ComposeTestRule`.
- [#268](https://github.com/bumble-tech/appyx/pull/276)**Fixed**: Back press handlers order is fixed for RIBs-Appyx integration.
- [#272](https://github.com/bumble-tech/appyx/pull/272)**Changed**: `attachWorkflow` renamed to `attachChild`. `executeWorkflow` renamed to `executeAction`.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.caching=true
org.gradle.parallel=true
android.useAndroidX=true
kotlin.code.style=official
library.version=1.0.0
library.version=1.0.1

0 comments on commit 5db4a6d

Please sign in to comment.