Flipper Release: v0.64.0

Summary: Releasing version 0.64.0

Reviewed By: priteshrnandgaonkar

Differential Revision: D24590607

fbshipit-source-id: 04671a31028a33cf020acd8b83c219608fe38319
This commit is contained in:
generatedunixname89002005306973
2020-10-28 06:05:12 -07:00
committed by Facebook GitHub Bot
parent e993b7e9d4
commit a3bcf6b043
41 changed files with 77 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "flipper",
"version": "0.63.0",
"version": "0.64.0",
"description": "Mobile development tool",
"productName": "Flipper",
"author": "Facebook Inc",
@@ -28,9 +28,9 @@
"emotion": "^10.0.23",
"expand-tilde": "^2.0.2",
"flipper-client-sdk": "^0.0.2",
"flipper-doctor": "0.63.0",
"flipper-plugin": "0.63.0",
"flipper-plugin-lib": "0.63.0",
"flipper-doctor": "0.64.0",
"flipper-plugin": "0.64.0",
"flipper-plugin-lib": "0.64.0",
"fs-extra": "^9.0.1",
"immer": "^6.0.0",
"immutable": "^4.0.0-rc.12",
@@ -79,7 +79,7 @@
"@testing-library/dom": "^7.26.3",
"@testing-library/react": "^11.1.0",
"@types/lodash.memoize": "^4.1.6",
"flipper-test-utils": "0.63.0",
"flipper-test-utils": "0.64.0",
"metro-runtime": "^0.63.0",
"mock-fs": "^4.12.0",
"pretty-format": "^26.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-babel-transformer",
"version": "0.63.0",
"version": "0.64.0",
"description": "Babel transformer for Flipper plugins",
"repository": "facebook/flipper",
"main": "lib/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-doctor",
"version": "0.63.0",
"version": "0.64.0",
"description": "Utility for checking for issues with a flipper installation",
"main": "lib/index.js",
"flipperBundlerEntry": "src",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-e2e",
"version": "0.63.0",
"version": "0.64.0",
"private": true,
"description": "E2E test suite for Flipper",
"repository": "facebook/flipper",

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-flipper",
"version": "0.63.0",
"version": "0.64.0",
"private": true,
"description": "Custom ESLint rules for Flipper",
"repository": "facebook/flipper",
@@ -16,7 +16,7 @@
"devDependencies": {
"@types/jest": "26",
"@typescript-eslint/parser": "^4.2.0",
"flipper-test-utils": "0.63.0",
"flipper-test-utils": "0.64.0",
"jest": "^26",
"prettier": "^2.0.0",
"rimraf": "^3.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-plugin",
"version": "0.63.0",
"version": "0.64.0",
"description": "Flipper Desktop plugin SDK and components",
"repository": "facebook/flipper",
"main": "lib/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-headless-tests",
"version": "0.63.0",
"version": "0.64.0",
"main": "index.js",
"private": true,
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "flipper-headless",
"private": true,
"version": "0.63.0",
"version": "0.64.0",
"description": "Headless version of Flipper - Mobile development tool",
"productName": "Flipper Headless",
"author": "Facebook Inc",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-project",
"version": "0.63.0",
"version": "0.64.0",
"description": "Mobile development tool",
"productName": "Flipper",
"author": {
@@ -179,7 +179,7 @@
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flipper": "0.63.0",
"eslint-plugin-flipper": "0.64.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
@@ -191,9 +191,9 @@
"expand-tilde": "^2.0.2",
"express": "^4.15.2",
"fb-watchman": "^2.0.1",
"flipper-babel-transformer": "0.63.0",
"flipper-pkg-lib": "0.63.0",
"flipper-plugin-lib": "0.63.0",
"flipper-babel-transformer": "0.64.0",
"flipper-pkg-lib": "0.64.0",
"flipper-plugin-lib": "0.64.0",
"flow-bin": "0.131.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-pkg-lib",
"version": "0.63.0",
"version": "0.64.0",
"description": "Library for building and publishing Flipper plugins",
"repository": "facebook/flipper",
"main": "lib/index.js",
@@ -9,7 +9,7 @@
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"flipper-babel-transformer": "0.63.0",
"flipper-babel-transformer": "0.64.0",
"fs-extra": "^9.0.1",
"metro": "^0.63.0",
"metro-minify-terser": "^0.63.0"
@@ -18,7 +18,7 @@
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26",
"@types/node": "^14.14.2",
"flipper-test-utils": "0.63.0",
"flipper-test-utils": "0.64.0",
"globby": "^11",
"jest": "^26",
"mock-fs": "^4.12.0",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-pkg",
"version": "0.63.0",
"version": "0.64.0",
"description": "Utility for building and publishing Flipper plugins",
"repository": "facebook/flipper",
"main": "lib/index.js",
@@ -20,8 +20,8 @@
"ajv": "^6.12.2",
"ajv-errors": "^1.0.1",
"cli-ux": "^5.4.6",
"flipper-pkg-lib": "0.63.0",
"flipper-plugin-lib": "0.63.0",
"flipper-pkg-lib": "0.64.0",
"flipper-plugin-lib": "0.64.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"lodash": "^4.17.19",
@@ -34,7 +34,7 @@
"@types/inquirer": "^6.5.0",
"@types/jest": "^26",
"@types/node": "^14.14.2",
"flipper-test-utils": "0.63.0",
"flipper-test-utils": "0.64.0",
"globby": "^11",
"jest": "^26",
"prettier": "^2.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-plugin-lib",
"version": "0.63.0",
"version": "0.64.0",
"description": "Library containing common Flipper plugin installation utilities",
"repository": "facebook/flipper",
"main": "lib/index.js",
@@ -28,7 +28,7 @@
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26",
"@types/node": "^14.14.2",
"flipper-test-utils": "0.63.0",
"flipper-test-utils": "0.64.0",
"globby": "^11",
"jest": "^26",
"mock-fs": "^4.12.0",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-device-cpu",
"id": "DeviceCPU",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-crash-reporter",
"id": "CrashReporter",
"version": "0.63.0",
"version": "0.64.0",
"description": "A plugin which will display a crash",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-databases",
"id": "Databases",
"version": "0.63.0",
"version": "0.64.0",
"title": "Databases",
"icon": "internet",
"main": "dist/bundle.js",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-example",
"id": "flipper-plugin-example",
"version": "0.63.0",
"version": "0.64.0",
"description": "An example for a Flipper plugin",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
@@ -22,10 +22,10 @@
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
},
"peerDependencies": {
"flipper": "0.63.0"
"flipper": "0.64.0"
},
"devDependencies": {
"flipper": "0.63.0",
"flipper-pkg": "0.63.0"
"flipper": "0.64.0",
"flipper-pkg": "0.64.0"
}
}

View File

@@ -4,7 +4,7 @@
"id": "flipper-messages",
"title": "Flipper Messages",
"icon": "bird",
"version": "0.63.0",
"version": "0.64.0",
"description": "Flipper self inspection: Messages to and from client",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
@@ -22,10 +22,10 @@
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
},
"peerDependencies": {
"flipper": "0.63.0"
"flipper": "0.64.0"
},
"devDependencies": {
"flipper": "0.63.0",
"flipper-pkg": "0.63.0"
"flipper": "0.64.0",
"flipper-pkg": "0.64.0"
}
}

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-fresco",
"id": "Fresco",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-hermesdebuggerrn",
"id": "Hermesdebuggerrn",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-kaios-big-allocations",
"id": "kaios-big-allocations",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-kaios-graphs",
"id": "kaios-graphs",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-inspector",
"id": "Inspector",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-leak-canary",
"id": "LeakCanary",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-device-logs",
"id": "DeviceLogs",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
@@ -11,7 +11,7 @@
],
"dependencies": {},
"peerDependencies": {
"flipper-plugin": "0.63.0"
"flipper-plugin": "0.64.0"
},
"title": "Logs",
"icon": "arrow-right",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-navigation",
"id": "Navigation",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -7,7 +7,7 @@
"title": "Network",
"description": "Use the Network inspector to inspect outgoing network traffic in your apps.",
"icon": "internet",
"version": "0.63.0",
"version": "0.64.0",
"license": "MIT",
"keywords": [
"flipper-plugin"
@@ -22,8 +22,8 @@
"xml-beautifier": "^0.4.0"
},
"peerDependencies": {
"flipper": "0.63.0",
"flipper-plugin": "0.63.0"
"flipper": "0.64.0",
"flipper-plugin": "0.64.0"
},
"devDependencies": {
"@types/pako": "^1.0.1",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-devtools",
"id": "React",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-native-tic-tac-toe",
"id": "ReactNativeTicTacToe",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -3,7 +3,7 @@
"name": "flipper-plugin-sandbox",
"id": "Sandbox",
"title": "Sandbox",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",

View File

@@ -3,7 +3,7 @@
"name": "flipper-plugin-sea-mammals",
"id": "sea-mammals",
"private": true,
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "src/index.tsx",
"license": "MIT",
@@ -23,11 +23,11 @@
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
},
"peerDependencies": {
"flipper": "0.63.0",
"flipper-plugin": "0.63.0"
"flipper": "0.64.0",
"flipper-plugin": "0.64.0"
},
"devDependencies": {
"flipper": "0.63.0",
"flipper-pkg": "0.63.0"
"flipper": "0.64.0",
"flipper-pkg": "0.64.0"
}
}

View File

@@ -8,7 +8,7 @@
"email": "oncall+ios_componentkit@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/componentkit/"
},
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "src/index.tsx",
"license": "MIT",
@@ -20,7 +20,7 @@
"react-d3-tree": "^1.16.1"
},
"peerDependencies": {
"flipper": "0.63.0",
"flipper-plugin": "0.63.0"
"flipper": "0.64.0",
"flipper-plugin": "0.64.0"
}
}

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-preferences",
"id": "Preferences",
"version": "0.63.0",
"version": "0.64.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "src/index.tsx",
"license": "MIT",
@@ -13,7 +13,7 @@
"lodash": "^4.17.19"
},
"peerDependencies": {
"flipper-plugin": "0.63.0"
"flipper-plugin": "0.64.0"
},
"title": "Shared Preferences Viewer",
"bugs": {

View File

@@ -1,3 +1,8 @@
# 0.64.0 (28/10/2020)
* [D24506315](https://github.com/facebook/flipper/search?q=D24506315&type=Commits) - Upgrade internal React version to v17
# 0.63.0 (20/10/2020)
* [D23403095](https://github.com/facebook/flipper/search?q=D23403095&type=Commits) - [Network] Non-binary request are not properly utf-8 decoded on both iOS and Android, both when gzipped and when not gzipped

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-static",
"version": "0.63.0",
"version": "0.64.0",
"main": "index.js",
"private": true,
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "flipper-test-utils",
"version": "0.63.0",
"version": "0.64.0",
"description": "Library containing common Flipper test utilities",
"repository": "facebook/flipper",
"main": "lib/index.js",

View File

@@ -26,10 +26,10 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.63.0'
debugImplementation 'com.facebook.flipper:flipper:0.64.0'
debugImplementation 'com.facebook.soloader:soloader:0.9.0'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.63.0'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.64.0'
}
```

View File

@@ -28,7 +28,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.63.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.64.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}

View File

@@ -9,7 +9,7 @@ Ensure that you already have an explicit dependency in your application's
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.63.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.64.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
}

View File

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

View File

@@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.
# POM publishing constants
VERSION_NAME=0.63.1-SNAPSHOT
VERSION_NAME=0.64.0
GROUP=com.facebook.flipper
POM_URL=https://github.com/facebook/flipper
POM_SCM_URL=https://github.com/facebook/flipper.git

View File

@@ -1,7 +1,7 @@
{
"name": "react-native-flipper",
"title": "React Native Flipper Bindings",
"version": "0.63.0",
"version": "0.64.0",
"description": "Flipper bindings for React Native",
"main": "index.js",
"types": "index.d.ts",