From 3f64f71947e7eb489efb36c8f4dab659618928b8 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:13:30 +0100 Subject: [PATCH] feat: update documentation version to v0.11.2 (#81) Co-authored-by: Valerio Ageno --- apps/documentation/Cargo.toml | 2 +- apps/documentation/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documentation/Cargo.toml b/apps/documentation/Cargo.toml index e0889c89..597f7062 100644 --- a/apps/documentation/Cargo.toml +++ b/apps/documentation/Cargo.toml @@ -8,7 +8,7 @@ name = "tuono" path = ".tuono/main.rs" [dependencies] -tuono_lib = "0.11.1" +tuono_lib = "0.11.2" glob = "0.3.1" time = { version = "0.3", features = ["macros"] } serde = { version = "1.0.202", features = ["derive"] } diff --git a/apps/documentation/package.json b/apps/documentation/package.json index 6bc26d18..df7ba268 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "react": "18.3.1", "react-dom": "18.3.1", - "tuono": "0.11.1" + "tuono": "0.11.2" }, "devDependencies": { "@types/mdx": "^2.0.13",