Skip to content

Commit 895ffb9

Browse files
committed
v1.0.0-next.28
1 parent 228253c commit 895ffb9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

bump.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-next.27",
2+
"version": "1.0.0-next.28",
33
"packages": [
44
"packages/cluster",
55
"packages/compression",

packages/cluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-next.27",
2+
"version": "1.0.0-next.28",
33
"name": "@polka/cluster",
44
"repository": "lukeed/polka",
55
"description": "Intialize and run a HTTP cluster",

packages/compression/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-next.27",
2+
"version": "1.0.0-next.28",
33
"name": "@polka/compression",
44
"repository": "lukeed/polka",
55
"description": "Fast gzip+brotli compression middleware for polka & express with zero dependencies.",

packages/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-next.27",
2+
"version": "1.0.0-next.28",
33
"name": "@polka/parse",
44
"repository": "lukeed/polka",
55
"description": "WIP",

packages/polka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polka",
3-
"version": "1.0.0-next.27",
3+
"version": "1.0.0-next.28",
44
"repository": "lukeed/polka",
55
"description": "A micro web server so fast, it'll make you dance! :dancers:",
66
"module": "build.mjs",

packages/redirect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-next.27",
2+
"version": "1.0.0-next.28",
33
"name": "@polka/redirect",
44
"repository": "lukeed/polka",
55
"description": "A response helper for URL redirects",

packages/send/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-next.27",
2+
"version": "1.0.0-next.28",
33
"name": "@polka/send",
44
"repository": "lukeed/polka",
55
"description": "A response helper that detects & handles Content-Types",

packages/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-next.27",
2+
"version": "1.0.0-next.28",
33
"name": "@polka/url",
44
"repository": "lukeed/polka",
55
"description": "Super fast, memoized `req.url` parser",

0 commit comments

Comments
 (0)