From ec452941111a2959ac5d29b8ec88f473d315f3ad Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 29 Oct 2015 18:45:13 +0000 Subject: [PATCH] v6.0.7 --- VERSION | 2 +- packages/babel-plugin-transform-es2015-classes/package.json | 4 ++-- packages/babel-plugin-transform-regenerator/package.json | 2 +- packages/babel-preset-es2015/package.json | 6 +++--- packages/babel-runtime/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index e873808261..41bd15e2ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.6 \ No newline at end of file +6.0.7 \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-classes/package.json b/packages/babel-plugin-transform-es2015-classes/package.json index c362856f9b..56209abe13 100644 --- a/packages/babel-plugin-transform-es2015-classes/package.json +++ b/packages/babel-plugin-transform-es2015-classes/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-classes", - "version": "6.0.5", + "version": "6.0.7", "description": "Compile ES2015 classes to ES5", "repository": "babel/babel", "license": "MIT", @@ -13,7 +13,7 @@ "babel-traverse": "^6.0.2", "babel-helper-define-map": "^6.0.2", "babel-messages": "^6.0.2", - "babel-runtime": "^6.0.2", + "babel-runtime": "^6.0.7", "babel-types": "^6.0.2" }, "keywords": [ diff --git a/packages/babel-plugin-transform-regenerator/package.json b/packages/babel-plugin-transform-regenerator/package.json index 3bb0154390..35216d7c31 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.5", + "version": "6.0.7", "homepage": "http://github.com/facebook/regenerator", "repository": { "type": "git", diff --git a/packages/babel-preset-es2015/package.json b/packages/babel-preset-es2015/package.json index 3d50a096bf..649e9edd1b 100644 --- a/packages/babel-preset-es2015/package.json +++ b/packages/babel-preset-es2015/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-es2015", - "version": "6.0.5", + "version": "6.0.7", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -13,7 +13,7 @@ "babel-plugin-transform-es2015-function-name": "^6.0.2", "babel-plugin-transform-es2015-arrow-functions": "^6.0.2", "babel-plugin-transform-es2015-block-scoped-functions": "^6.0.2", - "babel-plugin-transform-es2015-classes": "^6.0.5", + "babel-plugin-transform-es2015-classes": "^6.0.7", "babel-plugin-transform-es2015-object-super": "^6.0.2", "babel-plugin-transform-es2015-shorthand-properties": "^6.0.2", "babel-plugin-transform-es2015-computed-properties": "^6.0.2", @@ -26,6 +26,6 @@ "babel-plugin-transform-es2015-destructuring": "^6.0.2", "babel-plugin-transform-es2015-block-scoping": "^6.0.2", "babel-plugin-transform-es2015-typeof-symbol": "^6.0.2", - "babel-plugin-transform-regenerator": "^6.0.5" + "babel-plugin-transform-regenerator": "^6.0.7" } } \ No newline at end of file diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index f447993be6..92db6e3113 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "babel-runtime", - "version": "6.0.6", + "version": "6.0.7", "description": "babel selfContained runtime", "license": "MIT", "repository": "babel/babel",