Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amasad committed Nov 30, 2015
1 parent 1d4526c commit 2f5b953
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.2
6.3.0
6 changes: 3 additions & 3 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.2.0",
"version": "6.3.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.2.0",
"babel-runtime": "^5.0.0",
"babel-types": "^6.2.0",
"babel-types": "^6.3.0",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
Expand All @@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.18",
"babylon": "^6.2.0"
"babylon": "^6.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-remap-async-to-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.1.18",
"version": "6.3.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.18",
"babel-types": "^6.1.18",
"babel-template": "^6.3.0",
"babel-types": "^6.3.0",
"babel-traverse": "^6.1.18",
"babel-helper-function-name": "^6.1.18"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helpers",
"version": "6.1.20",
"version": "6.3.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -9,6 +9,6 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.18"
"babel-template": "^6.3.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-generator",
"version": "6.1.18",
"version": "6.3.0",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "^6.1.18",
"babel-helper-remap-async-to-generator": "^6.3.0",
"babel-plugin-syntax-async-functions": "^6.1.18",
"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-class-properties",
"version": "6.2.2",
"version": "6.3.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-template/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "babel-template",
"version": "6.2.0",
"version": "6.3.0",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.2.0",
"babylon": "^6.3.0",
"babel-traverse": "^6.2.0",
"babel-types": "^6.2.0",
"babel-types": "^6.3.0",
"babel-runtime": "^5.0.0",
"lodash": "^3.10.1"
}
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.2.0",
"version": "6.3.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
2 changes: 1 addition & 1 deletion packages/babylon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babylon",
"version": "6.2.0",
"version": "6.3.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

7 comments on commit 2f5b953

@cletusw
Copy link

@cletusw cletusw commented on 2f5b953 Dec 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amasad Can you publish an npm release for this version? Thanks!

@amasad
Copy link
Member Author

@amasad amasad commented on 2f5b953 Dec 1, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cletusw
Copy link

@cletusw cletusw commented on 2f5b953 Dec 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amasad You're right! My issue is fixed after npm installing the appropriate packages again. Thanks!

@hzoo
Copy link
Member

@hzoo hzoo commented on 2f5b953 Dec 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah only changed packages are updated

@ericf
Copy link

@ericf ericf commented on 2f5b953 Dec 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be helpful for CHANGELOG entries to include a list of packages updated in that release. I found this confusing that babel-core and babel-cli were not at 6.3.0.

@amasad
Copy link
Member Author

@amasad amasad commented on 2f5b953 Dec 3, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hzoo
Copy link
Member

@hzoo hzoo commented on 2f5b953 Dec 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point - maybe when can console log the ones in make publish so we can copy it to the changelog

Please sign in to comment.