Skip to content

Commit

Permalink
Bump to v0.31.0
Browse files Browse the repository at this point in the history
Reviewed By: colriot

Differential Revision: D17259175

fbshipit-source-id: 41b1e11de7324d5887004b453f75b04567cf89cc
  • Loading branch information
mihaelao authored and facebook-github-bot committed Sep 9, 2019
1 parent a967ece commit c8fdf56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Changelog


## Version 0.30.1-SNAPSHOT
## Version 0.31.0

_release-date_

* TBA
_2019-09-09_

* **Breaking:** `Component.measure()` is only allowed during a LayoutState calculation.
* New: Add support to FrescoImage for photo focus points.
* New: Allow Child Classes to set `ComponentContext` on `DefaultInternalNode`.
* Fix: Immediately remove MountItem mapping on unmount to protect against re-entrancy.

## Version 0.30
For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.30.0...v0.31.0).

## Version 0.30.0

_2019-08-23_

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0
litho-version: 0.31.0
litho-snapshot-version: 0.30.1-SNAPSHOT
soloader-version: 0.5.1

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Project-wide Gradle settings.

VERSION_NAME=0.30.1-SNAPSHOT
VERSION_NAME=0.31.0
GROUP=com.facebook.litho
POM_URL=https://github.com/facebook/litho
POM_SCM_URL=https://github.com/facebook/litho.git
Expand Down

0 comments on commit c8fdf56

Please sign in to comment.