From 27fa93f1a047dcf482318edf76c0eab547901c4e Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Thu, 14 Apr 2022 18:53:42 +1000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=200.3.4-rc.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ docs/0.3.0-0.3.3/en-US/deploying/docker.md | 4 ++-- docs/0.3.0-0.3.3/en-US/second-app.md | 2 +- docs/0.3.4/en-US/reference/deploying/docker.md | 4 ++-- docs/next/en-US/reference/deploying/docker.md | 4 ++-- examples/comprehensive/tiny/Cargo.toml | 2 +- examples/comprehensive/tiny/Cargo.toml.example | 2 +- examples/core/basic/.perseus/Cargo.toml | 2 +- examples/core/basic/.perseus/builder/Cargo.toml | 2 +- examples/core/basic/.perseus/server/Cargo.toml | 2 +- examples/core/basic/Cargo.toml | 2 +- examples/core/basic/Cargo.toml.example | 2 +- examples/core/plugins/Cargo.toml | 2 +- examples/demos/auth/Cargo.toml | 2 +- examples/demos/fetching/Cargo.toml | 2 +- packages/perseus-actix-web/Cargo.toml | 4 ++-- packages/perseus-cli/Cargo.toml | 2 +- packages/perseus-macro/Cargo.toml | 4 ++-- packages/perseus-warp/Cargo.toml | 4 ++-- packages/perseus/Cargo.toml | 4 ++-- 20 files changed, 28 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c99f033bb..a4654958f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.4-rc.5](https://github.com/arctic-hen7/perseus/compare/v0.3.4-rc.4...v0.3.4-rc.5) (2022-04-14) + ### [0.3.4-rc.4](https://github.com/arctic-hen7/perseus/compare/v0.3.4-rc.3...v0.3.4-rc.4) (2022-04-14) ### [0.3.4-rc.3](https://github.com/arctic-hen7/perseus/compare/v0.3.4-rc.2...v0.3.4-rc.3) (2022-04-13) diff --git a/docs/0.3.0-0.3.3/en-US/deploying/docker.md b/docs/0.3.0-0.3.3/en-US/deploying/docker.md index d563ae0670..92a1ebc64b 100644 --- a/docs/0.3.0-0.3.3/en-US/deploying/docker.md +++ b/docs/0.3.0-0.3.3/en-US/deploying/docker.md @@ -19,7 +19,7 @@ RUN apt update \ build-essential curl wget # vars -ENV PERSEUS_VERSION=0.3.4-rc.4 \ +ENV PERSEUS_VERSION=0.3.4-rc.5 \ PERSEUS_SIZE_OPT_VERSION=0.1.7 \ ESBUILD_VERSION=0.14.7 \ BINARYEN_VERSION=104 @@ -113,7 +113,7 @@ RUN apt update \ build-essential curl wget # vars -ENV PERSEUS_VERSION=0.3.4-rc.4 \ +ENV PERSEUS_VERSION=0.3.4-rc.5 \ WEE_ALLOC_VERSION=0.4 \ ESBUILD_VERSION=0.14.7 \ BINARYEN_VERSION=104 diff --git a/docs/0.3.0-0.3.3/en-US/second-app.md b/docs/0.3.0-0.3.3/en-US/second-app.md index 44183ef72c..b530169016 100644 --- a/docs/0.3.0-0.3.3/en-US/second-app.md +++ b/docs/0.3.0-0.3.3/en-US/second-app.md @@ -2,7 +2,7 @@ This section will cover building a more realistic app than the _Hello World!_ section, with proper structuring and multiple templates. -If learning by reading isn't really your thing, or you'd like a reference, you can see all the code in [this repository](https://github.com/arctic-hen7/perseus/tree/v0.3.4-rc.4/examples/basic)! +If learning by reading isn't really your thing, or you'd like a reference, you can see all the code in [this repository](https://github.com/arctic-hen7/perseus/tree/v0.3.4-rc.5/examples/basic)! ## Setup diff --git a/docs/0.3.4/en-US/reference/deploying/docker.md b/docs/0.3.4/en-US/reference/deploying/docker.md index 117157f372..9397e74176 100644 --- a/docs/0.3.4/en-US/reference/deploying/docker.md +++ b/docs/0.3.4/en-US/reference/deploying/docker.md @@ -19,7 +19,7 @@ RUN apt update \ build-essential curl wget # vars -ENV PERSEUS_VERSION=0.3.4-rc.4 \ +ENV PERSEUS_VERSION=0.3.4-rc.5 \ PERSEUS_SIZE_OPT_VERSION=0.1.7 \ ESBUILD_VERSION=0.14.7 \ BINARYEN_VERSION=104 @@ -113,7 +113,7 @@ RUN apt update \ build-essential curl wget # vars -ENV PERSEUS_VERSION=0.3.4-rc.4 \ +ENV PERSEUS_VERSION=0.3.4-rc.5 \ WEE_ALLOC_VERSION=0.4 \ ESBUILD_VERSION=0.14.7 \ BINARYEN_VERSION=104 diff --git a/docs/next/en-US/reference/deploying/docker.md b/docs/next/en-US/reference/deploying/docker.md index 117157f372..9397e74176 100644 --- a/docs/next/en-US/reference/deploying/docker.md +++ b/docs/next/en-US/reference/deploying/docker.md @@ -19,7 +19,7 @@ RUN apt update \ build-essential curl wget # vars -ENV PERSEUS_VERSION=0.3.4-rc.4 \ +ENV PERSEUS_VERSION=0.3.4-rc.5 \ PERSEUS_SIZE_OPT_VERSION=0.1.7 \ ESBUILD_VERSION=0.14.7 \ BINARYEN_VERSION=104 @@ -113,7 +113,7 @@ RUN apt update \ build-essential curl wget # vars -ENV PERSEUS_VERSION=0.3.4-rc.4 \ +ENV PERSEUS_VERSION=0.3.4-rc.5 \ WEE_ALLOC_VERSION=0.4 \ ESBUILD_VERSION=0.14.7 \ BINARYEN_VERSION=104 diff --git a/examples/comprehensive/tiny/Cargo.toml b/examples/comprehensive/tiny/Cargo.toml index d631c3b72c..ad2bf3850d 100644 --- a/examples/comprehensive/tiny/Cargo.toml +++ b/examples/comprehensive/tiny/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-example-tiny" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/comprehensive/tiny/Cargo.toml.example b/examples/comprehensive/tiny/Cargo.toml.example index 36f61d412e..b4dc7e74fe 100644 --- a/examples/comprehensive/tiny/Cargo.toml.example +++ b/examples/comprehensive/tiny/Cargo.toml.example @@ -6,5 +6,5 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -perseus = { version = "0.3.4-rc.4", features = [ "hydrate" ] } +perseus = { version = "0.3.4-rc.5", features = [ "hydrate" ] } sycamore = "0.7" diff --git a/examples/core/basic/.perseus/Cargo.toml b/examples/core/basic/.perseus/Cargo.toml index ac9371bd09..7a1481fe79 100644 --- a/examples/core/basic/.perseus/Cargo.toml +++ b/examples/core/basic/.perseus/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "perseus-engine" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/core/basic/.perseus/builder/Cargo.toml b/examples/core/basic/.perseus/builder/Cargo.toml index 43070eab71..b585aa5d13 100644 --- a/examples/core/basic/.perseus/builder/Cargo.toml +++ b/examples/core/basic/.perseus/builder/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "perseus-engine-builder" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" default-run = "perseus-builder" diff --git a/examples/core/basic/.perseus/server/Cargo.toml b/examples/core/basic/.perseus/server/Cargo.toml index 8b692a9a41..b3abde918d 100644 --- a/examples/core/basic/.perseus/server/Cargo.toml +++ b/examples/core/basic/.perseus/server/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "perseus-engine-server" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/core/basic/Cargo.toml b/examples/core/basic/Cargo.toml index fb74bc6e49..9755f6954b 100644 --- a/examples/core/basic/Cargo.toml +++ b/examples/core/basic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-example-basic" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/core/basic/Cargo.toml.example b/examples/core/basic/Cargo.toml.example index f2d6cf3e47..156136c290 100644 --- a/examples/core/basic/Cargo.toml.example +++ b/examples/core/basic/Cargo.toml.example @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -perseus = { version = "0.3.4-rc.4", features = [ "hydrate" ] } +perseus = { version = "0.3.4-rc.5", features = [ "hydrate" ] } sycamore = "0.7" serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/examples/core/plugins/Cargo.toml b/examples/core/plugins/Cargo.toml index 681ac81982..c18be00090 100644 --- a/examples/core/plugins/Cargo.toml +++ b/examples/core/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-example-plugins" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/demos/auth/Cargo.toml b/examples/demos/auth/Cargo.toml index cf2a8029b4..044fb90d37 100644 --- a/examples/demos/auth/Cargo.toml +++ b/examples/demos/auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-example-auth" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/demos/fetching/Cargo.toml b/examples/demos/fetching/Cargo.toml index 4ce1cce8c3..44791b345e 100644 --- a/examples/demos/fetching/Cargo.toml +++ b/examples/demos/fetching/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-example-fetching" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/perseus-actix-web/Cargo.toml b/packages/perseus-actix-web/Cargo.toml index b234226817..95823625dd 100644 --- a/packages/perseus-actix-web/Cargo.toml +++ b/packages/perseus-actix-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-actix-web" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" description = "An integration that makes the Perseus frontend framework easy to use with Actix Web." authors = ["arctic_hen7 "] @@ -14,7 +14,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -perseus = { path = "../perseus", version = "0.3.4-rc.4" } +perseus = { path = "../perseus", version = "0.3.4-rc.5" } actix-web = "=4.0.0-rc.3" actix-http = "=3.0.0-rc.2" # Without this, Actix can introduce breaking changes in a dependency tree # actix-router = "=0.5.0-rc.3" diff --git a/packages/perseus-cli/Cargo.toml b/packages/perseus-cli/Cargo.toml index 8c2a584930..56fa257bf8 100644 --- a/packages/perseus-cli/Cargo.toml +++ b/packages/perseus-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-cli" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" description = "The CLI for the Perseus frontend framework." authors = ["arctic_hen7 "] diff --git a/packages/perseus-macro/Cargo.toml b/packages/perseus-macro/Cargo.toml index 6e80d7e707..f50c60b884 100644 --- a/packages/perseus-macro/Cargo.toml +++ b/packages/perseus-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-macro" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" autotests = false description = "The Perseus macros." @@ -31,7 +31,7 @@ sycamore-reactive = "^0.7.1" trybuild = { version = "1.0", features = ["diff"] } sycamore = "^0.7.1" serde = { version = "1", features = [ "derive" ] } -perseus = { path = "../perseus", version = "0.3.4-rc.4" } +perseus = { path = "../perseus", version = "0.3.4-rc.5" } [features] # Enables live reloading support (which makes the macros listen for live reload events and adjust appropriately). Do NOT enable this here without also enabling it on `perseus`! diff --git a/packages/perseus-warp/Cargo.toml b/packages/perseus-warp/Cargo.toml index 09d4e6d9c6..2daa44ca47 100644 --- a/packages/perseus-warp/Cargo.toml +++ b/packages/perseus-warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-warp" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" description = "An integration that makes the Perseus framework easy to use with Warp." authors = ["arctic_hen7 "] @@ -14,7 +14,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -perseus = { path = "../perseus", version = "0.3.4-rc.4" } +perseus = { path = "../perseus", version = "0.3.4-rc.5" } tokio = { version = "1", features = [ "rt-multi-thread" ] } warp = { package = "warp-fix-171", version = "0.3" } # Temporary until Warp #171 is resolved urlencoding = "2.1" diff --git a/packages/perseus/Cargo.toml b/packages/perseus/Cargo.toml index 8ab84eb867..c6ec98b7ef 100644 --- a/packages/perseus/Cargo.toml +++ b/packages/perseus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus" -version = "0.3.4-rc.4" +version = "0.3.4-rc.5" edition = "2018" description = "A lightning-fast frontend web dev platform with full support for SSR and SSG." authors = ["arctic_hen7 "] @@ -16,7 +16,7 @@ categories = ["wasm", "web-programming", "development-tools", "asynchronous", "g [dependencies] sycamore = { version = "^0.7.1", features = ["ssr"] } sycamore-router = "^0.7.1" -perseus-macro = { path = "../perseus-macro", version = "0.3.4-rc.4" } +perseus-macro = { path = "../perseus-macro", version = "0.3.4-rc.5" } # TODO review feature flags here web-sys = { version = "0.3", features = [ "Headers", "Navigator", "NodeList", "Request", "RequestInit", "RequestMode", "Response", "ReadableStream", "Window" ] } wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }