Skip to content

Commit 440228d

Browse files
Publish
- @babel/helper-define-polyfill-provider@0.1.0 - babel-plugin-polyfill-corejs2@0.1.0 - babel-plugin-polyfill-corejs3@0.1.0 - babel-plugin-polyfill-es-shims@0.1.0 - babel-plugin-polyfill-regenerator@0.1.0
1 parent 3897273 commit 440228d

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/babel-helper-define-polyfill-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-define-polyfill-provider",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "Babel helper to create your own polyfill provider",
55
"repository": {
66
"type": "git",

packages/babel-plugin-polyfill-corejs2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-corejs2",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "A Babel plugin to inject imports to core-js@2 polyfills",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"@babel/compat-data": "^7.11.0",
20-
"@babel/helper-define-polyfill-provider": "^0.0.7",
20+
"@babel/helper-define-polyfill-provider": "^0.1.0",
2121
"semver": "^6.1.1"
2222
},
2323
"devDependencies": {

packages/babel-plugin-polyfill-corejs3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-corejs3",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"description": "A Babel plugin to inject imports to core-js@3 polyfills",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"babel-plugin"
1717
],
1818
"dependencies": {
19-
"@babel/helper-define-polyfill-provider": "^0.0.7",
19+
"@babel/helper-define-polyfill-provider": "^0.1.0",
2020
"core-js-compat": "^3.8.1"
2121
},
2222
"devDependencies": {

packages/babel-plugin-polyfill-es-shims/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-es-shims",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"description": "A Babel plugin to inject imports to es-shims polyfills",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"babel-plugin"
1717
],
1818
"dependencies": {
19-
"@babel/helper-define-polyfill-provider": "^0.0.7"
19+
"@babel/helper-define-polyfill-provider": "^0.1.0"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.11.5",

packages/babel-plugin-polyfill-regenerator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-regenerator",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "A Babel plugin to inject imports to regenerator-runtime",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"babel-plugin"
1717
],
1818
"dependencies": {
19-
"@babel/helper-define-polyfill-provider": "^0.0.7"
19+
"@babel/helper-define-polyfill-provider": "^0.1.0"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.11.5",

0 commit comments

Comments
 (0)