Skip to content

Commit

Permalink
v1.0.0-next.24
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Dec 4, 2023
1 parent 1568db3 commit b7a236f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bump.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.23",
"version": "1.0.0-next.24",
"packages": [
"packages/cluster",
"packages/parse",
Expand Down
4 changes: 2 additions & 2 deletions packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.23",
"version": "1.0.0-next.24",
"name": "@polka/cluster",
"repository": "lukeed/polka",
"description": "Intialize and run a HTTP cluster",
Expand Down Expand Up @@ -32,4 +32,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.23",
"version": "1.0.0-next.24",
"name": "@polka/parse",
"repository": "lukeed/polka",
"description": "WIP",
Expand Down Expand Up @@ -32,4 +32,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.23",
"version": "1.0.0-next.24",
"repository": "lukeed/polka",
"description": "A micro web server so fast, it'll make you dance! :dancers:",
"module": "build.mjs",
Expand Down Expand Up @@ -36,4 +36,4 @@
"@polka/url": "^1.0.0-next.21",
"trouter": "^4.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.23",
"version": "1.0.0-next.24",
"name": "@polka/redirect",
"repository": "lukeed/polka",
"description": "A response helper for URL redirects",
Expand Down Expand Up @@ -32,4 +32,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/send/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.23",
"version": "1.0.0-next.24",
"name": "@polka/send",
"repository": "lukeed/polka",
"description": "A response helper that detects & handles Content-Types",
Expand Down Expand Up @@ -35,4 +35,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/url/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.23",
"version": "1.0.0-next.24",
"name": "@polka/url",
"repository": "lukeed/polka",
"description": "Super fast, memoized `req.url` parser",
Expand Down Expand Up @@ -27,4 +27,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit b7a236f

Please sign in to comment.