Skip to content

Commit

Permalink
Merge pull request #698 from zsoltk/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
zsoltk authored Apr 18, 2024
2 parents 170c69f + 5e7fa34 commit bb1444e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Pending changes


## 2.0.0

{==

Please refer to [2.0.0-alpha10 -> 2.0.0 – Migration guide](2.0.0.md)

==}

### API breaking changes

- [#677](https://github.com/bumble-tech/appyx/pull/677) – Moved Builder, SimpleBuilder, Interactor to separate module
Expand All @@ -18,6 +28,10 @@

- [#679](https://github.com/bumble-tech/appyx/pull/679) – Simple api for backStackNode and spotlightNode


<div style="text-align: center"><small>19 Apr 2024</small></div>


---

## 2.0.0-alpha10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 2.0.0-alpha11 – Migration guide
title: 2.0.0-alpha10 -> 2.0.0 – Migration guide
---

# 2.0.0-alpha11 – Migration guide
# 2.0.0-alpha10 -> 2.0.0 – Migration guide

## Package changes

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.mpp.applyDefaultHierarchyTemplate=false
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
library.version=2.0.0-alpha10
library.version=2.0.0
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.parallel=true
Expand Down

0 comments on commit bb1444e

Please sign in to comment.