From b7a236f2b5490b296a14f8423c1dfbc35c060ac7 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 4 Dec 2023 08:19:24 -0800 Subject: [PATCH] v1.0.0-next.24 --- bump.json | 2 +- packages/cluster/package.json | 4 ++-- packages/parse/package.json | 4 ++-- packages/polka/package.json | 4 ++-- packages/redirect/package.json | 4 ++-- packages/send/package.json | 4 ++-- packages/url/package.json | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bump.json b/bump.json index f485ef6..184d8e3 100644 --- a/bump.json +++ b/bump.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.23", + "version": "1.0.0-next.24", "packages": [ "packages/cluster", "packages/parse", diff --git a/packages/cluster/package.json b/packages/cluster/package.json index ec6c2f9..50fff4c 100644 --- a/packages/cluster/package.json +++ b/packages/cluster/package.json @@ -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", @@ -32,4 +32,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/parse/package.json b/packages/parse/package.json index 3478cc6..bee9eb0 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.23", + "version": "1.0.0-next.24", "name": "@polka/parse", "repository": "lukeed/polka", "description": "WIP", @@ -32,4 +32,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/polka/package.json b/packages/polka/package.json index 8508a2d..3759501 100644 --- a/packages/polka/package.json +++ b/packages/polka/package.json @@ -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", @@ -36,4 +36,4 @@ "@polka/url": "^1.0.0-next.21", "trouter": "^4.0.0" } -} +} \ No newline at end of file diff --git a/packages/redirect/package.json b/packages/redirect/package.json index 2faa3cc..347e810 100644 --- a/packages/redirect/package.json +++ b/packages/redirect/package.json @@ -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", @@ -32,4 +32,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/send/package.json b/packages/send/package.json index b492bdd..6d54441 100644 --- a/packages/send/package.json +++ b/packages/send/package.json @@ -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", @@ -35,4 +35,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/url/package.json b/packages/url/package.json index 89a5a03..271c892 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -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", @@ -27,4 +27,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file