Skip to content

Commit

Permalink
v7.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Feb 23, 2021
1 parent 0c65ff7 commit 103b187
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.13.0",
"version": "7.13.1",
"private": true,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.13.0",
"version": "7.13.1",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.13.0",
"version": "7.13.1",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.13.0",
"version": "7.13.1",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.13.0",
"version": "7.13.1",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.13.0",
"version": "7.13.1",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.13.0",
"version": "7.13.1",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down

0 comments on commit 103b187

Please sign in to comment.