Skip to content

Commit

Permalink
Release version 0.30.0
Browse files Browse the repository at this point in the history
Reviewed By: topwu

Differential Revision: D16984957

fbshipit-source-id: 9e691ef2daae5ee006fb5a35eb85c4918bcccf17
  • Loading branch information
colriot authored and facebook-github-bot committed Aug 23, 2019
1 parent 2db775e commit b5d98b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog


## Version 0.30-SNAPSHOT
## Version 0.30

_release date_
_2019-08-23_

* **Breaking:** Rename `@FromCreateLayout` to `@FromPreviousCreateLayout`.
* **Breaking:** Add compile-time error when `Component.Builder` is passed as a `@Prop`. ([5da7121](https://github.com/facebook/litho/commit/5da712120243ec3419ecc70b9806bde9536d2251))
Expand All @@ -23,7 +23,7 @@ _release date_
* Fix: Don't crash when using primitive `@CachedValue`s together with HotSwap mode. ([501f1a1](https://github.com/facebook/litho/commit/501f1a171e3df30bf40330b9eaffbb13f61cc007))
* Fix: Improve `@OnUpdateStateWithTransition`'s behavior.

For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.29.0...master).
For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.29.0...v0.30.0).


## Version 0.29.0
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.29.0
litho-version: 0.30.0
litho-snapshot-version: 0.29.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.29.1-SNAPSHOT
VERSION_NAME=0.30.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 b5d98b5

Please sign in to comment.