From 8fb37d8e63344ce3a537025ba2fbb4245ef853b3 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Wed, 6 Sep 2023 11:09:16 -0700 Subject: [PATCH] v1.0.0-next.23 --- bump.json | 4 ++-- 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, 14 insertions(+), 14 deletions(-) diff --git a/bump.json b/bump.json index 7dcc73e..f485ef6 100644 --- a/bump.json +++ b/bump.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.22", + "version": "1.0.0-next.23", "packages": [ "packages/cluster", "packages/parse", @@ -9,4 +9,4 @@ "packages/url" ], "message": "v{VERSION}" -} +} \ No newline at end of file diff --git a/packages/cluster/package.json b/packages/cluster/package.json index 1cd218c..b0fdc8e 100644 --- a/packages/cluster/package.json +++ b/packages/cluster/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.15", + "version": "1.0.0-next.23", "name": "@polka/cluster", "repository": "lukeed/polka", "description": "Intialize and run a HTTP cluster", @@ -27,4 +27,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/parse/package.json b/packages/parse/package.json index ab56f1b..b2ac44b 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.21", + "version": "1.0.0-next.23", "name": "@polka/parse", "repository": "lukeed/polka", "description": "WIP", @@ -27,4 +27,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/polka/package.json b/packages/polka/package.json index d5214e5..f3901cb 100644 --- a/packages/polka/package.json +++ b/packages/polka/package.json @@ -1,6 +1,6 @@ { "name": "polka", - "version": "1.0.0-next.22", + "version": "1.0.0-next.23", "repository": "lukeed/polka", "description": "A micro web server so fast, it'll make you dance! :dancers:", "module": "build.mjs", @@ -31,4 +31,4 @@ "@polka/url": "^1.0.0-next.21", "trouter": "^3.1.0" } -} +} \ No newline at end of file diff --git a/packages/redirect/package.json b/packages/redirect/package.json index 8302c25..a93400e 100644 --- a/packages/redirect/package.json +++ b/packages/redirect/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.15", + "version": "1.0.0-next.23", "name": "@polka/redirect", "repository": "lukeed/polka", "description": "A response helper for URL redirects", @@ -27,4 +27,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/send/package.json b/packages/send/package.json index e9c9826..77394df 100644 --- a/packages/send/package.json +++ b/packages/send/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.15", + "version": "1.0.0-next.23", "name": "@polka/send", "repository": "lukeed/polka", "description": "A response helper that detects & handles Content-Types", @@ -30,4 +30,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/url/package.json b/packages/url/package.json index b86db68..f934d0e 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-next.21", + "version": "1.0.0-next.23", "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