Skip to content

Commit

Permalink
Merge pull request #593 from KovalevAndrey/2.x-release-alpha05
Browse files Browse the repository at this point in the history
Release 2.0.0-alpha05
  • Loading branch information
KovalevAndrey authored Sep 13, 2023
2 parents 6654b67 + 71135c4 commit 63260a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## Pending changes

-

## 2.0.0-alpha05

### Added

- [#579](https://github.com/bumble-tech/appyx/pull/579) – Expose `AndroidLifecycle` in `PlatformLifecycleRegistry` for Android


### Fixed

- [#584](https://github.com/bumble-tech/appyx/pull/584) – Fix applying offset twice in `AppyxComponent`
Expand All @@ -18,6 +21,10 @@
- [#591](https://github.com/bumble-tech/appyx/pull/591) – Flush output cache when onCreate is called in NodeConnector
- [#592](https://github.com/bumble-tech/appyx/pull/592) – Fix Backstack3D Motion Controller

<div style="text-align: center"><small>13 Sep 2023</small></div>

---

## 2.0.0-alpha04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android.useAndroidX=true
kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.native.enableDependencyPropagation=false
library.version=2.0.0-alpha04
library.version=2.0.0-alpha05
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true
Expand Down

0 comments on commit 63260a4

Please sign in to comment.