Skip to content

Commit

Permalink
v7.16.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 20, 2022
1 parent 35ca17a commit 44c113f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.16.10",
"version": "7.16.11",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-private-methods",
"version": "7.16.7",
"version": "7.16.11",
"description": "This plugin transforms private class methods",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.16.10",
"version": "7.16.11",
"description": "A Babel preset for each environment.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.16.10",
"version": "7.16.11",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down

2 comments on commit 44c113f

@icecream17
Copy link

Choose a reason for hiding this comment

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

What's the difference between 7.16.10 and 7.6.11?

@nicolo-ribaudo
Copy link
Member Author

@nicolo-ribaudo nicolo-ribaudo commented on 44c113f Jan 20, 2022

Choose a reason for hiding this comment

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

Nothing (only package.json files), I just had to force-publish a few unchanged packages to make sure that their dependency versions were forced to be correct: https://github.com/babel/babel/releases/tag/v7.16.11

Please sign in to comment.