Skip to content

Commit

Permalink
v0.7.8 (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Aug 16, 2022
1 parent b734a94 commit 0dd96d0
Show file tree
Hide file tree
Showing 24 changed files with 396 additions and 350 deletions.
258 changes: 157 additions & 101 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prettier": {
"useTabs": true
},
"version": "0.7.7",
"version": "0.7.8",
"volta": {
"node": "17.9.0"
}
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/babel-plugin-core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/babel-plugin-core-web",
"version": "0.7.7",
"version": "0.7.8",
"description": "browser feature polyfills as a babel plugin",
"main": "lib/index.js",
"author": "Simon Menke <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/helper-module-imports": "^7.15.4",
"@babel/types": "^7.16.0",
"@mrhenry/core-web": "^0.7.7",
"@mrhenry/core-web": "^0.7.8",
"fast-deep-equal": "^3.1.3"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/core-web-example",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"scripts": {
"build": "babel src -d lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/core-web-generator",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"scripts": {
"clean": "rm -rf ./lib/",
Expand Down
6 changes: 3 additions & 3 deletions packages/core-web-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/core-web-tests",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -11,8 +11,8 @@
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@mrhenry/babel-plugin-core-web": "^0.7.7",
"@mrhenry/core-web": "^0.7.7",
"@mrhenry/babel-plugin-core-web": "^0.7.8",
"@mrhenry/core-web": "^0.7.8",
"babel-loader": "^8.2.3",
"browserstack-runner": "^0.9.4",
"core-js": "^3.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/__mapping.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0dd96d0

Please sign in to comment.