Skip to content

Commit

Permalink
v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 4, 2018
1 parent b927fb2 commit 8b132c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "7.2.0",
"version": "7.2.1",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.2.0",
"version": "7.2.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-class-properties/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-class-properties",
"version": "7.2.0",
"version": "7.2.1",
"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-proposal-class-properties",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.2.0",
"@babel/helper-create-class-features-plugin": "^7.2.1",
"@babel/helper-plugin-utils": "^7.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-private-methods/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-private-methods",
"version": "7.2.0",
"version": "7.2.1",
"description": "This plugin transforms private class methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-methods",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.2.0",
"@babel/helper-create-class-features-plugin": "^7.2.1",
"@babel/helper-plugin-utils": "^7.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 8b132c0

Please sign in to comment.