From e4b28b1f127a005c9aee3b2e872349bc8c408d94 Mon Sep 17 00:00:00 2001 From: Nicolas Palermo Date: Tue, 23 Nov 2021 03:23:57 -0800 Subject: [PATCH] Release version 0.41.1 Summary: Release version 0.41.1 to include yoga version. Reviewed By: astreet Differential Revision: D32595327 fbshipit-source-id: f4837387ad6628076c6677d287cc459904a50287 --- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 6 +++--- gradle.properties | 2 +- website/versionConfig.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9833265850e..7107058fce4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: timeout_minutes: 30 max_attempts: 5 command: BUCK_PATH=`realpath buck` ./gradlew test --stacktrace - sample-java-job: + sample-app-job: name: Assemble sample app needs: [start-release-job] runs-on: ubuntu-latest @@ -96,7 +96,7 @@ jobs: publish-job: name: Maven Publish runs-on: ubuntu-latest - needs: [test-job, sample-java-job] + needs: [test-job, sample-app-job] steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1379841a67b..d43ea88e693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # Changelog -## Version 0.41.1-SNAPSHOT +## Version 0.41.1 -_release-date_ +_2021-11-23_ * **Breaking:** Rename 'LithoAssertions' to 'LegacyLithoAssertions'. (Use [fastmod](https://github.com/facebookincubator/fastmod) on existing codebase with the command: `fastmod 'LithoAssertions' 'LegacyLithoAssertions' --dir .`) * Upgrade: Bump Yoga version to `1.19.0`. -For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.41.1...master). +For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.41.0...v0.41.1). ## Version 0.41.0 diff --git a/gradle.properties b/gradle.properties index 7b10eab2f48..8a0505cb586 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # Project-wide Gradle settings. -VERSION_NAME=0.41.1-SNAPSHOT +VERSION_NAME=0.41.1 GROUP=com.facebook.litho SONATYPE_STAGING_PROFILE=comfacebook diff --git a/website/versionConfig.js b/website/versionConfig.js index 1088e2df661..576509dc244 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.41.0', + lithoVersion: '0.41.1', lithoSnapshotVersion: '0.41.1-SNAPSHOT', soloaderVersion: '0.9.0', flipperVersion: '0.46.0',