Skip to content

Commit

Permalink
v6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Dec 4, 2015
1 parent aa6dc5d commit b515fa8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1
6.3.2
6 changes: 3 additions & 3 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.2.1",
"version": "6.3.2",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -30,8 +30,8 @@
"babel-messages": "^6.2.1",
"babel-template": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-register": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-register": "^6.3.2",
"babel-traverse": "^6.3.2",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"convert-source-map": "^1.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.3.0",
"version": "6.3.2",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-es2015-classes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.2.2",
"version": "6.3.2",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"babel-helper-function-name": "^6.2.0",
"babel-helper-replace-supers": "^6.2.0",
"babel-template": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-traverse": "^6.3.2",
"babel-helper-define-map": "^6.2.0",
"babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-environment-variables",
"version": "6.1.18",
"version": "6.3.2",
"description": "Inline environment variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-inline-environment-variables",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-regenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.2.0",
"version": "6.3.2",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-transform-es2015-for-of": "^6.1.18",
"babel-core": "^6.2.0",
"babel-core": "^6.3.2",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.2.0",
"babel-traverse": "^6.3.2",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"private": "~0.1.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-register",
"version": "6.2.0",
"version": "6.3.2",
"description": "babel require hook",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
Expand All @@ -13,7 +13,7 @@
"path-exists": "^1.0.0",
"lodash": "^3.10.0",
"source-map-support": "^0.2.10",
"babel-core": "^6.2.0",
"babel-core": "^6.3.2",
"babel-runtime": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.2.0",
"version": "6.3.2",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

0 comments on commit b515fa8

Please sign in to comment.