From ad8e8fbb24ccaf21d09eddd8055dc516fe27c1f4 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005306973 Date: Wed, 18 Nov 2020 03:12:06 -0800 Subject: [PATCH] Flipper Release: v0.66.0 Summary: Releasing version 0.66.0 Reviewed By: nikoant Differential Revision: D25052024 fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e --- 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 | 4 ++-- 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 | 6 +++--- desktop/plugins/shared_preferences/package.json | 4 ++-- desktop/static/CHANGELOG.md | 7 +++++++ 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 +- 40 files changed, 75 insertions(+), 68 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 62f2e1a93..c6873afd9 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -1,6 +1,6 @@ { "name": "flipper", - "version": "0.65.0", + "version": "0.66.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.3", - "flipper-doctor": "0.65.0", - "flipper-plugin": "0.65.0", - "flipper-plugin-lib": "0.65.0", + "flipper-doctor": "0.66.0", + "flipper-plugin": "0.66.0", + "flipper-plugin-lib": "0.66.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.65.0", + "flipper-test-utils": "0.66.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 771989a0e..9185774ee 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -1,6 +1,6 @@ { "name": "flipper-babel-transformer", - "version": "0.65.0", + "version": "0.66.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 a42ea366b..76d1e5669 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -1,6 +1,6 @@ { "name": "flipper-doctor", - "version": "0.65.0", + "version": "0.66.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 56bac27a2..886828ca0 100644 --- a/desktop/e2e/package.json +++ b/desktop/e2e/package.json @@ -1,6 +1,6 @@ { "name": "flipper-e2e", - "version": "0.65.0", + "version": "0.66.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 c1a73be62..8ed969ff8 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.65.0", + "version": "0.66.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.65.0", + "flipper-test-utils": "0.66.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 8fad3c07b..19a419c1b 100644 --- a/desktop/flipper-plugin/package.json +++ b/desktop/flipper-plugin/package.json @@ -1,6 +1,6 @@ { "name": "flipper-plugin", - "version": "0.65.0", + "version": "0.66.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 64f5c334f..78a5dbd98 100644 --- a/desktop/headless-tests/package.json +++ b/desktop/headless-tests/package.json @@ -1,6 +1,6 @@ { "name": "flipper-headless-tests", - "version": "0.65.0", + "version": "0.66.0", "main": "index.js", "private": true, "scripts": { diff --git a/desktop/headless/package.json b/desktop/headless/package.json index e6d4ed12c..2d11f017d 100644 --- a/desktop/headless/package.json +++ b/desktop/headless/package.json @@ -1,7 +1,7 @@ { "name": "flipper-headless", "private": true, - "version": "0.65.0", + "version": "0.66.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 acd52c3f9..1084ac0d6 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "flipper-project", - "version": "0.65.0", + "version": "0.66.0", "description": "Mobile development tool", "productName": "Flipper", "author": { @@ -180,7 +180,7 @@ "eslint-config-prettier": "^6.10.1", "eslint-import-resolver-typescript": "^2.3.0", "eslint-plugin-babel": "^5.3.1", - "eslint-plugin-flipper": "0.65.0", + "eslint-plugin-flipper": "0.66.0", "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-header": "^3.0.0", "eslint-plugin-import": "^2.22.0", @@ -192,9 +192,9 @@ "expand-tilde": "^2.0.2", "express": "^4.15.2", "fb-watchman": "^2.0.1", - "flipper-babel-transformer": "0.65.0", - "flipper-pkg-lib": "0.65.0", - "flipper-plugin-lib": "0.65.0", + "flipper-babel-transformer": "0.66.0", + "flipper-pkg-lib": "0.66.0", + "flipper-plugin-lib": "0.66.0", "fs-extra": "^9.0.0", "glob": "^7.1.2", "ignore": "^5.1.4", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index 19dc6f4c1..c10c33d87 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -1,6 +1,6 @@ { "name": "flipper-pkg-lib", - "version": "0.65.0", + "version": "0.66.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.65.0", + "flipper-babel-transformer": "0.66.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.6", - "flipper-test-utils": "0.65.0", + "flipper-test-utils": "0.66.0", "globby": "^11", "jest": "^26", "mock-fs": "^4.12.0", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index 287bcb674..8b431b880 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -1,6 +1,6 @@ { "name": "flipper-pkg", - "version": "0.65.0", + "version": "0.66.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.65.0", - "flipper-plugin-lib": "0.65.0", + "flipper-pkg-lib": "0.66.0", + "flipper-plugin-lib": "0.66.0", "fs-extra": "^9.0.1", "inquirer": "^7.3.3", "lodash": "^4.17.19", @@ -34,7 +34,7 @@ "@types/inquirer": "^7.3.1", "@types/jest": "^26", "@types/node": "^14.14.6", - "flipper-test-utils": "0.65.0", + "flipper-test-utils": "0.66.0", "globby": "^11", "jest": "^26", "prettier": "^2.0.0", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index 727db8d8e..53684853f 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -1,6 +1,6 @@ { "name": "flipper-plugin-lib", - "version": "0.65.0", + "version": "0.66.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.6", - "flipper-test-utils": "0.65.0", + "flipper-test-utils": "0.66.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 5ffa4206b..b987ddff8 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.65.0", + "version": "0.66.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 cff73eb01..41cabb8e0 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.65.0", + "version": "0.66.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 d900f0a48..6826e54d2 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.65.0", + "version": "0.66.0", "title": "Databases", "icon": "internet", "main": "dist/bundle.js", diff --git a/desktop/plugins/example/package.json b/desktop/plugins/example/package.json index 916d0bbfd..80d8ca3e5 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": "Example", - "version": "0.65.0", + "version": "0.66.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.65.0" + "flipper": "0.66.0" }, "devDependencies": { - "flipper": "0.65.0", - "flipper-pkg": "0.65.0" + "flipper": "0.66.0", + "flipper-pkg": "0.66.0" } } diff --git a/desktop/plugins/flipper-messages/package.json b/desktop/plugins/flipper-messages/package.json index a4e008b7a..a364e15e9 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.65.0", + "version": "0.66.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.65.0" + "flipper": "0.66.0" }, "devDependencies": { - "flipper": "0.65.0", - "flipper-pkg": "0.65.0" + "flipper": "0.66.0", + "flipper-pkg": "0.66.0" } } diff --git a/desktop/plugins/fresco/package.json b/desktop/plugins/fresco/package.json index 75a6d0a91..90cf0ac99 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.65.0", + "version": "0.66.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 d46e01fa2..5a4fc8c5b 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.65.0", + "version": "0.66.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 c716cbde9..a643755eb 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.65.0", + "version": "0.66.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 5c86f6216..189fe86c0 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.65.0", + "version": "0.66.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 003c24f4b..0aef5d90a 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.65.0", + "version": "0.66.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 47e69997f..573328874 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.65.0", + "version": "0.66.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 f7c9c46ab..8a95870e0 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.65.0", + "version": "0.66.0", "main": "dist/bundle.js", "flipperBundlerEntry": "index.tsx", "license": "MIT", @@ -11,7 +11,7 @@ ], "dependencies": {}, "peerDependencies": { - "flipper-plugin": "0.65.0" + "flipper-plugin": "0.66.0" }, "title": "Logs", "icon": "arrow-right", diff --git a/desktop/plugins/navigation/package.json b/desktop/plugins/navigation/package.json index c692a0490..5fa87084a 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.65.0", + "version": "0.66.0", "main": "dist/bundle.js", "flipperBundlerEntry": "index.tsx", "license": "MIT", @@ -15,7 +15,7 @@ "email": "beneloca@fb.com" }, "peerDependencies": { - "flipper-plugin": "0.65.0", + "flipper-plugin": "0.66.0", "antd": "*" } } diff --git a/desktop/plugins/network/package.json b/desktop/plugins/network/package.json index 7a81881dc..cbe0d176b 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.65.0", + "version": "0.66.0", "license": "MIT", "keywords": [ "flipper-plugin" @@ -22,8 +22,8 @@ "xml-beautifier": "^0.4.0" }, "peerDependencies": { - "flipper": "0.65.0", - "flipper-plugin": "0.65.0" + "flipper": "0.66.0", + "flipper-plugin": "0.66.0" }, "devDependencies": { "@types/pako": "^1.0.1", diff --git a/desktop/plugins/reactdevtools/package.json b/desktop/plugins/reactdevtools/package.json index be2fb47f6..65bc4db25 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.65.0", + "version": "0.66.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 467539ef5..f212bdb91 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.65.0", + "version": "0.66.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 6fe5d96f3..4be72983c 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.65.0", + "version": "0.66.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 aba9fccdb..b7f8917c9 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.65.0", + "version": "0.66.0", "main": "dist/bundle.js", "flipperBundlerEntry": "src/index.tsx", "license": "MIT", @@ -24,9 +24,9 @@ }, "peerDependencies": { "antd": "*", - "flipper-plugin": "0.65.0" + "flipper-plugin": "0.66.0" }, "devDependencies": { - "flipper-pkg": "0.65.0" + "flipper-pkg": "0.66.0" } } diff --git a/desktop/plugins/shared_preferences/package.json b/desktop/plugins/shared_preferences/package.json index aea904cda..5358b113c 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.65.0", + "version": "0.66.0", "main": "dist/bundle.js", "flipperBundlerEntry": "src/index.tsx", "license": "MIT", @@ -13,7 +13,7 @@ "lodash": "^4.17.19" }, "peerDependencies": { - "flipper-plugin": "0.65.0" + "flipper-plugin": "0.66.0" }, "title": "Shared Preferences Viewer", "bugs": { diff --git a/desktop/static/CHANGELOG.md b/desktop/static/CHANGELOG.md index 8926aba2f..7a6c0fb70 100644 --- a/desktop/static/CHANGELOG.md +++ b/desktop/static/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.66.0 (18/11/2020) + + * [D24890375](https://github.com/facebook/flipper/search?q=D24890375&type=Commits) - [Sandy][Navigation] on Android, the currently active deeplink of the application will now be shown in the sidebar + * [D24919363](https://github.com/facebook/flipper/search?q=D24919363&type=Commits) - Automatically start an iOS simulator to launch a device when none is running yet + * [D24950080](https://github.com/facebook/flipper/search?q=D24950080&type=Commits) - `flipper-pkg init` now uses the new Sandy plugin infrastructure ant Ant.design component system + + # 0.65.0 (11/11/2020) * [D24826802](https://github.com/facebook/flipper/search?q=D24826802&type=Commits) - [Facebook] Add support form support for Flipper itself diff --git a/desktop/static/package.json b/desktop/static/package.json index d044c5411..46b2d5d45 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -1,6 +1,6 @@ { "name": "flipper-static", - "version": "0.65.0", + "version": "0.66.0", "main": "index.js", "private": true, "license": "MIT", diff --git a/desktop/test-utils/package.json b/desktop/test-utils/package.json index c9e5f1347..3b7153ed0 100644 --- a/desktop/test-utils/package.json +++ b/desktop/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "flipper-test-utils", - "version": "0.65.0", + "version": "0.66.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 17fbe573b..eece877b1 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.65.0' + debugImplementation 'com.facebook.flipper:flipper:0.66.0' debugImplementation 'com.facebook.soloader:soloader:0.9.0' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.65.0' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.66.0' } ``` diff --git a/docs/setup/layout-plugin.mdx b/docs/setup/layout-plugin.mdx index f1c9ae8ce..427e2e978 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.65.0' + debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.66.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 4bd26b36e..26739accf 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.65.0' + debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.66.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 9523bb527..b52974c2d 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.65.0' + debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.66.0' } ``` diff --git a/gradle.properties b/gradle.properties index 3c7552a19..5513e1cbb 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.65.1-SNAPSHOT +VERSION_NAME=0.66.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 79ca25be6..0e0493713 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.65.0", + "version": "0.66.0", "description": "Flipper bindings for React Native", "main": "index.js", "types": "index.d.ts",