Skip to content

Commit

Permalink
v6.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Nov 16, 2016
1 parent ca33c8f commit 754a6ed
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.18.2",
"version": "6.19.0",
"changelog": {
"repo": "babel/babel",
"labels": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.18.0",
"version": "6.19.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.18.0",
"babel-types": "^6.19.0",
"detect-indent": "^4.0.0",
"jsesc": "^1.3.0",
"lodash": "^4.2.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.18.0",
"version": "6.19.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.18.0",
"version": "6.19.0",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.18.0",
"version": "6.19.0",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-rest-spread",
"version": "6.16.0",
"version": "6.19.0",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.18.0",
"version": "6.19.0",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,7 +11,7 @@
"babel-code-frame": "^6.16.0",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.18.0",
"babel-types": "^6.19.0",
"babylon": "^6.11.0",
"debug": "^2.2.0",
"globals": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.18.0",
"version": "6.19.0",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

0 comments on commit 754a6ed

Please sign in to comment.