From d277385e858bb11bd841e6fddf719ec1d4492102 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Thu, 2 Nov 2023 16:29:53 +0100 Subject: [PATCH] bump versions --- crates/lsp-async-stub/Cargo.toml | 2 +- crates/taplo-cli/Cargo.toml | 2 +- crates/taplo-common/Cargo.toml | 4 ++-- crates/taplo-lsp/Cargo.toml | 2 +- crates/taplo-wasm/Cargo.toml | 2 +- crates/taplo/Cargo.toml | 2 +- editors/vscode/package.json | 4 ++-- js/lsp/package.json | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/crates/lsp-async-stub/Cargo.toml b/crates/lsp-async-stub/Cargo.toml index 3250476e0..0b6b43b56 100644 --- a/crates/lsp-async-stub/Cargo.toml +++ b/crates/lsp-async-stub/Cargo.toml @@ -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 diff --git a/crates/taplo-cli/Cargo.toml b/crates/taplo-cli/Cargo.toml index d38cbd1d0..ead644db7 100644 --- a/crates/taplo-cli/Cargo.toml +++ b/crates/taplo-cli/Cargo.toml @@ -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"] diff --git a/crates/taplo-common/Cargo.toml b/crates/taplo-common/Cargo.toml index 26473bc1c..b9ce375e4 100644 --- a/crates/taplo-common/Cargo.toml +++ b/crates/taplo-common/Cargo.toml @@ -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" @@ -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" diff --git a/crates/taplo-lsp/Cargo.toml b/crates/taplo-lsp/Cargo.toml index 26aa48bf6..ba59d9cc4 100644 --- a/crates/taplo-lsp/Cargo.toml +++ b/crates/taplo-lsp/Cargo.toml @@ -3,7 +3,7 @@ authors = ["tamasf97 "] 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" diff --git a/crates/taplo-wasm/Cargo.toml b/crates/taplo-wasm/Cargo.toml index 9a21cb231..bd4e48ed6 100644 --- a/crates/taplo-wasm/Cargo.toml +++ b/crates/taplo-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taplo-wasm" -version = "0.1.0" +version = "0.2.0" edition = "2021" publish = false diff --git a/crates/taplo/Cargo.toml b/crates/taplo/Cargo.toml index 1beb6ccc8..39fd14b30 100644 --- a/crates/taplo/Cargo.toml +++ b/crates/taplo/Cargo.toml @@ -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"] diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 4d389f75d..8f99f275c 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -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 }, @@ -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", diff --git a/js/lsp/package.json b/js/lsp/package.json index d8ac0a313..cfb1186e5 100644 --- a/js/lsp/package.json +++ b/js/lsp/package.json @@ -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", @@ -32,4 +32,4 @@ "dependencies": { "@taplo/core": "^0.1.1" } -} \ No newline at end of file +}