Skip to content

Commit

Permalink
Prepare for 10.0.4 release (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg authored Feb 6, 2024
1 parent 90d6034 commit 0855826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GH_PAT }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" \
https://api.github.com/repos/smileidentity/react-native/actions/workflows/release_android.yml/dispatches \
https://api.github.com/repos/smileidentity/react-native/actions/workflows/android_release.yml/dispatches \
--data '{"ref": "main","inputs": {"android_release_version": "${{ github.event.release.tag_name }}" }}'
update-docs-release-notes:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release Notes

## Unreleased
## 10.0.4

* Bump CameraX to 1.3.0
* Removed `cameraConfig` from `PrepUploadResponse`
* Fixed a bug where, in some cases, logs may not be printed
Expand Down
2 changes: 1 addition & 1 deletion lib/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.4-SNAPSHOT
10.0.5-SNAPSHOT

0 comments on commit 0855826

Please sign in to comment.