Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Apr 16, 2020
1 parent 8a7b9ab commit 248e134
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.4.1",
"version": "0.5.2",
"version": "0.5.3",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@pwa/cli",
"version": "0.5.2",
"version": "0.5.3",
"bin": {
"pwa": "bin.js"
},
Expand All @@ -13,7 +13,7 @@
"node": ">=8"
},
"dependencies": {
"@pwa/core": "^0.5.1",
"@pwa/core": "^0.5.3",
"chrome-launcher": "^0.13.1",
"chrome-remote-interface": "0.25.x",
"kleur": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@pwa/core",
"version": "0.5.1",
"version": "0.5.3",
"files": [
"*.js",
"config",
Expand All @@ -13,7 +13,7 @@
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@pwa/webpack-assets": "^0.5.0",
"@pwa/webpack-assets": "^0.5.3",
"autoprefixer": "^9.1.0",
"babel-loader": "^8.0.2",
"browserslist": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-assets/package.json
@@ -1,6 +1,6 @@
{
"name": "@pwa/webpack-assets",
"version": "0.5.0",
"version": "0.5.3",
"files": [
"index.js"
],
Expand Down

0 comments on commit 248e134

Please sign in to comment.