Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
harper-comments@0.19.0
harper-core@0.19.0
harper-html@0.19.0
harper-literate-haskell@0.19.0
harper-ls@0.19.0
harper-tree-sitter@0.19.0
harper-typst@0.19.0

Generated by cargo-workspaces
  • Loading branch information
elijah-potter committed Jan 31, 2025
1 parent abfee62 commit c8727cb
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions harper-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ repository = "https://github.com/automattic/harper"
anyhow = "1.0.95"
ariadne = "0.4.1"
clap = { version = "4.5.27", features = ["derive"] }
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.18.0" }
harper-core = { path = "../harper-core", version = "0.18.0" }
harper-comments = { path = "../harper-comments", version = "0.18.0" }
harper-typst = { path = "../harper-typst", version = "0.18.0" }
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.19.0" }
harper-core = { path = "../harper-core", version = "0.19.0" }
harper-comments = { path = "../harper-comments", version = "0.19.0" }
harper-typst = { path = "../harper-typst", version = "0.19.0" }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.137"

Expand Down
8 changes: 4 additions & 4 deletions harper-comments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "harper-comments"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/automattic/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.18.0" }
harper-html = { path = "../harper-html", version = "0.18.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.18.0" }
harper-core = { path = "../harper-core", version = "0.19.0" }
harper-html = { path = "../harper-html", version = "0.19.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.19.0" }
tree-sitter = "0.20.10"
tree-sitter-rust = "0.20.4"
tree-sitter-typescript = "0.20.3"
Expand Down
2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-core"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions harper-html/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "harper-html"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
repository = "https://github.com/automattic/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.18.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.18.0" }
harper-core = { path = "../harper-core", version = "0.19.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.19.0" }
tree-sitter-html = "0.19.0"
tree-sitter = "0.20.10"

Expand Down
8 changes: 4 additions & 4 deletions harper-literate-haskell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "harper-literate-haskell"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
repository = "https://github.com/automattic/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.18.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.18.0" }
harper-comments = { path = "../harper-comments", version = "0.18.0" }
harper-core = { path = "../harper-core", version = "0.19.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.19.0" }
harper-comments = { path = "../harper-comments", version = "0.19.0" }
itertools = "0.14.0"
paste = "1.0.14"
12 changes: 6 additions & 6 deletions harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "harper-ls"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/automattic/harper"

[dependencies]
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.18.0" }
harper-core = { path = "../harper-core", version = "0.18.0", features = ["concurrent"] }
harper-comments = { path = "../harper-comments", version = "0.18.0" }
harper-typst = { path = "../harper-typst", version = "0.18.0" }
harper-html = { path = "../harper-html", version = "0.18.0" }
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.19.0" }
harper-core = { path = "../harper-core", version = "0.19.0", features = ["concurrent"] }
harper-comments = { path = "../harper-comments", version = "0.19.0" }
harper-typst = { path = "../harper-typst", version = "0.19.0" }
harper-html = { path = "../harper-html", version = "0.19.0" }
tower-lsp = "0.20.0"
tokio = { version = "1.43.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
clap = { version = "4.5.27", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions harper-tree-sitter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "harper-tree-sitter"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
repository = "https://github.com/automattic/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.18.0" }
harper-core = { path = "../harper-core", version = "0.19.0" }
tree-sitter = "0.20.10"
4 changes: 2 additions & 2 deletions harper-typst/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "harper-typst"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
repository = "https://github.com/automattic/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.18.0" }
harper-core = { path = "../harper-core", version = "0.19.0" }
typst-syntax = { version = "0.12.0" }
ordered-float = { version = "4.6.0", features = ["serde"] }
itertools = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ console_error_panic_hook = "0.1.7"
tracing = "0.1.41"
tracing-wasm = "0.2.1"
wasm-bindgen = "0.2.97"
harper-core = { path = "../harper-core", version = "0.18.0", features = ["concurrent"] }
harper-core = { path = "../harper-core", version = "0.19.0", features = ["concurrent"] }
once_cell = "1.20.2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.137"
Expand Down
2 changes: 1 addition & 1 deletion packages/harper.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harper.js",
"version": "0.18.1",
"version": "0.19.0",
"license": "Apache-2.0",
"author": "Elijah Potter",
"description": "The grammar checker for developers.",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "harper",
"displayName": "Harper",
"description": "The grammar checker for developers",
"version": "0.18.1",
"version": "0.19.0",
"private": true,
"author": "Elijah Potter",
"publisher": "elijah-potter",
Expand Down

0 comments on commit c8727cb

Please sign in to comment.