Flipper Release: v0.147.0

Summary: Releasing version 0.147.0

Reviewed By: aigoncharov

Differential Revision: D36658611

fbshipit-source-id: 74137e1c5c1f5be5dc45c28ed74aa016001db070
This commit is contained in:
Flipper Bot
2022-05-25 09:56:02 -07:00
committed by Facebook GitHub Bot
parent b75eeb941b
commit 19a5a8e9c7
11 changed files with 23 additions and 14 deletions

View File

@@ -32,18 +32,18 @@ By default, React Native might ship with an outdated Flipper SDK. To make sure y
Android:
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.146.1`.
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.147.0`.
2. Run `./gradlew clean` in the `android` directory.
iOS:
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.146.1' })`.
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.147.0' })`.
2. Run `pod install --repo-update` in the `ios` directory.
* Android
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.146.1`.
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.147.0`.
2. Run `./gradlew clean` in the `android` directory.
* iOS
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.146.1' })`.
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.147.0' })`.
2. Run `pod install --repo-update` in the `ios` directory.
## Manual Setup