diff --git a/VERSION b/VERSION index d219f06914..e54e55df82 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.16 \ No newline at end of file +6.0.17 \ No newline at end of file diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 315937951f..3035200862 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "6.0.16", + "version": "6.0.17", "description": "Babel compiler core.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -30,13 +30,13 @@ "dependencies": { "babel-code-frame": "^6.0.15", "babel-generator": "^6.0.15", - "babel-helpers": "^6.0.15", + "babel-helpers": "^6.0.17", "babel-messages": "^6.0.15", "babel-template": "^6.0.16", "babel-runtime": "^5.0.0", - "babel-traverse": "^6.0.16", - "babel-types": "^6.0.15", - "babylon": "^6.0.14", + "babel-traverse": "^6.0.17", + "babel-types": "^6.0.17", + "babylon": "^6.0.17", "convert-source-map": "^1.1.0", "debug": "^2.1.1", "esutils": "^2.0.0", diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index 62608c9eb9..1ab4a03e24 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -1,6 +1,6 @@ { "name": "babel-helpers", - "version": "6.0.15", + "version": "6.0.17", "description": "Collection of helper functions used by Babel transforms.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babel-plugin-transform-minify-booleans/package.json b/packages/babel-plugin-transform-minify-booleans/package.json index da4fecb202..b048ffa699 100644 --- a/packages/babel-plugin-transform-minify-booleans/package.json +++ b/packages/babel-plugin-transform-minify-booleans/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-minify-booleans", - "version": "6.0.14", + "version": "6.0.17", "description": "Turn boolean literals into !0 for true and !1 for false.", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-minify-booleans ", "license": "MIT", @@ -11,4 +11,4 @@ "dependencies": { "babel-runtime": "^5.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-react-inline-elements/package.json b/packages/babel-plugin-transform-react-inline-elements/package.json index f02585e29d..042853af79 100644 --- a/packages/babel-plugin-transform-react-inline-elements/package.json +++ b/packages/babel-plugin-transform-react-inline-elements/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-inline-elements", - "version": "6.0.14", + "version": "6.0.17", "description": "Turn JSX elements into exploded React objects", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements", "license": "MIT", @@ -11,4 +11,4 @@ "dependencies": { "babel-runtime": "^5.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-regenerator/package.json b/packages/babel-plugin-transform-regenerator/package.json index d7f5ab486a..f7474aca78 100644 --- a/packages/babel-plugin-transform-regenerator/package.json +++ b/packages/babel-plugin-transform-regenerator/package.json @@ -16,7 +16,7 @@ "desugaring", "ES6" ], - "version": "6.0.14", + "version": "6.0.17", "homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", "repository": { "type": "git", @@ -32,10 +32,10 @@ "babel-plugin-transform-es2015-block-scoping": "^6.0.14", "babel-plugin-syntax-async-functions": "^6.0.14", "babel-plugin-transform-es2015-for-of": "^6.0.14", - "babel-core": "^6.0.14", - "babel-traverse": "^6.0.14", - "babel-types": "^6.0.14", - "babylon": "^6.0.14", + "babel-core": "^6.0.17", + "babel-traverse": "^6.0.17", + "babel-types": "^6.0.17", + "babylon": "^6.0.17", "private": "~0.1.5", "through": "~2.3.8" }, @@ -48,4 +48,4 @@ "engines": { "node": ">= 0.6" } -} \ No newline at end of file +} diff --git a/packages/babel-plugin-transform-simplify-comparison-operators/package.json b/packages/babel-plugin-transform-simplify-comparison-operators/package.json index 0ea44b9821..cb0d06d36d 100644 --- a/packages/babel-plugin-transform-simplify-comparison-operators/package.json +++ b/packages/babel-plugin-transform-simplify-comparison-operators/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-simplify-comparison-operators", - "version": "6.0.14", + "version": "6.0.17", "description": "Convert === and !== to == and != if their types are inferred to be the same.", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-simplify-comparison-operators", "license": "MIT", @@ -11,4 +11,4 @@ "dependencies": { "babel-runtime": "^5.0.0" } -} \ No newline at end of file +} diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index aa43e5638c..ffcb527f46 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "babel-traverse", - "version": "6.0.16", + "version": "6.0.17", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -11,8 +11,8 @@ "babel-code-frame": "^6.0.14", "babel-messages": "^6.0.14", "babel-runtime": "^5.0.0", - "babel-types": "^6.0.14", - "babylon": "^6.0.14", + "babel-types": "^6.0.17", + "babylon": "^6.0.17", "globals": "^8.3.0", "invariant": "^2.1.0", "lodash": "^3.10.1", diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 3a16377d3f..d02700a7f1 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "babel-types", - "version": "6.0.15", + "version": "6.0.17", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,7 +9,7 @@ "main": "lib/index.js", "dependencies": { "babel-runtime": "^5.0.0", - "babel-traverse": "^6.0.14", + "babel-traverse": "^6.0.17", "esutils": "^2.0.2", "lodash": "^3.10.1", "to-fast-properties": "^1.0.1" diff --git a/packages/babylon/package.json b/packages/babylon/package.json index e61d1cc9b6..e8e14eccad 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "6.0.14", + "version": "6.0.17", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -13,4 +13,4 @@ "bin": { "babylon": "./bin/babylon.js" } -} \ No newline at end of file +}