Skip to content

Commit

Permalink
v1.0.0-next.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Mar 7, 2024
1 parent 7745eb4 commit eba0aaf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion bump.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": "1.0.0-next.24",
"version": "1.0.0-next.25",
"packages": [
"packages/cluster",
"packages/compression",
"packages/parse",
"packages/polka",
"packages/redirect",
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.24",
"version": "1.0.0-next.25",
"name": "@polka/cluster",
"repository": "lukeed/polka",
"description": "Intialize and run a HTTP cluster",
Expand Down
4 changes: 2 additions & 2 deletions packages/compression/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.11",
"version": "1.0.0-next.25",
"name": "@polka/compression",
"repository": "lukeed/polka",
"description": "Fast gzip+brotli compression middleware for polka & express with zero dependencies.",
Expand Down Expand Up @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion 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.24",
"version": "1.0.0-next.25",
"repository": "lukeed/polka",
"description": "A micro web server so fast, it'll make you dance! :dancers:",
"module": "build.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.24",
"version": "1.0.0-next.25",
"name": "@polka/redirect",
"repository": "lukeed/polka",
"description": "A response helper for URL redirects",
Expand Down
2 changes: 1 addition & 1 deletion packages/send/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.24",
"version": "1.0.0-next.25",
"name": "@polka/send",
"repository": "lukeed/polka",
"description": "A response helper that detects & handles Content-Types",
Expand Down
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.24",
"version": "1.0.0-next.25",
"name": "@polka/url",
"repository": "lukeed/polka",
"description": "Super fast, memoized `req.url` parser",
Expand Down

0 comments on commit eba0aaf

Please sign in to comment.