Skip to content

Commit 6b02c40

Browse files
authored
chore: bump version (v0.19.2) (tuono-labs#704)
1 parent 3334bdd commit 6b02c40

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

crates/tuono/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
edition = "2024"
55
authors = ["V. Ageno <[email protected]>"]
66
description = "Superfast React fullstack framework"
@@ -33,7 +33,7 @@ reqwest = { version = "0.12.4", features = ["blocking", "json"] }
3333
serde_json = "1.0"
3434
fs_extra = "1.3.0"
3535
http = "1.1.0"
36-
tuono_internal = {path = "../tuono_internal", version = "0.19.1"}
36+
tuono_internal = {path = "../tuono_internal", version = "0.19.2"}
3737
spinners = "4.1.1"
3838
console = "0.15.10"
3939

crates/tuono_internal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono_internal"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
edition = "2024"
55
authors = ["V. Ageno <[email protected]>"]
66
description = "Superfast React fullstack framework"

crates/tuono_lib/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuono_lib"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
edition = "2024"
55
authors = ["V. Ageno <[email protected]>"]
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 = "2.1.0"
3434

35-
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.19.1"}
36-
tuono_internal = {path = "../tuono_internal", version = "0.19.1"}
35+
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.19.2"}
36+
tuono_internal = {path = "../tuono_internal", version = "0.19.2"}
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

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

packages/tuono-fs-router-vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono-fs-router-vite-plugin",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono-router",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuono",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Superfast React fullstack framework",
55
"homepage": "https://tuono.dev",
66
"scripts": {

0 commit comments

Comments
 (0)