From 3be9091d1377f9f02bec4caf39903610ebf06a7a Mon Sep 17 00:00:00 2001 From: Baptistemontan Date: Mon, 16 Dec 2024 17:48:46 +0100 Subject: [PATCH] v0.5.1 --- .gitignore | 3 ++- Cargo.toml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 110d0105..a259d893 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target Cargo.lock -.vscode \ No newline at end of file +.vscode +publish.ps1 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index aea0fcd6..65c82428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,14 +13,14 @@ members = [ exclude = ["examples", "tests"] [workspace.package] -version = "0.5.0" +version = "0.5.1" [workspace.dependencies] # pin macro and parser version, those don't follow semver internally so a version missmatch with the main crate can cause problems. -leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "=0.5.0" } -leptos_i18n_parser = { path = "./leptos_i18n_parser", default-features = false, version = "=0.5.0" } -leptos_i18n = { path = "./leptos_i18n", version = "0.5.0" } -leptos_i18n_router = { path = "./leptos_i18n_router", version = "0.5.0" } +leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "=0.5.1" } +leptos_i18n_parser = { path = "./leptos_i18n_parser", default-features = false, version = "=0.5.1" } +leptos_i18n = { path = "./leptos_i18n", version = "0.5.1" } +leptos_i18n_router = { path = "./leptos_i18n_router", version = "0.5.1" } # leptos leptos = { version = "0.7.0" }