Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed Dec 22, 2023
1 parent c13542b commit ecedf4c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [unreleased]
## [0.1.18] - 2023-12-22

### Bug Fixes

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

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

### Bug Fixes

Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ members = ["printer", "cli", "formatter"]
resolver = "2"

[workspace.package]
version = "0.1.17"
version = "0.1.18"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
leptosfmt-formatter = { path = "./formatter", version = "0.1.17" }
leptosfmt-pretty-printer = { version = "0.1.7" }
leptosfmt-formatter = { path = "./formatter", version = "0.1.18" }
leptosfmt-pretty-printer = { version = "0.1.8" }

[patch.crates-io]
leptosfmt-pretty-printer = { path = "./printer" }
2 changes: 1 addition & 1 deletion formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "view macro formatter for the Leptos web framework"
leptosfmt-pretty-printer.workspace = true
rstml = "0.10.6"
syn = { version = "2.0.18", features = ["visit", "full", "extra-traits"] }
leptosfmt-prettyplease = { features = ["verbatim"], version = "0.2.15" }
leptosfmt-prettyplease = { features = ["verbatim"], version = "0.2.16" }
proc-macro2 = { version = "1.0.68", features = ["span-locations"] }
thiserror = "1.0.40"
crop = "0.3.0"
Expand Down
1 change: 1 addition & 0 deletions formatter/src/formatter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@ impl<'a> Formatter<'a> {
self.line_offset = Some(line_index);
}
}

2 changes: 1 addition & 1 deletion printer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptosfmt-pretty-printer"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "leptosfmt's pretty printer based on the prettyplease crate"
license = { workspace = true }
Expand Down

0 comments on commit ecedf4c

Please sign in to comment.