From 1db1e16a7e6855094c52a6cf9b98410e3f0e80de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 26 May 2021 12:09:14 +0200 Subject: [PATCH] Publish - @babel/helper-define-polyfill-provider@0.2.2 - babel-plugin-polyfill-corejs2@0.2.2 - babel-plugin-polyfill-corejs3@0.2.2 - babel-plugin-polyfill-es-shims@0.2.2 - babel-plugin-polyfill-regenerator@0.2.2 --- packages/babel-helper-define-polyfill-provider/package.json | 2 +- packages/babel-plugin-polyfill-corejs2/package.json | 4 ++-- packages/babel-plugin-polyfill-corejs3/package.json | 4 ++-- packages/babel-plugin-polyfill-es-shims/package.json | 4 ++-- packages/babel-plugin-polyfill-regenerator/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/babel-helper-define-polyfill-provider/package.json b/packages/babel-helper-define-polyfill-provider/package.json index bdef30ad..39132636 100644 --- a/packages/babel-helper-define-polyfill-provider/package.json +++ b/packages/babel-helper-define-polyfill-provider/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-define-polyfill-provider", - "version": "0.2.1", + "version": "0.2.2", "description": "Babel helper to create your own polyfill provider", "repository": { "type": "git", diff --git a/packages/babel-plugin-polyfill-corejs2/package.json b/packages/babel-plugin-polyfill-corejs2/package.json index 10ce2602..8dbf9b25 100644 --- a/packages/babel-plugin-polyfill-corejs2/package.json +++ b/packages/babel-plugin-polyfill-corejs2/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-polyfill-corejs2", - "version": "0.2.1", + "version": "0.2.2", "description": "A Babel plugin to inject imports to core-js@2 polyfills", "repository": { "type": "git", @@ -27,7 +27,7 @@ ], "dependencies": { "@babel/compat-data": "^7.13.11", - "@babel/helper-define-polyfill-provider": "workspace:^0.2.1", + "@babel/helper-define-polyfill-provider": "workspace:^0.2.2", "semver": "^6.1.1" }, "devDependencies": { diff --git a/packages/babel-plugin-polyfill-corejs3/package.json b/packages/babel-plugin-polyfill-corejs3/package.json index b0487201..9ae70732 100644 --- a/packages/babel-plugin-polyfill-corejs3/package.json +++ b/packages/babel-plugin-polyfill-corejs3/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-polyfill-corejs3", - "version": "0.2.1", + "version": "0.2.2", "description": "A Babel plugin to inject imports to core-js@3 polyfills", "repository": { "type": "git", @@ -26,7 +26,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-define-polyfill-provider": "workspace:^0.2.1", + "@babel/helper-define-polyfill-provider": "workspace:^0.2.2", "core-js-compat": "^3.9.1" }, "devDependencies": { diff --git a/packages/babel-plugin-polyfill-es-shims/package.json b/packages/babel-plugin-polyfill-es-shims/package.json index 607c4975..fc67d08d 100644 --- a/packages/babel-plugin-polyfill-es-shims/package.json +++ b/packages/babel-plugin-polyfill-es-shims/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-polyfill-es-shims", - "version": "0.2.1", + "version": "0.2.2", "description": "A Babel plugin to inject imports to es-shims polyfills", "repository": { "type": "git", @@ -26,7 +26,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-define-polyfill-provider": "workspace:^0.2.1" + "@babel/helper-define-polyfill-provider": "workspace:^0.2.2" }, "devDependencies": { "@babel/core": "^7.13.0", diff --git a/packages/babel-plugin-polyfill-regenerator/package.json b/packages/babel-plugin-polyfill-regenerator/package.json index 8e6bbeb3..5aad37c3 100644 --- a/packages/babel-plugin-polyfill-regenerator/package.json +++ b/packages/babel-plugin-polyfill-regenerator/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-polyfill-regenerator", - "version": "0.2.1", + "version": "0.2.2", "description": "A Babel plugin to inject imports to regenerator-runtime", "repository": { "type": "git", @@ -26,7 +26,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-define-polyfill-provider": "workspace:^0.2.1" + "@babel/helper-define-polyfill-provider": "workspace:^0.2.2" }, "devDependencies": { "@babel/core": "^7.13.0",