From 8f9baea766653d7858bbcf3a94c518b6834d27d6 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 30 Oct 2024 22:20:50 +0800 Subject: [PATCH] v0.15.0 --- Cargo.lock | 4 ++-- README.md | 2 +- dprint_plugin/Cargo.toml | 2 +- dprint_plugin/deployment/npm/package.json | 2 +- dprint_plugin/deployment/schema.json | 2 +- markup_fmt/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cec4ad2..154f359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,7 +617,7 @@ dependencies = [ [[package]] name = "dprint_plugin_markup" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "dprint-core 0.66.2", @@ -862,7 +862,7 @@ dependencies = [ [[package]] name = "markup_fmt" -version = "0.14.0" +version = "0.15.0" dependencies = [ "aho-corasick", "css_dataset", diff --git a/README.md b/README.md index f86e35d..88336cb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ After adding the dprint plugins, update your `dprint.json` and add configuration // ... "plugins": [ // ... other plugins URL - "https://plugins.dprint.dev/g-plane/markup_fmt-v0.14.0.wasm" + "https://plugins.dprint.dev/g-plane/markup_fmt-v0.15.0.wasm" ], "markup": { // <-- the key name here is "markup", not "markup_fmt" // config comes here diff --git a/dprint_plugin/Cargo.toml b/dprint_plugin/Cargo.toml index d63b2c2..6c734d8 100644 --- a/dprint_plugin/Cargo.toml +++ b/dprint_plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint_plugin_markup" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = ["Pig Fang "] description = "markup_fmt as dprint plugin." diff --git a/dprint_plugin/deployment/npm/package.json b/dprint_plugin/deployment/npm/package.json index f8f468a..2e86db6 100644 --- a/dprint_plugin/deployment/npm/package.json +++ b/dprint_plugin/deployment/npm/package.json @@ -1,7 +1,7 @@ { "name": "dprint-plugin-markup", "description": "markup_fmt as dprint plugin.", - "version": "0.14.0", + "version": "0.15.0", "author": "Pig Fang ", "repository": "g-plane/markup_fmt", "license": "MIT", diff --git a/dprint_plugin/deployment/schema.json b/dprint_plugin/deployment/schema.json index 2648a74..7c844ac 100644 --- a/dprint_plugin/deployment/schema.json +++ b/dprint_plugin/deployment/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://plugins.dprint.dev/g-plane/markup_fmt/v0.14.0/schema.json", + "$id": "https://plugins.dprint.dev/g-plane/markup_fmt/v0.15.0/schema.json", "title": "Config", "description": "Configuration for dprint-plugin-markup.", "type": "object", diff --git a/markup_fmt/Cargo.toml b/markup_fmt/Cargo.toml index 69b1872..16c9117 100644 --- a/markup_fmt/Cargo.toml +++ b/markup_fmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markup_fmt" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = ["Pig Fang "] description = "Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter."