Flipper Release: v0.63.0

Summary: Releasing version 0.63.0

Reviewed By: nikoant

Differential Revision: D24423408

fbshipit-source-id: 0bc12c49d8bf77d8dbf9688adb07dc176b210548
This commit is contained in:
generatedunixname89002005306973
2020-10-20 11:11:24 -07:00
committed by Facebook GitHub Bot
parent 1be2f8c987
commit 0f23f409ab
41 changed files with 76 additions and 71 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.62.0",
"version": "0.63.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.62.0"
"flipper": "0.63.0"
},
"devDependencies": {
"flipper": "0.62.0",
"flipper-pkg": "0.62.0"
"flipper": "0.63.0",
"flipper-pkg": "0.63.0"
}
}