Skip to content

Commit

Permalink
release 0.14.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Nov 14, 2024
1 parent 273ae94 commit f032a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.0-rc3] - 2024-11-14

- Fixed potential SSR panic in use_locale(s) (thanks to @veigaribo)
- Make `use_locale` prioritize user preferred locales over app preferred ones

## [0.14.0-rc2] - 2024-11-10

- Updated to Leptos 0.7.0-rc1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-use"
version = "0.14.0-rc2"
version = "0.14.0-rc3"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming", "wasm"]
Expand Down

0 comments on commit f032a57

Please sign in to comment.