Skip to content

Commit 0735158

Browse files
authored
chore: bump version (0.19.6) (#771)
1 parent 3027b82 commit 0735158

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

crates/tuono/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
edition = "2024"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "Superfast React fullstack framework"
@@ -37,7 +37,7 @@ reqwest = { version = "0.12.4", features = ["blocking", "json"] }
3737
serde_json = "1.0"
3838
fs_extra = "1.3.0"
3939
http = "1.1.0"
40-
tuono_internal = {path = "../tuono_internal", version = "0.19.5"}
40+
tuono_internal = {path = "../tuono_internal", version = "0.19.6"}
4141
spinners = "4.1.1"
4242
console = "0.15.10"
4343
convert_case = "0.8.0"

crates/tuono_internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono_internal"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
edition = "2024"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "Superfast React fullstack framework"

crates/tuono_lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono_lib"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
edition = "2024"
55
authors = ["V. Ageno <valerioageno@yahoo.it>"]
66
description = "Superfast React fullstack framework"
@@ -32,8 +32,8 @@ either = "1.13.0"
3232
tower-http = {version = "0.6.0", features = ["fs"]}
3333
colored = "3.0.0"
3434

35-
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.19.5"}
36-
tuono_internal = {path = "../tuono_internal", version = "0.19.5"}
35+
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.19.6"}
36+
tuono_internal = {path = "../tuono_internal", version = "0.19.6"}
3737
# Match the same version used by axum
3838
tokio-tungstenite = "0.26.0"
3939
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }

crates/tuono_lib_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono_lib_macros"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
edition = "2024"
55
description = "Superfast React fullstack framework"
66
homepage = "https://tuono.dev"

packages/tuono-react-vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono-react-vite-plugin",
3-
"version": "0.19.5",
3+
"version": "0.19.6",
44
"description": "Plugin for the tuono's file system router. Tuono is the react/rust fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

packages/tuono-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono-router",
3-
"version": "0.19.5",
3+
"version": "0.19.6",
44
"description": "React routing component for the framework tuono. Tuono is the react/rust fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

packages/tuono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono",
3-
"version": "0.19.5",
3+
"version": "0.19.6",
44
"description": "Superfast React fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

0 commit comments

Comments
 (0)