Skip to content

Commit

Permalink
v1.0.0-next.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Sep 19, 2024
1 parent 228253c commit 895ffb9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.27",
"version": "1.0.0-next.28",
"packages": [
"packages/cluster",
"packages/compression",
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.27",
"version": "1.0.0-next.28",
"name": "@polka/cluster",
"repository": "lukeed/polka",
"description": "Intialize and run a HTTP cluster",
Expand Down
2 changes: 1 addition & 1 deletion packages/compression/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.27",
"version": "1.0.0-next.28",
"name": "@polka/compression",
"repository": "lukeed/polka",
"description": "Fast gzip+brotli compression middleware for polka & express with zero dependencies.",
Expand Down
2 changes: 1 addition & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-next.27",
"version": "1.0.0-next.28",
"name": "@polka/parse",
"repository": "lukeed/polka",
"description": "WIP",
Expand Down
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.27",
"version": "1.0.0-next.28",
"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.27",
"version": "1.0.0-next.28",
"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.27",
"version": "1.0.0-next.28",
"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.27",
"version": "1.0.0-next.28",
"name": "@polka/url",
"repository": "lukeed/polka",
"description": "Super fast, memoized `req.url` parser",
Expand Down

0 comments on commit 895ffb9

Please sign in to comment.