Flipper Release: v0.40.0
Summary: Releasing version 0.40.0 Reviewed By: nikoant Differential Revision: D21302037 fbshipit-source-id: 2f2aeaf0aaf7a0d2fb65b21b6243c9ecd2684cdc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c7a6908093
commit
bd320b94e1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": "Facebook Inc",
|
||||
@@ -25,7 +25,7 @@
|
||||
"deep-equal": "^2.0.1",
|
||||
"emotion": "^10.0.23",
|
||||
"expand-tilde": "^2.0.2",
|
||||
"flipper-doctor": "0.39.0",
|
||||
"flipper-doctor": "0.40.0",
|
||||
"fs-extra": "^8.0.1",
|
||||
"immer": "^6.0.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-js-client",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-babel-transformer",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"description": "Babel transformer for Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-doctor",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"description": "Utility for checking for issues with a flipper installation",
|
||||
"main": "lib/index.js",
|
||||
"flipperBundlerEntry": "src",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-e2e",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"private": true,
|
||||
"description": "E2E test suite for Flipper",
|
||||
"repository": "facebook/flipper",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-headless-tests",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flipper-headless",
|
||||
"private": true,
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"description": "Headless version of Flipper - Mobile development tool",
|
||||
"productName": "Flipper Headless",
|
||||
"author": "Facebook Inc",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-project",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": "Facebook Inc",
|
||||
@@ -183,8 +183,8 @@
|
||||
"eslint-plugin-react": "^7.16.0",
|
||||
"eslint-plugin-relay": "^1.4.1",
|
||||
"express": "^4.15.2",
|
||||
"flipper-babel-transformer": "0.39.0",
|
||||
"flipper-pkg-lib": "0.39.0",
|
||||
"flipper-babel-transformer": "0.40.0",
|
||||
"flipper-pkg-lib": "0.40.0",
|
||||
"flow-bin": "0.123.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"glob": "^7.1.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-pkg-lib",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"description": "Library for building and publishing Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -10,7 +10,7 @@
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.1.0",
|
||||
"flipper-babel-transformer": "0.39.0",
|
||||
"flipper-babel-transformer": "0.40.0",
|
||||
"metro": "^0.59.0",
|
||||
"metro-minify-terser": "^0.59.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-pkg",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"description": "Utility for building and publishing Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
"ajv": "^6.12.2",
|
||||
"ajv-errors": "^1.0.1",
|
||||
"cli-ux": "^5.4.5",
|
||||
"flipper-pkg-lib": "0.39.0",
|
||||
"flipper-pkg-lib": "0.40.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"flipper": "0.39.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"flipper": "0.39.0",
|
||||
"flipper-pkg": "0.39.0"
|
||||
"flipper": "0.40.0",
|
||||
"flipper-pkg": "0.40.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# 0.40.0 (29/4/2020)
|
||||
|
||||
* D20942453 - Background plugins will no longer receive a Flipper connection if they are disabled. This should significantly reduce the overall load of Flipper both on the device and desktop when unused plugins are disabled used, which could otherwise generate 10MB/s of network traffic certain scenarios. All plugins *should* be able to handle to this gracefully, but since this is quite a fundamental change, reach out to the Flipper team when in doubt!
|
||||
|
||||
|
||||
# 0.38.0 (21/4/2020)
|
||||
|
||||
* D20805231 - Internals: plugins added as "yarn workspaces" into the root package.json to simplify dependency management between them
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-static",
|
||||
"version": "0.39.0",
|
||||
"version": "0.40.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
@@ -9,7 +9,7 @@
|
||||
"expand-tilde": "^2.0.2",
|
||||
"fb-watchman": "^2.0.0",
|
||||
"fix-path": "^3.0.0",
|
||||
"flipper-pkg-lib": "0.39.0",
|
||||
"flipper-pkg-lib": "0.40.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"ignore": "^5.1.4",
|
||||
"mem": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user