Skip to content

Commit

Permalink
v7.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 12, 2020
1 parent f995f8e commit 61d01f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.8.1",
"version": "7.8.2",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.8.0",
"version": "7.8.2",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.8.1",
"version": "7.8.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down Expand Up @@ -100,7 +100,7 @@
"@babel/plugin-transform-typeof-symbol": "^7.8.0",
"@babel/plugin-transform-typescript": "^7.8.0",
"@babel/plugin-transform-unicode-regex": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/preset-flow": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0"
Expand Down

0 comments on commit 61d01f1

Please sign in to comment.