Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Sep 18, 2018
1 parent e43bf6f commit 58d5858
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.8.0",
"version": "0.4.0",
"version": "0.5.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/polka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polka",
"version": "0.4.0",
"version": "0.5.0",
"description": "A micro web server so fast, it'll make you dance! :dancers:",
"repository": "lukeed/polka",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"url": "https://lukeed.com"
},
"dependencies": {
"@polka/url": "*",
"@polka/url": "^0.5.0",
"trouter": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/send-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polka/send-type",
"version": "0.4.0",
"version": "0.5.0",
"description": "A response helper that detects & handles Content-Types",
"repository": "lukeed/polka",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polka/url",
"version": "0.0.0",
"version": "0.5.0",
"description": "Super fast, memoized `req.url` parser",
"repository": "lukeed/polka",
"license": "MIT",
Expand Down

0 comments on commit 58d5858

Please sign in to comment.