-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Release flow v0.252.0 Reviewed By: SamChou19815 Differential Revision: D65539988 ------------------------------------------------------------------------ (from a8ce5c7d1b863894eb1e43e017265dbc1ef5c12e) fbshipit-source-id: 83e8b429f7ed6d265d26a7d6641be94212faa666
- Loading branch information
1 parent
7a26ccf
commit 475a6c3
Showing
9 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "flow_parser" | ||
version: "0.251.1" | ||
version: "0.252.0" | ||
maintainer: "[email protected]" | ||
authors: ["Flow Team <[email protected]>"] | ||
homepage: "https://github.com/facebook/flow/tree/master/src/parser" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "flowtype" | ||
version: "0.251.1" | ||
version: "0.252.0" | ||
maintainer: "[email protected]" | ||
authors: "Flow Team <[email protected]>" | ||
license: "MIT" | ||
|
@@ -15,7 +15,7 @@ depends: [ | |
"camlp-streams" {>= "5.0.1"} | ||
"dtoa" {>= "0.3.2"} | ||
"fileutils" {>= "0.6.4"} | ||
"flow_parser" {= "0.251.1"} | ||
"flow_parser" {= "0.252.0"} | ||
"inotify" {os = "linux" & >= "2.4.1"} | ||
"ounit2" {with-test} | ||
"lwt" {>= "5.7.0"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
* LICENSE file in the root directory of this source tree. | ||
*) | ||
|
||
let version = "0.251.1" | ||
let version = "0.252.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters