From 3d5969ecff25bc8c581ad3ec3cfff1cba41fd3b0 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Tue, 8 Mar 2016 16:52:45 -0800 Subject: [PATCH] v6.7.0 --- VERSION | 2 +- packages/babel-core/package.json | 12 ++++++------ packages/babel-generator/package.json | 6 +++--- .../package.json | 8 ++++---- packages/babel-helper-replace-supers/package.json | 8 ++++---- .../package.json | 4 ++-- .../package.json | 6 +++--- .../package.json | 8 ++++---- .../package.json | 6 +++--- .../package.json | 8 ++++---- .../package.json | 2 +- .../package.json | 2 +- packages/babel-template/package.json | 8 ++++---- packages/babel-traverse/package.json | 6 +++--- packages/babel-types/package.json | 4 ++-- packages/babylon/package.json | 2 +- 16 files changed, 46 insertions(+), 46 deletions(-) diff --git a/VERSION b/VERSION index 653877f1f9..07a7b03c99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.5 \ No newline at end of file +6.7.0 \ No newline at end of file diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 105e2c90ad..2a84f853ba 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "6.6.5", + "version": "6.7.0", "description": "Babel compiler core.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -25,15 +25,15 @@ }, "dependencies": { "babel-code-frame": "^6.6.5", - "babel-generator": "^6.6.5", + "babel-generator": "^6.7.0", "babel-helpers": "^6.6.0", "babel-messages": "^6.6.5", - "babel-template": "^6.6.5", + "babel-template": "^6.7.0", "babel-runtime": "^5.0.0", "babel-register": "^6.6.5", - "babel-traverse": "^6.6.5", - "babel-types": "^6.6.5", - "babylon": "^6.6.5", + "babel-traverse": "^6.7.0", + "babel-types": "^6.7.0", + "babylon": "^6.7.0", "convert-source-map": "^1.1.0", "debug": "^2.1.1", "json5": "^0.4.0", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 73fea47c40..d739bc45c7 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "babel-generator", - "version": "6.6.5", + "version": "6.7.0", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -13,7 +13,7 @@ "dependencies": { "babel-messages": "^6.6.5", "babel-runtime": "^5.0.0", - "babel-types": "^6.6.5", + "babel-types": "^6.7.0", "detect-indent": "^3.0.1", "is-integer": "^1.0.4", "lodash": "^3.10.1", @@ -23,6 +23,6 @@ }, "devDependencies": { "babel-helper-fixtures": "^6.6.5", - "babylon": "^6.6.5" + "babylon": "^6.7.0" } } diff --git a/packages/babel-helper-remap-async-to-generator/package.json b/packages/babel-helper-remap-async-to-generator/package.json index 5bd92794fc..90f5111821 100644 --- a/packages/babel-helper-remap-async-to-generator/package.json +++ b/packages/babel-helper-remap-async-to-generator/package.json @@ -1,15 +1,15 @@ { "name": "babel-helper-remap-async-to-generator", - "version": "6.6.5", + "version": "6.7.0", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator", "license": "MIT", "main": "lib/index.js", "dependencies": { "babel-runtime": "^5.0.0", - "babel-template": "^6.6.5", - "babel-types": "^6.6.5", - "babel-traverse": "^6.6.5", + "babel-template": "^6.7.0", + "babel-types": "^6.7.0", + "babel-traverse": "^6.7.0", "babel-helper-function-name": "^6.6.0" } } diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index 580a06f74f..f16a7e474b 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -1,6 +1,6 @@ { "name": "babel-helper-replace-supers", - "version": "6.6.5", + "version": "6.7.0", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers", "license": "MIT", @@ -8,9 +8,9 @@ "dependencies": { "babel-helper-optimise-call-expression": "^6.6.0", "babel-runtime": "^5.0.0", - "babel-traverse": "^6.6.5", + "babel-traverse": "^6.7.0", "babel-messages": "^6.6.5", - "babel-template": "^6.6.5", - "babel-types": "^6.6.5" + "babel-template": "^6.7.0", + "babel-types": "^6.7.0" } } diff --git a/packages/babel-plugin-transform-async-to-generator/package.json b/packages/babel-plugin-transform-async-to-generator/package.json index 111bc8a121..9681f64909 100644 --- a/packages/babel-plugin-transform-async-to-generator/package.json +++ b/packages/babel-plugin-transform-async-to-generator/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-async-to-generator", - "version": "6.5.0", + "version": "6.7.0", "description": "Turn async functions into ES2015 generators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-helper-remap-async-to-generator": "^6.4.6", + "babel-helper-remap-async-to-generator": "^6.7.0", "babel-plugin-syntax-async-functions": "^6.3.13", "babel-runtime": "^5.0.0" }, diff --git a/packages/babel-plugin-transform-async-to-module-method/package.json b/packages/babel-plugin-transform-async-to-module-method/package.json index adde45405b..98c6f224e7 100644 --- a/packages/babel-plugin-transform-async-to-module-method/package.json +++ b/packages/babel-plugin-transform-async-to-module-method/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-async-to-module-method", - "version": "6.5.2", + "version": "6.7.0", "description": "Turn async functions into a module method", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method", "license": "MIT", @@ -10,8 +10,8 @@ ], "dependencies": { "babel-plugin-syntax-async-functions": "^6.3.13", - "babel-helper-remap-async-to-generator": "^6.3.13", - "babel-types": "^6.5.2", + "babel-helper-remap-async-to-generator": "^6.7.0", + "babel-types": "^6.7.0", "babel-runtime": "^5.0.0" }, "devDependencies": { diff --git a/packages/babel-plugin-transform-es2015-block-scoping/package.json b/packages/babel-plugin-transform-es2015-block-scoping/package.json index aa15e48955..772ec19bc4 100644 --- a/packages/babel-plugin-transform-es2015-block-scoping/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoping/package.json @@ -1,14 +1,14 @@ { "name": "babel-plugin-transform-es2015-block-scoping", - "version": "6.6.5", + "version": "6.7.0", "description": "Compile ES2015 block scoping (const and let) to ES5", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-traverse": "^6.6.5", - "babel-types": "^6.6.5", - "babel-template": "^6.6.5", + "babel-traverse": "^6.7.0", + "babel-types": "^6.7.0", + "babel-template": "^6.7.0", "lodash": "^3.10.0", "babel-runtime": "^5.0.0" }, diff --git a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json index 26c2e4ba3b..32e8b6f915 100644 --- a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json @@ -1,14 +1,14 @@ { "name": "babel-plugin-transform-es2015-modules-commonjs", - "version": "6.6.5", + "version": "6.7.0", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-types": "^6.6.5", + "babel-types": "^6.7.0", "babel-runtime": "^5.0.0", - "babel-template": "^6.6.5", + "babel-template": "^6.7.0", "babel-plugin-transform-strict-mode": "^6.6.5" }, "keywords": [ diff --git a/packages/babel-plugin-transform-es2015-parameters/package.json b/packages/babel-plugin-transform-es2015-parameters/package.json index a9dc4190e4..739c1d5911 100644 --- a/packages/babel-plugin-transform-es2015-parameters/package.json +++ b/packages/babel-plugin-transform-es2015-parameters/package.json @@ -1,16 +1,16 @@ { "name": "babel-plugin-transform-es2015-parameters", - "version": "6.6.5", + "version": "6.7.0", "description": "Compile ES2015 default and rest parameters to ES5", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-traverse": "^6.6.5", + "babel-traverse": "^6.7.0", "babel-helper-call-delegate": "^6.6.5", "babel-helper-get-function-arity": "^6.6.5", - "babel-template": "^6.6.5", - "babel-types": "^6.6.5", + "babel-template": "^6.7.0", + "babel-types": "^6.7.0", "babel-runtime": "^5.0.0" }, "keywords": [ diff --git a/packages/babel-plugin-transform-flow-comments/package.json b/packages/babel-plugin-transform-flow-comments/package.json index 946b7af425..dd88c8aa36 100644 --- a/packages/babel-plugin-transform-flow-comments/package.json +++ b/packages/babel-plugin-transform-flow-comments/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-flow-comments", - "version": "6.6.0", + "version": "6.7.0", "description": "Turn flow type annotations into comments", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments", "license": "MIT", diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index bda1f5b7ca..2a539d41b7 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-flow-strip-types", - "version": "6.6.5", + "version": "6.7.0", "description": "Strip flow type annotations from your output code.", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types", "license": "MIT", diff --git a/packages/babel-template/package.json b/packages/babel-template/package.json index 7d0e48ae96..6e4768162a 100644 --- a/packages/babel-template/package.json +++ b/packages/babel-template/package.json @@ -1,6 +1,6 @@ { "name": "babel-template", - "version": "6.6.5", + "version": "6.7.0", "description": "Generate an AST from a string template.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,9 +8,9 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-template", "main": "lib/index.js", "dependencies": { - "babylon": "^6.6.5", - "babel-traverse": "^6.6.5", - "babel-types": "^6.6.5", + "babylon": "^6.7.0", + "babel-traverse": "^6.7.0", + "babel-types": "^6.7.0", "babel-runtime": "^5.0.0", "lodash": "^3.10.1" } diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 34dc6d8927..6715e32816 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "babel-traverse", - "version": "6.6.5", + "version": "6.7.0", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -11,8 +11,8 @@ "babel-code-frame": "^6.6.5", "babel-messages": "^6.6.5", "babel-runtime": "^5.0.0", - "babel-types": "^6.6.5", - "babylon": "^6.6.5", + "babel-types": "^6.7.0", + "babylon": "^6.7.0", "debug": "^2.2.0", "globals": "^8.3.0", "invariant": "^2.2.0", diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 4827827208..730d49dfb0 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "babel-types", - "version": "6.6.5", + "version": "6.7.0", "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.6.5", + "babel-traverse": "^6.7.0", "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 d06c14459b..651825d860 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "6.6.5", + "version": "6.7.0", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",