diff --git a/VERSION b/VERSION index 7a9f89d81a..81f0c273ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.2 \ No newline at end of file +6.0.5 \ 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 589f25566b..c362856f9b 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.2", + "version": "6.0.5", "description": "Compile ES2015 classes to ES5", "repository": "babel/babel", "license": "MIT", @@ -19,4 +19,4 @@ "keywords": [ "babel-plugin" ] -} +} \ 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 d52dd1a07e..3bb0154390 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.3", + "version": "6.0.5", "homepage": "http://github.com/facebook/regenerator", "repository": { "type": "git", @@ -48,4 +48,4 @@ "engines": { "node": ">= 0.6" } -} +} \ No newline at end of file diff --git a/packages/babel-preset-es2015/package.json b/packages/babel-preset-es2015/package.json index 262cfc8289..3d50a096bf 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.2", + "version": "6.0.5", "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.2", + "babel-plugin-transform-es2015-classes": "^6.0.5", "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.2" + "babel-plugin-transform-regenerator": "^6.0.5" } -} +} \ No newline at end of file