From 95bcb4cdd619a1a3f8751d5fcd9e86bf687d6cc8 Mon Sep 17 00:00:00 2001 From: Charles Pick Date: Wed, 15 Nov 2017 22:30:11 +0000 Subject: [PATCH] v0.15.0 --- lerna.json | 2 +- packages/babel-plugin-flow-runtime/package.json | 2 +- packages/flow-runtime-cli/package.json | 6 +++--- packages/flow-runtime-docs/package.json | 12 ++++++------ packages/flow-runtime-mobx/package.json | 6 +++--- packages/flow-runtime-validators/package.json | 4 ++-- packages/flow-runtime/package.json | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index c81d7ba..f450a88 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.5.1", - "version": "0.14.0", + "version": "0.15.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/babel-plugin-flow-runtime/package.json b/packages/babel-plugin-flow-runtime/package.json index 12c8130..d6bcd4f 100644 --- a/packages/babel-plugin-flow-runtime/package.json +++ b/packages/babel-plugin-flow-runtime/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-flow-runtime", "homepage": "https://codemix.github.io/flow-runtime", "repository": "https://github.com/codemix/flow-runtime.git", - "version": "0.11.1", + "version": "0.15.0", "description": "Transforms flow type annotations into flow-runtime types, optionally adds runtime type validation to annotated code.", "main": "babel-plugin-flow-runtime.js", "scripts": { diff --git a/packages/flow-runtime-cli/package.json b/packages/flow-runtime-cli/package.json index de8fd8b..619651b 100644 --- a/packages/flow-runtime-cli/package.json +++ b/packages/flow-runtime-cli/package.json @@ -1,6 +1,6 @@ { "name": "flow-runtime-cli", - "version": "0.14.0", + "version": "0.15.0", "description": "A command line tool for working with flow and flow-runtime.", "main": "index.js", "bin": { @@ -39,12 +39,12 @@ "mocha": "^3.1.2" }, "dependencies": { - "babel-plugin-flow-runtime": "^0.11.1", + "babel-plugin-flow-runtime": "^0.15.0", "bluebird": "^3.4.7", "double-ended-queue": "^2.1.0-0", "flow-config-parser": "^0.3.0", "flow-parser": "^0.38.0", - "flow-runtime": "^0.14.0", + "flow-runtime": "^0.15.0", "minimist": "^1.2.0", "prettier": "^0.11.0" } diff --git a/packages/flow-runtime-docs/package.json b/packages/flow-runtime-docs/package.json index 0269f38..949bee7 100644 --- a/packages/flow-runtime-docs/package.json +++ b/packages/flow-runtime-docs/package.json @@ -3,7 +3,7 @@ "homepage": "https://codemix.github.io/flow-runtime", "repository": "https://github.com/codemix/flow-runtime.git", "description": "A demo app for flow-runtime.", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "devDependencies": { "autoprefixer": "6.5.1", @@ -34,7 +34,7 @@ "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", "filesize": "3.3.0", - "flow-runtime-cli": "^0.14.0", + "flow-runtime-cli": "^0.15.0", "fs-extra": "0.30.0", "gh-pages": "^0.12.0", "gzip-size": "3.0.0", @@ -64,14 +64,14 @@ }, "dependencies": { "babel-generator": "^6.21.0", - "babel-plugin-flow-runtime": "^0.11.1", + "babel-plugin-flow-runtime": "^0.15.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-standalone": "6.19.0", "babylon": "^6.14.1", "flow-config-parser": "^0.3.0", - "flow-runtime": "^0.14.0", - "flow-runtime-mobx": "^0.14.0", - "flow-runtime-validators": "^0.14.0", + "flow-runtime": "^0.15.0", + "flow-runtime-mobx": "^0.15.0", + "flow-runtime-validators": "^0.15.0", "markdown-loader": "^0.1.7", "mobx": "3", "mobx-react": "4.1.0", diff --git a/packages/flow-runtime-mobx/package.json b/packages/flow-runtime-mobx/package.json index 2640363..5758ff3 100644 --- a/packages/flow-runtime-mobx/package.json +++ b/packages/flow-runtime-mobx/package.json @@ -2,7 +2,7 @@ "name": "flow-runtime-mobx", "homepage": "https://codemix.github.io/flow-runtime", "repository": "https://github.com/codemix/flow-runtime.git", - "version": "0.14.0", + "version": "0.15.0", "description": "Adds mobx support to flow-runtime.", "main": "flow-runtime-mobx.js", "scripts": { @@ -31,14 +31,14 @@ "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.4.1", "flow-bin": "^0.37.4", - "flow-runtime": "^0.14.0", + "flow-runtime": "^0.15.0", "flow-typed": "^2.0.0", "mobx": "^3.0.0", "mocha": "^3.1.2", "source-map-loader": "^0.1.6" }, "peerDependencies": { - "flow-runtime": "^0.14.0", + "flow-runtime": "^0.15.0", "mobx": "^3.0.0" }, "eslintConfig": { diff --git a/packages/flow-runtime-validators/package.json b/packages/flow-runtime-validators/package.json index 05d6db5..59445d0 100644 --- a/packages/flow-runtime-validators/package.json +++ b/packages/flow-runtime-validators/package.json @@ -2,7 +2,7 @@ "name": "flow-runtime-validators", "homepage": "https://codemix.github.io/flow-runtime", "repository": "https://github.com/codemix/flow-runtime.git", - "version": "0.14.0", + "version": "0.15.0", "description": "A collection of common validators for flow-runtime.", "main": "flow-runtime-validators.js", "scripts": { @@ -31,7 +31,7 @@ "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.4.1", "flow-bin": "^0.37.4", - "flow-runtime": "^0.14.0", + "flow-runtime": "^0.15.0", "flow-typed": "^2.0.0", "mocha": "^3.1.2", "source-map-loader": "^0.1.6" diff --git a/packages/flow-runtime/package.json b/packages/flow-runtime/package.json index cb55b17..f91b3cd 100644 --- a/packages/flow-runtime/package.json +++ b/packages/flow-runtime/package.json @@ -2,7 +2,7 @@ "name": "flow-runtime", "homepage": "https://codemix.github.io/flow-runtime", "repository": "https://github.com/codemix/flow-runtime.git", - "version": "0.14.0", + "version": "0.15.0", "description": "A flow compatible type system for JS.", "main": "dist/flow-runtime.js", "module": "dist/flow-runtime.es2015.js", @@ -24,7 +24,7 @@ "babel-core": "^6.17.0", "babel-eslint": "^7.0.0", "babel-plugin-external-helpers": "^6.18.0", - "babel-plugin-flow-runtime": "^0.11.1", + "babel-plugin-flow-runtime": "^0.15.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.1.4",