Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj authored and JounQin committed Jan 28, 2024
1 parent 268c8b1 commit d277385
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion crates/lsp-async-stub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["tamasfe"]
description = "An LSP server stub for futures"
edition = "2021"
name = "lsp-async-stub"
version = "0.6.1"
version = "0.6.2"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/taplo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A CLI for Taplo TOML toolkit"
license = "MIT"
edition = "2021"
name = "taplo-cli"
version = "0.8.1"
version = "0.9.0"
homepage = "https://taplo.tamasfe.dev"
repository = "https://github.com/tamasfe/taplo"
categories = ["development-tools", "command-line-utilities"]
Expand Down
4 changes: 2 additions & 2 deletions crates/taplo-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taplo-common"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
description = "Shared code for taplo utilities."
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = { version = "1.0.78", features = ["preserve_order"] }
sha1 = "0.10.5"
tap = "1.0.1"
taplo = { version = "0.12.1", path = "../taplo", features = ["schema"] }
taplo = { version = "0.13.0", path = "../taplo", features = ["schema"] }
thiserror = "1.0.30"
time = { version = "0.3.7", features = ["serde"] }
tracing = "0.1.29"
Expand Down
2 changes: 1 addition & 1 deletion crates/taplo-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["tamasf97 <tamasf97@outlook.com>"]
description = "Language server for Taplo"
edition = "2021"
name = "taplo-lsp"
version = "0.6.1"
version = "0.7.0"
license = "MIT"
homepage = "https://taplo.tamasfe.dev"
repository = "https://github.com/tamasfe/taplo"
Expand Down
2 changes: 1 addition & 1 deletion crates/taplo-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taplo-wasm"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/taplo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "taplo"
readme = false
repository = "https://github.com/tamasfe/taplo"
version = "0.12.1"
version = "0.13.0"

[features]
default = ["serde"]
Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "even-better-toml",
"displayName": "Even Better TOML",
"description": "Fully-featured TOML support",
"version": "0.19.1",
"version": "0.20.0",
"autoTag": {
"enabled": true
},
Expand Down Expand Up @@ -404,7 +404,7 @@
"build": "rm -rf dist && yarn build:syntax && yarn build:node && yarn build:browser-extension && yarn build:browser-server"
},
"dependencies": {
"@taplo/lsp": "0.6.1",
"@taplo/lsp": "0.7.0",
"deep-equal": "^2.0.5",
"encoding": "^0.1.13",
"fast-glob": "^3.2.11",
Expand Down
4 changes: 2 additions & 2 deletions js/lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taplo/lsp",
"version": "0.6.1",
"version": "0.7.0",
"description": "A JavaScript wrapper for the Taplo TOML language server.",
"scripts": {
"build": "yarn rollup --silent -c rollup.config.js",
Expand Down Expand Up @@ -32,4 +32,4 @@
"dependencies": {
"@taplo/core": "^0.1.1"
}
}
}

0 comments on commit d277385

Please sign in to comment.