From e8390b97a4089e0f2ab998f0cd1be833e9292d31 Mon Sep 17 00:00:00 2001 From: GRA0007 <8862273+GRA0007@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:58:29 +0000 Subject: [PATCH] Publish new version --- .changes/copy-to-clipboard.md | 5 ----- .changes/hide-individual-color-names.md | 5 ----- .changes/upgrade-packages.md | 5 ----- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 7 files changed, 12 insertions(+), 18 deletions(-) delete mode 100644 .changes/copy-to-clipboard.md delete mode 100644 .changes/hide-individual-color-names.md delete mode 100644 .changes/upgrade-packages.md diff --git a/.changes/copy-to-clipboard.md b/.changes/copy-to-clipboard.md deleted file mode 100644 index c20c8ea..0000000 --- a/.changes/copy-to-clipboard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"obsidian-css-inlay-colors": minor:feat ---- - -Adds an option to copy the color to the clipboard on click in reading mode diff --git a/.changes/hide-individual-color-names.md b/.changes/hide-individual-color-names.md deleted file mode 100644 index c2d1aea..0000000 --- a/.changes/hide-individual-color-names.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"obsidian-css-inlay-colors": minor:feat ---- - -Surround colors in square brackets to hide the color names on a case-by-case basis diff --git a/.changes/upgrade-packages.md b/.changes/upgrade-packages.md deleted file mode 100644 index ea48b15..0000000 --- a/.changes/upgrade-packages.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"obsidian-css-inlay-colors": patch:feat ---- - -Upgrades all packages and swaps to pnpm for development diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c2b93..d44f4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[1.3.0] + +### New Features + +- [`937d95f`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/937d95f16fd78df4d5217077ede6c9beef3c03ae) Adds an option to copy the color to the clipboard on click in reading mode +- [`b0d482f`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/b0d482fb4faf1cc66d8ac4d291426700b72946d7) Surround colors in square brackets to hide the color names on a case-by-case basis +- [`31bb045`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/31bb0451a69bc11ad23f1ddb170c4c9a48353235) Upgrades all packages and swaps to pnpm for development + ## \[1.2.0] ### New Features diff --git a/manifest.json b/manifest.json index ee723de..14475c5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "css-inlay-colors", "name": "CSS Inlay Colors", - "version": "1.2.0", + "version": "1.3.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 3d8d85c..aa76cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-css-inlay-colors", - "version": "1.2.0", + "version": "1.3.0", "packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67", "description": "Show inline color hints for CSS colors", "main": "main.js", diff --git a/versions.json b/versions.json index 4efa45f..577be86 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.2.1": "0.15.0", "1.0.0": "0.15.0", "1.1.0": "0.15.0", - "1.2.0": "0.15.0" + "1.2.0": "0.15.0", + "1.3.0": "0.15.0" }