Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikara Chan authored and Chikara Chan committed Jan 28, 2019
1 parent 5966044 commit dd4e385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.4",
"version": "0.5.5",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/obsolete-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsolete-web",
"version": "0.5.4",
"version": "0.5.5",
"license": "MIT",
"description": "A library that detects browser compatibility and prompts website users to upgrade it.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/obsolete-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsolete-webpack-plugin",
"version": "0.5.4",
"version": "0.5.5",
"license": "MIT",
"description": "A Webpack plugin generates a browser-side standalone script that detects browser compatibility based on `Browserslist` and prompts website users to upgrade it.",
"keywords": [
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"browserslist": "^4.0.0",
"obsolete-web": "^0.5.4",
"obsolete-web": "^0.5.5",
"webpack-sources": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit dd4e385

Please sign in to comment.