Skip to content

Commit

Permalink
v1.0.0-next.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 14, 2021
1 parent f64b4bb commit e0a65c7
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": "1.0.0-next.16",
"version": "1.0.0-next.17",
"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": "1.0.0-next.16",
"version": "1.0.0-next.17",
"repository": "lukeed/polka",
"description": "A micro web server so fast, it'll make you dance! :dancers:",
"module": "build.mjs",
Expand All @@ -27,7 +27,7 @@
"node": ">=8"
},
"dependencies": {
"@polka/url": "^1.0.0-next.15",
"@polka/url": "^1.0.0-next.17",
"trouter": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/url/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.15",
"version": "1.0.0-next.17",
"name": "@polka/url",
"repository": "lukeed/polka",
"description": "Super fast, memoized `req.url` parser",
Expand Down

0 comments on commit e0a65c7

Please sign in to comment.