Skip to content

Commit 99cac61

Browse files
committed
v7.17.2
1 parent 57d92e8 commit 99cac61

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.17.1",
3+
"version": "7.17.2",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {

packages/babel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.17.0",
3+
"version": "7.17.2",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",

packages/babel-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helpers",
3-
"version": "7.17.0",
3+
"version": "7.17.2",
44
"description": "Collection of helper functions used by Babel transforms.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helpers",

packages/babel-plugin-proposal-decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-decorators",
3-
"version": "7.17.0",
3+
"version": "7.17.2",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime-corejs2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs2",
3-
"version": "7.17.0",
3+
"version": "7.17.2",
44
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime-corejs3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs3",
3-
"version": "7.17.0",
3+
"version": "7.17.2",
44
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime",
3-
"version": "7.17.0",
3+
"version": "7.17.2",
44
"description": "babel's modular runtime helpers",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.17.1",
3+
"version": "7.17.2",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "./babel.js",
66
"files": [

0 commit comments

Comments
 (0)