mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 10:40:31 +00:00
commit
10090e7d7a
5 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"obsidian-css-inlay-colors": patch:fix
|
||||
---
|
||||
|
||||
Fix color strings with uppercase letters not being recognised
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## \[1.4.1]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- [`4394998`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/439499882f58b3cc3e6359e20b6c31978b9bfa13) Fix color strings with uppercase letters not being recognised
|
||||
|
||||
## \[1.4.0]
|
||||
|
||||
### New Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "css-inlay-colors",
|
||||
"name": "CSS Inlay Colors",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Show inline color hints for CSS colors",
|
||||
"author": "Benji Grant",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-css-inlay-colors",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
|
||||
"description": "Show inline color hints for CSS colors",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@
|
|||
"1.2.0": "0.15.0",
|
||||
"1.3.0": "0.15.0",
|
||||
"1.3.1": "0.15.0",
|
||||
"1.4.0": "0.15.0"
|
||||
"1.4.0": "0.15.0",
|
||||
"1.4.1": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue