Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiaozero committed Sep 11, 2024
1 parent ad86193 commit 3ec59e2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.3.4](https://github.com/thaw-ui/thaw/compare/v0.3.3...v0.3.4) (2024-09-11)

### Features

* Adds `Flex` component.
* Update leptos to v0.6.14.

### Bug Fixs

* Allow creating custom theme [#242](https://github.com/thaw-ui/thaw/pull/242).
* `CheckboxGroup` does not display default value.
* `Binder` component display position.

## [0.3.3](https://github.com/thaw-ui/thaw/compare/v0.3.2...v0.3.3) (2024-07-15)

### Features
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ members = ["thaw", "thaw_components", "thaw_utils", "demo", "demo_markdown"]
exclude = ["examples"]

[workspace.dependencies]
thaw = { version = "0.3.3", path = "./thaw" }
thaw_components = { version = "0.1.3", path = "./thaw_components" }
thaw_utils = { version = "0.0.5", path = "./thaw_utils" }
thaw = { version = "0.3.4", path = "./thaw" }
thaw_components = { version = "0.1.4", path = "./thaw_components" }
thaw_utils = { version = "0.0.6", path = "./thaw_utils" }
2 changes: 1 addition & 1 deletion thaw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thaw"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion thaw_components/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thaw_components"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
keywords = ["leptos", "thaw", "components"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion thaw_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thaw_utils"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
keywords = ["leptos", "thaw", "utils"]
readme = "../README.md"
Expand Down

0 comments on commit 3ec59e2

Please sign in to comment.