From 53fd756bffa79a72bbd548a2e482a69b72a29259 Mon Sep 17 00:00:00 2001 From: GRA0007 <8862273+GRA0007@users.noreply.github.com> Date: Tue, 6 Aug 2024 04:20:14 +0000 Subject: [PATCH] Publish new version --- .changes/color-picker.md | 5 ----- .changes/invalid-color.md | 5 ----- .changes/only-live-preview.md | 5 ----- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 7 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changes/color-picker.md delete mode 100644 .changes/invalid-color.md delete mode 100644 .changes/only-live-preview.md diff --git a/.changes/color-picker.md b/.changes/color-picker.md deleted file mode 100644 index a4eeafd..0000000 --- a/.changes/color-picker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"obsidian-css-inlay-colors": major:feat ---- - -Add a color picker in live preview mode diff --git a/.changes/invalid-color.md b/.changes/invalid-color.md deleted file mode 100644 index fef27d5..0000000 --- a/.changes/invalid-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"obsidian-css-inlay-colors": patch:fix ---- - -Fix the plugin crashing when trying to parse an invalid color diff --git a/.changes/only-live-preview.md b/.changes/only-live-preview.md deleted file mode 100644 index dafd751..0000000 --- a/.changes/only-live-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"obsidian-css-inlay-colors": patch:fix ---- - -Disable the plugin in source mode diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6dda7..bd78ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[1.0.0] + +### New Features + +- [`babc54b`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/babc54b7719a22f66ddca3cff387f9c6ec31c710) Add a color picker in live preview mode + +### Bug Fixes + +- [`384cc20`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/384cc20e3c81f32d41cf980c44cc9b9d42a7fb7f) Fix the plugin crashing when trying to parse an invalid color +- [`583a8f2`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/583a8f2afa541f01ef27d88c7e562ea14f708ea7) Disable the plugin in source mode + ## \[0.2.1] ### Bug Fixes diff --git a/manifest.json b/manifest.json index 1ef9b30..306cf2a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "css-inlay-colors", "name": "CSS Inlay Colors", - "version": "0.2.1", + "version": "1.0.0", "minAppVersion": "0.15.0", "description": "Show inline color hints for CSS colors", "author": "Benji Grant", diff --git a/package.json b/package.json index 50ced70..1d97b93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-css-inlay-colors", - "version": "0.2.1", + "version": "1.0.0", "packageManager": "yarn@4.3.1", "description": "Show inline color hints for CSS colors", "main": "main.js", diff --git a/versions.json b/versions.json index d28ae8d..7121f39 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "0.15.0", "0.1.1": "0.15.0", "0.2.0": "0.15.0", - "0.2.1": "0.15.0" + "0.2.1": "0.15.0", + "1.0.0": "0.15.0" }