Skip to content

Commit

Permalink
v0.150.1
Browse files Browse the repository at this point in the history
Summary: internal only patch release

Reviewed By: dsainati1

Differential Revision: D28256129

fbshipit-source-id: effad27143bf1d6490469cfe4eb028dacffdbc6e
  • Loading branch information
mroch authored and facebook-github-bot committed May 6, 2021
1 parent 0bdc705 commit b98ce18
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flow_parser.opam
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "flow_parser"
version: "0.150.0"
version: "0.150.1"
maintainer: "flow@fb.com"
authors: ["Flow Team <flow@fb.com>"]
homepage: "https://github.com/facebook/flow/tree/master/src/parser"
Expand Down
2 changes: 1 addition & 1 deletion flowtype.opam
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "flowtype"
version: "0.150.0"
version: "0.150.1"
maintainer: "flow@fb.com"
authors: "Flow Team <flow@fb.com>"
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-parser-bin/package.json
@@ -1,6 +1,6 @@
{
"name": "flow-parser-bin",
"version": "0.150.0",
"version": "0.150.1",
"description": "The Flow JavaScript parser, via bindings to the native OCaml implementation",
"main": "index.js",
"repository": "https://github.com/facebook/flow.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "flow-parser",
"version": "0.150.0",
"version": "0.150.1",
"description": "JavaScript parser written in OCaml. Produces ESTree AST",
"homepage": "https://flow.org",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-remove-types/package.json
@@ -1,6 +1,6 @@
{
"name": "flow-remove-types",
"version": "2.150.0",
"version": "2.150.1",
"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
"author": {
"name": "Flow Team",
Expand Down Expand Up @@ -43,7 +43,7 @@
"es6"
],
"dependencies": {
"flow-parser": "^0.150.0",
"flow-parser": "^0.150.1",
"pirates": "^3.0.2",
"vlq": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/common/flow_version.ml
Expand Up @@ -5,4 +5,4 @@
* LICENSE file in the root directory of this source tree.
*)

let version = "0.150.0"
let version = "0.150.1"
2 changes: 1 addition & 1 deletion src/parser/META
@@ -1,5 +1,5 @@
name="parser_flow"
version="0.150.0"
version="0.150.1"
requires = "sedlex wtf8"
description="flow parser ocamlfind package"
archive(byte)="parser_flow.cma"
Expand Down

0 comments on commit b98ce18

Please sign in to comment.