Skip to content

Commit c0d52e5

Browse files
committed
v0.20.0
1 parent d46d9b2 commit c0d52e5

File tree

9 files changed

+20
-22
lines changed

9 files changed

+20
-22
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.5.1",
3-
"version": "0.17.0",
3+
"version": "0.20.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

packages/babel-plugin-flow-prepack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "babel-plugin-flow-prepack",
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
5-
"version": "0.13.0",
5+
"version": "0.20.0",
66
"description": "Transforms flow type annotations into prepack __assumeDataProperty() and __abstract() calls.",
77
"main": "babel-plugin-flow-prepack.js",
88
"scripts": {

packages/babel-plugin-flow-runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "babel-plugin-flow-runtime",
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
5-
"version": "0.19.0",
5+
"version": "0.20.0",
66
"description": "Transforms flow type annotations into flow-runtime types, optionally adds runtime type validation to annotated code.",
77
"main": "babel-plugin-flow-runtime.js",
88
"scripts": {
@@ -49,7 +49,7 @@
4949
"@babel/traverse": "^7.0.0",
5050
"@babel/types": "^7.0.0",
5151
"camelcase": "^3.0.0",
52-
"flow-config-parser": "^0.3.0",
52+
"flow-config-parser": "^0.20.0",
5353
"lerna": "^3.22.1"
5454
},
5555
"eslintConfig": {

packages/flow-config-parser/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flow-config-parser",
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
5-
"version": "0.3.0",
5+
"version": "0.20.0",
66
"description": "A parser for flow's configuration files.",
77
"main": "flow-config-parser.js",
88
"scripts": {
@@ -41,7 +41,6 @@
4141
"rimraf": "^2.6.3",
4242
"source-map-loader": "^0.1.6"
4343
},
44-
"dependencies": {},
4544
"eslintConfig": {
4645
"extends": "./config/eslint.js"
4746
}

packages/flow-runtime-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow-runtime-cli",
3-
"version": "0.17.0",
3+
"version": "0.20.0",
44
"description": "A command line tool for working with flow and flow-runtime.",
55
"main": "index.js",
66
"bin": {
@@ -48,9 +48,9 @@
4848
"babel-plugin-flow-runtime": "^0.17.0",
4949
"bluebird": "^3.4.7",
5050
"double-ended-queue": "^2.1.0-0",
51-
"flow-config-parser": "^0.3.0",
51+
"flow-config-parser": "^0.20.0",
5252
"flow-parser": "^0.38.0",
53-
"flow-runtime": "^0.17.0",
53+
"flow-runtime": "^0.20.0",
5454
"minimist": "^1.2.0",
5555
"prettier": "^0.11.0"
5656
}

packages/flow-runtime-docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
55
"description": "A demo app for flow-runtime.",
6-
"version": "0.17.0",
6+
"version": "0.20.0",
77
"license": "MIT",
88
"browserslist": ">1%, last 4 versions, Firefox ESR, not ie < 9",
99
"devDependencies": {
@@ -38,11 +38,11 @@
3838
"eslint-plugin-react": "6.4.1",
3939
"file-loader": "^6.0.0",
4040
"filesize": "3.3.0",
41-
"flow-config-parser": "^0.3.0",
42-
"flow-runtime": "^0.17.0",
43-
"flow-runtime-cli": "^0.17.0",
44-
"flow-runtime-mobx": "^0.17.0",
45-
"flow-runtime-validators": "^0.17.0",
41+
"flow-config-parser": "^0.20.0",
42+
"flow-runtime": "^0.20.0",
43+
"flow-runtime-cli": "^0.20.0",
44+
"flow-runtime-mobx": "^0.20.0",
45+
"flow-runtime-validators": "^0.20.0",
4646
"fs-extra": "0.30.0",
4747
"gh-pages": "^0.12.0",
4848
"gzip-size": "3.0.0",

packages/flow-runtime-mobx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flow-runtime-mobx",
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
5-
"version": "0.17.0",
5+
"version": "0.20.0",
66
"description": "Adds mobx support to flow-runtime.",
77
"main": "flow-runtime-mobx.js",
88
"scripts": {
@@ -36,7 +36,7 @@
3636
"eslint-plugin-jsx-a11y": "^2.2.3",
3737
"eslint-plugin-react": "^6.4.1",
3838
"flow-bin": "^0.37.4",
39-
"flow-runtime": "^0.17.0",
39+
"flow-runtime": "^0.20.0",
4040
"flow-typed": "^2.0.0",
4141
"mobx": "^3.0.0",
4242
"mocha": "^3.1.2",

packages/flow-runtime-validators/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flow-runtime-validators",
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
5-
"version": "0.17.0",
5+
"version": "0.20.0",
66
"description": "A collection of common validators for flow-runtime.",
77
"main": "flow-runtime-validators.js",
88
"scripts": {
@@ -37,14 +37,13 @@
3737
"eslint-plugin-jsx-a11y": "^6.0.0",
3838
"eslint-plugin-react": "^7.0.0",
3939
"flow-bin": "^0.88.0",
40-
"flow-runtime": "^0.17.0",
40+
"flow-runtime": "^0.20.0",
4141
"json-loader": "^0.5.4",
4242
"mocha": "^5.0.0",
4343
"rimraf": "^2.6.3",
4444
"source-map-loader": "^0.1.6"
4545
},
4646
"eslintConfig": {
4747
"extends": "./config/eslint.js"
48-
},
49-
"dependencies": {}
48+
}
5049
}

packages/flow-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flow-runtime",
33
"homepage": "https://codemix.github.io/flow-runtime",
44
"repository": "https://github.com/codemix/flow-runtime.git",
5-
"version": "0.17.0",
5+
"version": "0.20.0",
66
"description": "A flow compatible type system for JS.",
77
"main": "dist/flow-runtime.js",
88
"module": "dist/flow-runtime.es2015.js",

0 commit comments

Comments
 (0)