diff --git a/VERSION b/VERSION index 6a1fccf930..b81ba511f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.9.0 \ No newline at end of file +6.9.1 \ No newline at end of file diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 6d500c1c40..de22a63a81 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "6.9.0", + "version": "6.9.1", "description": "Babel compiler core.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -29,10 +29,10 @@ "babel-helpers": "^6.8.0", "babel-messages": "^6.8.0", "babel-template": "^6.9.0", - "babel-runtime": "^6.9.0", + "babel-runtime": "^6.9.1", "babel-register": "^6.9.0", "babel-traverse": "^6.9.0", - "babel-types": "^6.9.0", + "babel-types": "^6.9.1", "babylon": "^6.7.0", "convert-source-map": "^1.1.0", "debug": "^2.1.1", @@ -49,6 +49,6 @@ "devDependencies": { "babel-helper-fixtures": "^6.9.0", "babel-helper-transform-fixture-test-runner": "^6.9.0", - "babel-polyfill": "^6.9.0" + "babel-polyfill": "^6.9.1" } } diff --git a/packages/babel-plugin-transform-class-properties/package.json b/packages/babel-plugin-transform-class-properties/package.json index 4df412a66a..fb30d4e44d 100644 --- a/packages/babel-plugin-transform-class-properties/package.json +++ b/packages/babel-plugin-transform-class-properties/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-class-properties", - "version": "6.9.0", + "version": "6.9.1", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties", "license": "MIT", @@ -10,7 +10,7 @@ ], "dependencies": { "babel-plugin-syntax-class-properties": "^6.8.0", - "babel-runtime": "^6.9.0" + "babel-runtime": "^6.9.1" }, "devDependencies": { "babel-helper-plugin-test-runner": "^6.8.0" diff --git a/packages/babel-plugin-transform-react-constant-elements/package.json b/packages/babel-plugin-transform-react-constant-elements/package.json index ce7efeea3f..144dc0f8a8 100644 --- a/packages/babel-plugin-transform-react-constant-elements/package.json +++ b/packages/babel-plugin-transform-react-constant-elements/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-constant-elements", - "version": "6.8.0", + "version": "6.9.1", "description": "Treat React JSX elements as value types and hoist them to the highest scope", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.9.1" }, "devDependencies": { "babel-helper-plugin-test-runner": "^6.8.0" diff --git a/packages/babel-polyfill/package.json b/packages/babel-polyfill/package.json index 42f1a17a09..3340583d28 100644 --- a/packages/babel-polyfill/package.json +++ b/packages/babel-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "babel-polyfill", - "version": "6.9.0", + "version": "6.9.1", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,7 +9,7 @@ "main": "lib/index.js", "dependencies": { "core-js": "^2.4.0", - "babel-runtime": "^6.9.0", + "babel-runtime": "^6.9.1", "regenerator-runtime": "^0.9.5" } } diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index a1faec4aab..34c0a14ab7 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "babel-runtime", - "version": "6.9.0", + "version": "6.9.1", "description": "babel selfContained runtime", "license": "MIT", "repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime", diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index ffbc43e81a..ff1f534aae 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "babel-types", - "version": "6.9.0", + "version": "6.9.1", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,7 +8,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-types", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.9.0", + "babel-runtime": "^6.9.1", "babel-traverse": "^6.9.0", "esutils": "^2.0.2", "lodash": "^4.2.0",