From a3bcf6b0438756a49637161dd5b942a455c54179 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005306973 Date: Wed, 28 Oct 2020 06:05:12 -0700 Subject: [PATCH] Flipper Release: v0.64.0 Summary: Releasing version 0.64.0 Reviewed By: priteshrnandgaonkar Differential Revision: D24590607 fbshipit-source-id: 04671a31028a33cf020acd8b83c219608fe38319 --- desktop/app/package.json | 10 +++++----- desktop/babel-transformer/package.json | 2 +- desktop/doctor/package.json | 2 +- desktop/e2e/package.json | 2 +- desktop/eslint-plugin-flipper/package.json | 4 ++-- desktop/flipper-plugin/package.json | 2 +- desktop/headless-tests/package.json | 2 +- desktop/headless/package.json | 2 +- desktop/package.json | 10 +++++----- desktop/pkg-lib/package.json | 6 +++--- desktop/pkg/package.json | 8 ++++---- desktop/plugin-lib/package.json | 4 ++-- desktop/plugins/cpu/package.json | 2 +- desktop/plugins/crash_reporter/package.json | 2 +- desktop/plugins/databases/package.json | 2 +- desktop/plugins/example/package.json | 8 ++++---- desktop/plugins/flipper-messages/package.json | 8 ++++---- desktop/plugins/fresco/package.json | 2 +- desktop/plugins/hermesdebuggerrn/package.json | 2 +- desktop/plugins/kaios-allocations/package.json | 2 +- desktop/plugins/kaios-ram/package.json | 2 +- desktop/plugins/layout/package.json | 2 +- desktop/plugins/leak_canary/package.json | 2 +- desktop/plugins/logs/package.json | 4 ++-- desktop/plugins/navigation/package.json | 2 +- desktop/plugins/network/package.json | 6 +++--- desktop/plugins/reactdevtools/package.json | 2 +- desktop/plugins/rn-tic-tac-toe/package.json | 2 +- desktop/plugins/sandbox/package.json | 2 +- desktop/plugins/seamammals/package.json | 10 +++++----- desktop/plugins/sections/package.json | 6 +++--- desktop/plugins/shared_preferences/package.json | 4 ++-- desktop/static/CHANGELOG.md | 5 +++++ desktop/static/package.json | 2 +- desktop/test-utils/package.json | 2 +- docs/getting-started/android-native.mdx | 4 ++-- docs/setup/layout-plugin.mdx | 2 +- docs/setup/leak-canary-plugin.mdx | 2 +- docs/setup/network-plugin.mdx | 2 +- gradle.properties | 2 +- react-native/react-native-flipper/package.json | 2 +- 41 files changed, 77 insertions(+), 72 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index a87f57b72..64ccd13ed 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -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", diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index 81ad2f3ad..d91265ab7 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -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", diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index d2b04abc2..e6e07f162 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -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", diff --git a/desktop/e2e/package.json b/desktop/e2e/package.json index dc49651b4..08ebd33e8 100644 --- a/desktop/e2e/package.json +++ b/desktop/e2e/package.json @@ -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", diff --git a/desktop/eslint-plugin-flipper/package.json b/desktop/eslint-plugin-flipper/package.json index 02c6e80fd..5206805b5 100644 --- a/desktop/eslint-plugin-flipper/package.json +++ b/desktop/eslint-plugin-flipper/package.json @@ -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", diff --git a/desktop/flipper-plugin/package.json b/desktop/flipper-plugin/package.json index bba64b303..836fa3927 100644 --- a/desktop/flipper-plugin/package.json +++ b/desktop/flipper-plugin/package.json @@ -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", diff --git a/desktop/headless-tests/package.json b/desktop/headless-tests/package.json index c0c2a93fe..910fb139f 100644 --- a/desktop/headless-tests/package.json +++ b/desktop/headless-tests/package.json @@ -1,6 +1,6 @@ { "name": "flipper-headless-tests", - "version": "0.63.0", + "version": "0.64.0", "main": "index.js", "private": true, "scripts": { diff --git a/desktop/headless/package.json b/desktop/headless/package.json index ead22170c..65c97b8b9 100644 --- a/desktop/headless/package.json +++ b/desktop/headless/package.json @@ -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", diff --git a/desktop/package.json b/desktop/package.json index df3b3d728..eddd84b4d 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -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", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 2b8f1ce06..3109d96c9 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -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", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index bcbbdfd20..89c598799 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -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", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index dc6b09498..0dc0e19fd 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -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", diff --git a/desktop/plugins/cpu/package.json b/desktop/plugins/cpu/package.json index 7df2c3cd4..c4cca90b9 100644 --- a/desktop/plugins/cpu/package.json +++ b/desktop/plugins/cpu/package.json @@ -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", diff --git a/desktop/plugins/crash_reporter/package.json b/desktop/plugins/crash_reporter/package.json index 918ad0381..c115e21a9 100644 --- a/desktop/plugins/crash_reporter/package.json +++ b/desktop/plugins/crash_reporter/package.json @@ -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", diff --git a/desktop/plugins/databases/package.json b/desktop/plugins/databases/package.json index 9f592ac21..7e522a93d 100644 --- a/desktop/plugins/databases/package.json +++ b/desktop/plugins/databases/package.json @@ -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", diff --git a/desktop/plugins/example/package.json b/desktop/plugins/example/package.json index e6199be89..062f9f3f6 100644 --- a/desktop/plugins/example/package.json +++ b/desktop/plugins/example/package.json @@ -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" } } diff --git a/desktop/plugins/flipper-messages/package.json b/desktop/plugins/flipper-messages/package.json index 0882b6569..b3072a294 100644 --- a/desktop/plugins/flipper-messages/package.json +++ b/desktop/plugins/flipper-messages/package.json @@ -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" } } diff --git a/desktop/plugins/fresco/package.json b/desktop/plugins/fresco/package.json index da5eb9df6..e21b6efbf 100644 --- a/desktop/plugins/fresco/package.json +++ b/desktop/plugins/fresco/package.json @@ -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", diff --git a/desktop/plugins/hermesdebuggerrn/package.json b/desktop/plugins/hermesdebuggerrn/package.json index 69f95a160..306280796 100644 --- a/desktop/plugins/hermesdebuggerrn/package.json +++ b/desktop/plugins/hermesdebuggerrn/package.json @@ -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", diff --git a/desktop/plugins/kaios-allocations/package.json b/desktop/plugins/kaios-allocations/package.json index 8aaa98d7b..4d5ee9ee0 100644 --- a/desktop/plugins/kaios-allocations/package.json +++ b/desktop/plugins/kaios-allocations/package.json @@ -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", diff --git a/desktop/plugins/kaios-ram/package.json b/desktop/plugins/kaios-ram/package.json index 5a100eae5..098c0e015 100644 --- a/desktop/plugins/kaios-ram/package.json +++ b/desktop/plugins/kaios-ram/package.json @@ -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", diff --git a/desktop/plugins/layout/package.json b/desktop/plugins/layout/package.json index d9147074e..d6a5501ed 100644 --- a/desktop/plugins/layout/package.json +++ b/desktop/plugins/layout/package.json @@ -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", diff --git a/desktop/plugins/leak_canary/package.json b/desktop/plugins/leak_canary/package.json index 8841d9e81..78a6aec6f 100644 --- a/desktop/plugins/leak_canary/package.json +++ b/desktop/plugins/leak_canary/package.json @@ -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", diff --git a/desktop/plugins/logs/package.json b/desktop/plugins/logs/package.json index 1a51da993..1e1e5f3a5 100644 --- a/desktop/plugins/logs/package.json +++ b/desktop/plugins/logs/package.json @@ -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", diff --git a/desktop/plugins/navigation/package.json b/desktop/plugins/navigation/package.json index af45790e4..956edd95e 100644 --- a/desktop/plugins/navigation/package.json +++ b/desktop/plugins/navigation/package.json @@ -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", diff --git a/desktop/plugins/network/package.json b/desktop/plugins/network/package.json index ce28769fe..b98201e9c 100644 --- a/desktop/plugins/network/package.json +++ b/desktop/plugins/network/package.json @@ -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", diff --git a/desktop/plugins/reactdevtools/package.json b/desktop/plugins/reactdevtools/package.json index b7107fb3e..e9235dac3 100644 --- a/desktop/plugins/reactdevtools/package.json +++ b/desktop/plugins/reactdevtools/package.json @@ -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", diff --git a/desktop/plugins/rn-tic-tac-toe/package.json b/desktop/plugins/rn-tic-tac-toe/package.json index 81a2f3877..edb044d28 100644 --- a/desktop/plugins/rn-tic-tac-toe/package.json +++ b/desktop/plugins/rn-tic-tac-toe/package.json @@ -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", diff --git a/desktop/plugins/sandbox/package.json b/desktop/plugins/sandbox/package.json index b5977ffc3..f5893b7cb 100644 --- a/desktop/plugins/sandbox/package.json +++ b/desktop/plugins/sandbox/package.json @@ -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", diff --git a/desktop/plugins/seamammals/package.json b/desktop/plugins/seamammals/package.json index 403f940bd..332828a3a 100644 --- a/desktop/plugins/seamammals/package.json +++ b/desktop/plugins/seamammals/package.json @@ -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" } } diff --git a/desktop/plugins/sections/package.json b/desktop/plugins/sections/package.json index 2a191bc56..68685bc33 100644 --- a/desktop/plugins/sections/package.json +++ b/desktop/plugins/sections/package.json @@ -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" } } diff --git a/desktop/plugins/shared_preferences/package.json b/desktop/plugins/shared_preferences/package.json index de3a27764..4869c40bb 100644 --- a/desktop/plugins/shared_preferences/package.json +++ b/desktop/plugins/shared_preferences/package.json @@ -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": { diff --git a/desktop/static/CHANGELOG.md b/desktop/static/CHANGELOG.md index c27f14ac5..9573b527f 100644 --- a/desktop/static/CHANGELOG.md +++ b/desktop/static/CHANGELOG.md @@ -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 diff --git a/desktop/static/package.json b/desktop/static/package.json index 8e6f2505c..27772d451 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -1,6 +1,6 @@ { "name": "flipper-static", - "version": "0.63.0", + "version": "0.64.0", "main": "index.js", "private": true, "license": "MIT", diff --git a/desktop/test-utils/package.json b/desktop/test-utils/package.json index ea29eac6c..d5cbc3170 100644 --- a/desktop/test-utils/package.json +++ b/desktop/test-utils/package.json @@ -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", diff --git a/docs/getting-started/android-native.mdx b/docs/getting-started/android-native.mdx index 09d619365..6d18284e5 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -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' } ``` diff --git a/docs/setup/layout-plugin.mdx b/docs/setup/layout-plugin.mdx index 285622cf0..b78767c8b 100644 --- a/docs/setup/layout-plugin.mdx +++ b/docs/setup/layout-plugin.mdx @@ -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' // ... } diff --git a/docs/setup/leak-canary-plugin.mdx b/docs/setup/leak-canary-plugin.mdx index 6676b9090..85ce6a852 100644 --- a/docs/setup/leak-canary-plugin.mdx +++ b/docs/setup/leak-canary-plugin.mdx @@ -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' } diff --git a/docs/setup/network-plugin.mdx b/docs/setup/network-plugin.mdx index f1a6525b7..88444eddc 100644 --- a/docs/setup/network-plugin.mdx +++ b/docs/setup/network-plugin.mdx @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index 37f424e74..662e40c2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/react-native/react-native-flipper/package.json b/react-native/react-native-flipper/package.json index 2981e4a8b..af6556b11 100644 --- a/react-native/react-native-flipper/package.json +++ b/react-native/react-native-flipper/package.json @@ -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",