Flipper Release: v0.220.0
Summary: Releasing version 0.220.0 Reviewed By: lblasa Differential Revision: D49375501 fbshipit-source-id: 5efe6e1c47d566f0c8b1409cf14fa302fc4178d8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
342ef42114
commit
b06272344b
@@ -170,7 +170,7 @@
|
||||
"npm": "use yarn instead",
|
||||
"yarn": "^1.16"
|
||||
},
|
||||
"version": "0.219.0",
|
||||
"version": "0.220.0",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"scripts",
|
||||
|
||||
@@ -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.219.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.220.0'
|
||||
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
|
||||
// ...
|
||||
}
|
||||
|
||||
@@ -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.219.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.220.0'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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.219.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.220.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# 0.220.0 (18/9/2023)
|
||||
|
||||
* [D49371369](https://github.com/facebook/flipper/search?q=D49371369&type=Commits) - `yarn start` now launches the in-browser version of Flipper. Use `yarn start-electron` for the old behaviour.
|
||||
|
||||
|
||||
# 0.217.0 (13/9/2023)
|
||||
|
||||
* [D46859213](https://github.com/facebook/flipper/search?q=D46859213&type=Commits) - UI Debugger is now available for Litho in Open Source
|
||||
|
||||
Reference in New Issue
Block a user