Skip to content

Commit 8257e98

Browse files
authored
v1.0.4 (#1410)
1 parent 34edb3c commit 8257e98

18 files changed

+102
-64
lines changed

package-lock.json

+45-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prettier": {
1111
"useTabs": true
1212
},
13-
"version": "1.0.3",
13+
"version": "1.0.4",
1414
"volta": {
1515
"node": "18.10.0"
1616
}

packages/babel-plugin-core-web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/babel-plugin-core-web",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "browser feature polyfills as a babel plugin",
55
"main": "lib/index.js",
66
"author": "Simon Menke <[email protected]>",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@babel/helper-module-imports": "^7.15.4",
3535
"@babel/types": "^7.18.13",
36-
"@mrhenry/core-web": "^1.0.3",
36+
"@mrhenry/core-web": "^1.0.4",
3737
"fast-deep-equal": "^3.1.3"
3838
},
3939
"bugs": {

packages/core-web-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/core-web-example",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"scripts": {
66
"build": "babel src -d lib"

packages/core-web-generator/lib/generate.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)