mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 05:18:59 +00:00
Publish new version
This commit is contained in:
parent
1707a2d87a
commit
53fd756bff
7 changed files with 15 additions and 18 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"obsidian-css-inlay-colors": major:feat
|
||||
---
|
||||
|
||||
Add a color picker in live preview mode
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"obsidian-css-inlay-colors": patch:fix
|
||||
---
|
||||
|
||||
Fix the plugin crashing when trying to parse an invalid color
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"obsidian-css-inlay-colors": patch:fix
|
||||
---
|
||||
|
||||
Disable the plugin in source mode
|
||||
11
CHANGELOG.md
11
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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue