diff --git a/CHANGELOG.md b/CHANGELOG.md index 787ef65906b..ee6e48a931e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,15 @@ # Changelog -## Version 0.39.1-SNAPSHOT +## Version 0.40.0 -_release-date_ +_2021-02-26_ * **Breaking:** Change the return type of `ComponentLifecycle.resolve()` from `ComponentLayout` to `InternalNode`. * New: Expose `visibleTop` and `visibleLeft` fields from the `VisibilityChangedEvent` to better understand which side of the component is hidden. Check out `VisibilityChangedEvent`'s javadoc for more info. * New: Expose mounted content from the `VisibleEvent`. * New: Lifecycle arguments are now optional in the spec. (e.g. `ComponentContext` is now optional in `@OnCreateInitialState`) -For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.39.0...master). +For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.39.0...v0.40.0). ## Version 0.39.0 diff --git a/docs/_config.yml b/docs/_config.yml index 4dc20f6215a..42545d5342a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -35,7 +35,7 @@ ghrepo: "facebook/litho" repository: "facebook/litho" # These can be used in documentation with e.g. {{site.litho-version}} -litho-version: 0.39.0 +litho-version: 0.40.0 litho-snapshot-version: 0.39.1-SNAPSHOT soloader-version: 0.9.0 flipper-version: 0.46.0 diff --git a/gradle.properties b/gradle.properties index 98f1bcd9e01..46455ccf474 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # Project-wide Gradle settings. -VERSION_NAME=0.39.1-SNAPSHOT +VERSION_NAME=0.40.0 GROUP=com.facebook.litho POM_URL=https://github.com/facebook/litho POM_SCM_URL=https://github.com/facebook/litho.git