Flipper Release: v0.65.0

Summary: Releasing version 0.65.0

Reviewed By: nikoant

Differential Revision: D24884910

fbshipit-source-id: 6aa59c57c9d372046d71048513db322c03c72b57
This commit is contained in:
generatedunixname89002005306973
2020-11-11 08:15:52 -08:00
committed by Facebook GitHub Bot
parent 1157976eef
commit f04c7a1768
41 changed files with 77 additions and 72 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-example",
"id": "Example",
"version": "0.64.0",
"version": "0.65.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.64.0"
"flipper": "0.65.0"
},
"devDependencies": {
"flipper": "0.64.0",
"flipper-pkg": "0.64.0"
"flipper": "0.65.0",
"flipper-pkg": "0.65.0"
}
}