From 3c5bced67d54d96f532e20d0dfd630f5f1d72cf0 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 19 Nov 2015 14:45:57 -0800 Subject: [PATCH] v6.2.2 --- VERSION | 2 +- packages/babel-plugin-transform-class-properties/package.json | 2 +- packages/babel-plugin-transform-es2015-classes/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 0df17dd0f6..30bc70ba1b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.1 \ No newline at end of file +6.2.2 \ No newline at end of file diff --git a/packages/babel-plugin-transform-class-properties/package.json b/packages/babel-plugin-transform-class-properties/package.json index 00812b9e4d..fc3949af90 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.1.20", + "version": "6.2.2", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties", "license": "MIT", diff --git a/packages/babel-plugin-transform-es2015-classes/package.json b/packages/babel-plugin-transform-es2015-classes/package.json index 46d7859f5e..6cc176fa49 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.2.0", + "version": "6.2.2", "description": "Compile ES2015 classes to ES5", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes", "license": "MIT",