Flipper Release: v0.61.0

Summary: Releasing version 0.61.0

Reviewed By: mweststrate

Differential Revision: D24132584

fbshipit-source-id: 7ae6ad5144561d356effe8eda5eaf472445365e6
This commit is contained in:
generatedunixname89002005306973
2020-10-06 03:42:16 -07:00
committed by Facebook GitHub Bot
parent 7b758d2697
commit ad929b23d0
40 changed files with 69 additions and 69 deletions

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.60.0",
"version": "0.61.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.60.0"
"flipper": "0.61.0"
},
"devDependencies": {
"flipper": "0.60.0",
"flipper-pkg": "0.60.0"
"flipper": "0.61.0",
"flipper-pkg": "0.61.0"
}
}