Skip to content

Commit

Permalink
Merge pull request #622 from aashay-gaikwad/release-2.0.0-alpha09
Browse files Browse the repository at this point in the history
Release 2.0.0-alpha09
  • Loading branch information
aashay-gaikwad authored Oct 19, 2023
2 parents df8a5c8 + 583c833 commit f139d92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Pending changes


---

## 2.0.0-alpha09

### API breaking changes

- [#618](https://github.com/bumble-tech/appyx/pull/618) – Do not create PermanentAppyxComponent inside ParentNode. Provide it via constructor to ParentNode
Expand All @@ -17,6 +23,8 @@

- [#615](https://github.com/bumble-tech/appyx/pull/615) – Material navigation helpers

<div style="text-align: center"><small>19 Oct 2023</small></div>

---

## 2.0.0-alpha08
Expand All @@ -25,6 +33,8 @@

- [#608](https://github.com/bumble-tech/appyx/pull/608) – Setting default value to NodeCustomisationDirectory in IosNodeHost

<div style="text-align: center"><small>4 Oct 2023</small></div>

---

## 2.0.0-alpha07
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
library.version=2.0.0-alpha08
library.version=2.0.0-alpha09
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true
Expand Down

0 comments on commit f139d92

Please sign in to comment.