Skip to content

Commit 762e814

Browse files
committed
chore: Release
1 parent 79982e1 commit 762e814

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [0.1.31] - 2024-09-10
66

77
### Bug Fixes
88

@@ -185,7 +185,7 @@ All notable changes to this project will be documented in this file.
185185
- Make macro collecting functionality public
186186
- Export token types ([#24](https://github.com/bram209/leptosfmt/issues/24))
187187

188-
## [leptosfmt-v0.1.4] - 2023-03-27
188+
## [0.1.4] - 2023-03-27
189189

190190
### Bug Fixes
191191

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ members = ["printer", "cli", "formatter", "prettyplease"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.30"
6+
version = "0.1.31"
77
license = "MIT OR Apache-2.0"
88

99
[workspace.dependencies]
10-
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.30", features = [
10+
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.31", features = [
1111
"verbatim",
1212
] }
13-
leptosfmt-formatter = { path = "./formatter", version = "0.1.30" }
14-
leptosfmt-pretty-printer = { version = "0.1.30" }
13+
leptosfmt-formatter = { path = "./formatter", version = "0.1.31" }
14+
leptosfmt-pretty-printer = { version = "0.1.31" }
1515

1616
syn = { version = "2.0.59", features = ["visit", "full", "extra-traits"] }
1717
proc-macro2 = { version = "1.0.80", features = ["span-locations"] }

prettyplease

0 commit comments

Comments
 (0)