diff --git a/VERSION b/VERSION index f05e61d963..ee108f47ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.8.3 \ No newline at end of file +5.8.4 \ No newline at end of file diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 2302978254..b8b7655380 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "5.8.3", + "version": "5.8.4", "description": "Turn ES6 code into readable vanilla ES5 with source maps", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babel/package.json b/packages/babel/package.json index a8a28eb310..60e6b52ced 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "5.8.3", + "version": "5.8.4", "description": "A compiler for writing next generation JavaScript", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -42,7 +42,7 @@ "babel-plugin-runtime": "^1.0.7", "babel-plugin-undeclared-variables-check": "^1.0.2", "babel-plugin-undefined-to-void": "^1.1.6", - "babylon": "^5.8.3", + "babylon": "^5.8.4", "bluebird": "^2.9.33", "chalk": "^1.0.0", "convert-source-map": "^1.1.0", @@ -74,4 +74,4 @@ "to-fast-properties": "^1.0.0", "trim-right": "^1.0.0" } -} +} \ No newline at end of file diff --git a/packages/babylon/package.json b/packages/babylon/package.json index 50e6d34dab..2fdce004b5 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "5.8.3", + "version": "5.8.4", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",