Skip to content

Commit

Permalink
Release version 0.41.1
Browse files Browse the repository at this point in the history
Summary: Release version 0.41.1 to include yoga version.

Reviewed By: astreet

Differential Revision: D32595327

fbshipit-source-id: f4837387ad6628076c6677d287cc459904a50287
  • Loading branch information
nicous authored and facebook-github-bot committed Nov 23, 2021
1 parent ad29a37 commit e4b28b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versionConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e4b28b1

Please sign in to comment.