From 5dc98bab9d05acee75d43a664cd0321a1f5730fb Mon Sep 17 00:00:00 2001 From: generatedunixname89002005306973 Date: Fri, 24 Jul 2020 10:01:35 -0700 Subject: [PATCH] Flipper Release: v0.51.0 Summary: Releasing version 0.51.0 Reviewed By: nikoant Differential Revision: D22728768 fbshipit-source-id: 49eabdccc7fd335401618f91b890e94fda11b23f --- desktop/app/package.json | 10 +++++----- desktop/babel-transformer/package.json | 2 +- desktop/doctor/package.json | 2 +- desktop/e2e/package.json | 2 +- desktop/flipper-plugin/package.json | 2 +- desktop/headless-tests/package.json | 2 +- desktop/headless/package.json | 2 +- desktop/package.json | 8 ++++---- 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 | 2 +- desktop/plugins/navigation/package.json | 2 +- desktop/plugins/network/package.json | 2 +- 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 | 2 +- desktop/plugins/shared_preferences/package.json | 2 +- desktop/static/CHANGELOG.md | 6 ++++++ desktop/static/package.json | 6 +++--- 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, 71 insertions(+), 65 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 368fcb9a8..7c03c3d14 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -1,6 +1,6 @@ { "name": "flipper", - "version": "0.50.0", + "version": "0.51.0", "description": "Mobile development tool", "productName": "Flipper", "author": "Facebook Inc", @@ -24,9 +24,9 @@ "emotion": "^10.0.23", "expand-tilde": "^2.0.2", "flipper-client-sdk": "^0.0.2", - "flipper-plugin": "0.50.0", - "flipper-doctor": "0.50.0", - "flipper-plugin-lib": "0.50.0", + "flipper-plugin": "0.51.0", + "flipper-doctor": "0.51.0", + "flipper-plugin-lib": "0.51.0", "fs-extra": "^8.0.1", "immer": "^6.0.0", "immutable": "^4.0.0-rc.12", @@ -71,7 +71,7 @@ "devDependencies": { "@testing-library/react": "^10.4.3", "@testing-library/dom": "^7.20.2", - "flipper-test-utils": "0.50.0", + "flipper-test-utils": "0.51.0", "metro": "^0.60.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 28092fe04..99655b5d8 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -1,6 +1,6 @@ { "name": "flipper-babel-transformer", - "version": "0.50.0", + "version": "0.51.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 4b5b552c1..6059a0d3f 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -1,6 +1,6 @@ { "name": "flipper-doctor", - "version": "0.50.0", + "version": "0.51.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 da29fc79a..f3b12c004 100644 --- a/desktop/e2e/package.json +++ b/desktop/e2e/package.json @@ -1,6 +1,6 @@ { "name": "flipper-e2e", - "version": "0.50.0", + "version": "0.51.0", "private": true, "description": "E2E test suite for Flipper", "repository": "facebook/flipper", diff --git a/desktop/flipper-plugin/package.json b/desktop/flipper-plugin/package.json index 234e8ca3e..5136cfcd2 100644 --- a/desktop/flipper-plugin/package.json +++ b/desktop/flipper-plugin/package.json @@ -1,6 +1,6 @@ { "name": "flipper-plugin", - "version": "0.50.0", + "version": "0.51.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 4c0e8c564..3ba2ffcf4 100644 --- a/desktop/headless-tests/package.json +++ b/desktop/headless-tests/package.json @@ -1,6 +1,6 @@ { "name": "flipper-headless-tests", - "version": "0.50.0", + "version": "0.51.0", "main": "index.js", "private": true, "scripts": { diff --git a/desktop/headless/package.json b/desktop/headless/package.json index 6ce26e707..6b3f21116 100644 --- a/desktop/headless/package.json +++ b/desktop/headless/package.json @@ -1,7 +1,7 @@ { "name": "flipper-headless", "private": true, - "version": "0.50.0", + "version": "0.51.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 79bfc1c80..579b1c352 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "flipper-project", - "version": "0.50.0", + "version": "0.51.0", "description": "Mobile development tool", "productName": "Flipper", "author": { @@ -182,9 +182,9 @@ "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^4.0.4", "express": "^4.15.2", - "flipper-babel-transformer": "0.50.0", - "flipper-pkg-lib": "0.50.0", - "flipper-plugin-lib": "0.50.0", + "flipper-babel-transformer": "0.51.0", + "flipper-pkg-lib": "0.51.0", + "flipper-plugin-lib": "0.51.0", "flow-bin": "0.128.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 306c2165b..686ee1b24 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -1,6 +1,6 @@ { "name": "flipper-pkg-lib", - "version": "0.50.0", + "version": "0.51.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.50.0", + "flipper-babel-transformer": "0.51.0", "fs-extra": "^8.1.0", "metro": "^0.60.0", "metro-minify-terser": "^0.60.0" @@ -18,7 +18,7 @@ "@types/fs-extra": "^9.0.1", "@types/jest": "^26", "@types/node": "^13.7.5", - "flipper-test-utils": "0.50.0", + "flipper-test-utils": "0.51.0", "globby": "^11", "mock-fs": "^4.12.0", "jest": "^26", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index c2a55ea47..b3142be0d 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -1,6 +1,6 @@ { "name": "flipper-pkg", - "version": "0.50.0", + "version": "0.51.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.50.0", - "flipper-plugin-lib": "0.50.0", + "flipper-pkg-lib": "0.51.0", + "flipper-plugin-lib": "0.51.0", "fs-extra": "^8.1.0", "inquirer": "^7.1.0", "lodash": "^4.17.19", @@ -34,7 +34,7 @@ "@types/inquirer": "^6.5.0", "@types/jest": "^26", "@types/node": "^13.7.5", - "flipper-test-utils": "0.50.0", + "flipper-test-utils": "0.51.0", "globby": "^11", "jest": "^26", "prettier": "^2.0.0", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index f0c0d369c..301454b21 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -1,6 +1,6 @@ { "name": "flipper-plugin-lib", - "version": "0.50.0", + "version": "0.51.0", "description": "Library containing common Flipper plugin installation utilities", "repository": "facebook/flipper", "main": "lib/index.js", @@ -21,7 +21,7 @@ "@types/fs-extra": "^9.0.1", "@types/jest": "^26", "@types/node": "^13.7.5", - "flipper-test-utils": "0.50.0", + "flipper-test-utils": "0.51.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 a350f8b67..db40fea5d 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.50.0", + "version": "0.51.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 8b5bc3748..954c04a5a 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.50.0", + "version": "0.51.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 43cd8f355..f990b7861 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.50.0", + "version": "0.51.0", "title": "Databases", "icon": "internet", "main": "dist/bundle.js", diff --git a/desktop/plugins/example/package.json b/desktop/plugins/example/package.json index 70bc70038..0e7b63dd2 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.50.0", + "version": "0.51.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.50.0" + "flipper": "0.51.0" }, "devDependencies": { - "flipper": "0.50.0", - "flipper-pkg": "0.50.0" + "flipper": "0.51.0", + "flipper-pkg": "0.51.0" } } diff --git a/desktop/plugins/flipper-messages/package.json b/desktop/plugins/flipper-messages/package.json index 00707d20b..bf92f7b1b 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.50.0", + "version": "0.51.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.50.0" + "flipper": "0.51.0" }, "devDependencies": { - "flipper": "0.50.0", - "flipper-pkg": "0.50.0" + "flipper": "0.51.0", + "flipper-pkg": "0.51.0" } } diff --git a/desktop/plugins/fresco/package.json b/desktop/plugins/fresco/package.json index 7eaab0289..905c0c635 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.50.0", + "version": "0.51.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 a1e92392b..fbf802ebf 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.50.0", + "version": "0.51.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 98c76a762..9050b8bbb 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.50.0", + "version": "0.51.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 36c47e6e8..8c6e094b0 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.50.0", + "version": "0.51.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 dbbbf5b41..2f827ba6d 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.50.0", + "version": "0.51.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 a3996549e..aa5cec14f 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.50.0", + "version": "0.51.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 ec42f3675..ff6c0193c 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.50.0", + "version": "0.51.0", "main": "dist/bundle.js", "flipperBundlerEntry": "index.tsx", "license": "MIT", diff --git a/desktop/plugins/navigation/package.json b/desktop/plugins/navigation/package.json index 887e3822f..1f22bc108 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.50.0", + "version": "0.51.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 0e17cd5b1..a996a6c3e 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.50.0", + "version": "0.51.0", "license": "MIT", "keywords": [ "flipper-plugin" diff --git a/desktop/plugins/reactdevtools/package.json b/desktop/plugins/reactdevtools/package.json index f255852c8..0cdec097a 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.50.0", + "version": "0.51.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 174447441..316441215 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.50.0", + "version": "0.51.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 f4db67cb1..f32dec792 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.50.0", + "version": "0.51.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 7eabad854..c08f751ab 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.50.0", + "version": "0.51.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.50.0", - "flipper-plugin": "0.50.0" + "flipper": "0.51.0", + "flipper-plugin": "0.51.0" }, "devDependencies": { - "flipper": "0.50.0", - "flipper-pkg": "0.50.0" + "flipper": "0.51.0", + "flipper-pkg": "0.51.0" } } diff --git a/desktop/plugins/sections/package.json b/desktop/plugins/sections/package.json index e462d4813..e4a6e1f42 100644 --- a/desktop/plugins/sections/package.json +++ b/desktop/plugins/sections/package.json @@ -7,7 +7,7 @@ "email": "oncall+ios_componentkit@xmail.facebook.com", "url": "https://fb.workplace.com/groups/componentkit/" }, - "version": "0.50.0", + "version": "0.51.0", "main": "dist/bundle.js", "flipperBundlerEntry": "index.js", "license": "MIT", diff --git a/desktop/plugins/shared_preferences/package.json b/desktop/plugins/shared_preferences/package.json index 01d8f62d5..dc5bdbe17 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.50.0", + "version": "0.51.0", "main": "dist/bundle.js", "flipperBundlerEntry": "index.js", "license": "MIT", diff --git a/desktop/static/CHANGELOG.md b/desktop/static/CHANGELOG.md index f53b5cd66..9ae7a2365 100644 --- a/desktop/static/CHANGELOG.md +++ b/desktop/static/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.51.0 (24/7/2020) + + * D22528729 - Added button "Restart Flipper" to plugin auto-update notifications. + * D22548586 - Visual Android View inspection available in layout plugin export files. + + # 0.49.0 (30/6/2020) * D22255125 - Added command `flipper-pkg checksum` for computing the total checksum of all the files included into plugin package. diff --git a/desktop/static/package.json b/desktop/static/package.json index 9ceb7f3ef..06c403364 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -1,6 +1,6 @@ { "name": "flipper-static", - "version": "0.50.0", + "version": "0.51.0", "main": "index.js", "private": true, "license": "MIT", @@ -9,8 +9,8 @@ "expand-tilde": "^2.0.2", "fb-watchman": "^2.0.0", "fix-path": "^3.0.0", - "flipper-pkg-lib": "0.50.0", - "flipper-plugin-lib": "0.50.0", + "flipper-pkg-lib": "0.51.0", + "flipper-plugin-lib": "0.51.0", "fs-extra": "^8.1.0", "ignore": "^5.1.4", "mac-ca": "^1.0.4", diff --git a/desktop/test-utils/package.json b/desktop/test-utils/package.json index 127578e7b..3895b0e91 100644 --- a/desktop/test-utils/package.json +++ b/desktop/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "flipper-test-utils", - "version": "0.50.0", + "version": "0.51.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 09cdbc76b..bcf6d5bc2 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.50.0' + debugImplementation 'com.facebook.flipper:flipper:0.51.0' debugImplementation 'com.facebook.soloader:soloader:0.9.0' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.50.0' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.51.0' } ``` diff --git a/docs/setup/layout-plugin.mdx b/docs/setup/layout-plugin.mdx index ed4d446b0..bf35886b6 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.50.0' + debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.51.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 ece7eabfc..1a110690f 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.50.0' + debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.51.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 24e46ae75..eb92d8b02 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.50.0' + debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.51.0' } ``` diff --git a/gradle.properties b/gradle.properties index 560924818..364103c90 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.50.1-SNAPSHOT +VERSION_NAME=0.51.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 b871cb523..4286ea1a9 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.50.0", + "version": "0.51.0", "description": "Flipper bindings for React Native", "main": "index.js", "types": "index.d.ts",