From b5575209056b50ffe6dc87a9c0dab3ec07c25e2a Mon Sep 17 00:00:00 2001 From: Peng Jiang Date: Wed, 13 Mar 2024 07:50:25 -0700 Subject: [PATCH] Release version 0.49.1 Summary: Release version 0.49.1 Reviewed By: adityasharat Differential Revision: D54850829 fbshipit-source-id: 66f33b8e302ec14b1eed1f4358a079c7e80e2a79 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- website/versionConfig.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8ab3edb53..bc735183cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.49.0...master). +## Version 0.49.1 +_2024-03-13_ + +* [BREAKING] move litho-core-kotlin to litho-core module +* Converted more code to Kotlin + ## Version 0.49.0 _2024-02-01_ diff --git a/gradle.properties b/gradle.properties index a483c8bf98b..2717ccdb40a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # Project-wide Gradle settings. -VERSION_NAME=0.50.0-SNAPSHOT +VERSION_NAME=0.49.1 GROUP=com.facebook.litho SONATYPE_STAGING_PROFILE=comfacebook diff --git a/website/versionConfig.js b/website/versionConfig.js index 57ce4dfa91d..18b6ccf68ef 100644 --- a/website/versionConfig.js +++ b/website/versionConfig.js @@ -22,7 +22,7 @@ // and refer to the version as: e.g. {{site.lithoVersion}} export const site = { - lithoVersion: '0.49.0', + lithoVersion: '0.49.1', lithoSnapshotVersion: '0.50.0-SNAPSHOT', soloaderVersion: '0.10.5', flipperVersion: '0.142.0',