Skip to content

Commit

Permalink
Version 0.5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Aug 22, 2024
1 parent 0c0cb40 commit 4959f3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.38 - (2024-08-22)
* Adding in `scroll_into_view_signal` method.

## 0.5.37 - (2024-08-16)
* Adding in `media_query` function.
* Adding in `color_scheme` function.
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 = "dominator"
version = "0.5.37"
version = "0.5.38"
authors = ["Pauan <[email protected]>"]
description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals"
repository = "https://github.com/Pauan/rust-dominator"
Expand Down

0 comments on commit 4959f3c

Please sign in to comment.