Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Dec 16, 2024
1 parent e626af0 commit 3be9091
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
Cargo.lock
.vscode
.vscode
publish.ps1
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 3be9091

Please sign in to comment.