Skip to content

Commit 8b2b97e

Browse files
authored
Merge pull request #37 from bumble-tech/release-alpha02
Release alpha02
2 parents 49edeae + c8bd434 commit 8b2b97e

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
# Change Log
1+
# Changelog
22

33
## Pending changes
44

5-
- Migrate [app-tree-utils](https://github.com/badoo/app-tree-utils) into this repository.
6-
- Do not allow setting `Node.integrationPoint` on non-root nodes.
7-
- #20 Fix integration point attached twice crash when using live literals
8-
- #14 Fix transition interruptions bug
9-
- #23 Add unit test support
10-
- #26 Publish snapshot versions
5+
6+
7+
## 1.0-alpha02
8+
9+
- [#19](https://github.com/bumble-tech/appyx/pull/19) – Fixed: Do not allow setting `Node.integrationPoint` on non-root nodes.
10+
- [#23](https://github.com/bumble-tech/appyx/pull/21) – Fixed: Integration point attached twice crash when using live literals
11+
- [#14](https://github.com/bumble-tech/appyx/issues/14) – Fixed: Transition interruptions bug
12+
- [#23](https://github.com/bumble-tech/appyx/pull/23) – Added: Unit test support
13+
- [#26](https://github.com/bumble-tech/appyx/issues/26) – Added: Publish snapshot versions
14+
- [#9](https://github.com/bumble-tech/appyx/pull/9) – Migrated [app-tree-utils](https://github.com/badoo/app-tree-utils) into this repository
15+
1116

1217
## 1.0-alpha01
1318

14-
- Initial release.
19+
- Initial release

gradle/publication.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ afterEvaluate { Project project ->
1616
appyxRelease(MavenPublication) {
1717
from components.release
1818
groupId = 'com.bumble.appyx'
19-
version = project.findProperty('snapshot') == 'true' ? 'main-SNAPSHOT' : '1.0-alpha01'
19+
version = project.findProperty('snapshot') == 'true' ? 'main-SNAPSHOT' : '1.0-alpha02'
2020

2121
pom {
2222
name = 'Appyx'

0 commit comments

Comments
 (0)