Flipper Release: v0.212.0

Summary: Releasing version 0.212.0

Reviewed By: lblasa

Differential Revision: D48473694

fbshipit-source-id: 751e563523881120795bbfef83616d89dcaa5f45
This commit is contained in:
generatedunixname89002005306973
2023-08-19 03:47:16 -07:00
committed by Facebook GitHub Bot
parent 4ff9279a0b
commit cc9c26d214
11 changed files with 17 additions and 12 deletions

View File

@@ -169,7 +169,7 @@
"npm": "use yarn instead",
"yarn": "^1.16"
},
"version": "0.211.1",
"version": "0.212.0",
"workspaces": {
"packages": [
"scripts",

View File

@@ -27,7 +27,7 @@ You also need to compile in the `litho-annotations` package, as Flipper reflects
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.211.1'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.212.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}

View File

@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>LeakCan
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.211.1'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.212.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```

View File

@@ -12,7 +12,7 @@ The network plugin is shipped as a separate Maven artifact, as follows:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.211.1'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.212.0'
}
```

View File

@@ -1,3 +1,8 @@
# 0.212.0 (18/8/2023)
* [D48280921](https://github.com/facebook/flipper/search?q=D48280921&type=Commits) - [internal] internal
# 0.210.0 (2/8/2023)
* [D47832249](https://github.com/facebook/flipper/search?q=D47832249&type=Commits) - [UIDebugger] Fixed bug with keyboard tree controls