Skip to content

Commit

Permalink
v0.2.6 (#65)
Browse files Browse the repository at this point in the history
* v0.2.6

* update
  • Loading branch information
romainmenke authored Mar 13, 2020
1 parent e02a1eb commit 71ed558
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 112 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.2.5",
"version": "0.2.6",
"useWorkspaces": true
}
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.2.5",
"version": "0.2.6",
"description": "browser feature polyfills as a babel plugin",
"main": "lib/index.js",
"author": "Simon Menke <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/parser": "^7.3.1",
"@babel/traverse": "^7.2.3",
"@babel/types": "^7.3.0",
"@mrhenry/core-web": "^0.2.5",
"@mrhenry/core-web": "^0.2.6",
"fast-deep-equal": "^3.1.1"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-web-example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@mrhenry/core-web-example",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"scripts": {
"build": "babel src -d lib"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.8.6",
"@mrhenry/babel-plugin-core-web": "^0.2.5"
"@mrhenry/babel-plugin-core-web": "^0.2.6"
}
}
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.2.5",
"version": "0.2.6",
"private": true,
"scripts": {
"build": "node ./generate.js"
Expand Down
4 changes: 2 additions & 2 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.2.5",
"version": "0.2.6",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -9,7 +9,7 @@
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"@mrhenry/babel-plugin-core-web": "^0.2.5",
"@mrhenry/babel-plugin-core-web": "^0.2.6",
"@types/qunit": "2.9.x",
"babel-loader": "^8.0.6",
"browserstack-runner": "^0.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/core-web",
"version": "0.2.5",
"version": "0.2.6",
"description": "browser feature polyfills as a babel plugin",
"main": "lib/index.js",
"author": "Simon Menke <[email protected]>",
Expand Down
201 changes: 98 additions & 103 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 71ed558

Please sign in to comment.