Skip to content

Commit

Permalink
v6.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jul 13, 2016
1 parent 823ffbd commit 7076c67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.11.2",
"version": "6.11.3",
"changelog": {
"repo": "babel/babel",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.11.0",
"version": "6.11.3",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.9.0",
"version": "6.11.3",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-strict-mode/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-strict-mode",
"version": "6.8.0",
"version": "6.11.3",
"description": "TODO",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-es2016/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-es2016",
"version": "6.11.0",
"version": "6.11.3",
"description": "Babel preset for all es2016 plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

0 comments on commit 7076c67

Please sign in to comment.