From 784450979e30b7a4ca03a6cfb4066ff018c0289b Mon Sep 17 00:00:00 2001 From: GitHub <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:08:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++++++- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- publish.css | 6 ++++-- tasks-snippet.css | 2 +- theme.css | 8 ++++++-- 7 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374d9fb..1340eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [1.0.0](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.21...1.0.0) +#### [1.0.1](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/1.0.0...1.0.1) + +- Bump sass from 1.76.0 to 1.77.1 [`efc3e7d`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/efc3e7d86050d3cdc54b005bf2fdd071acc9764a) +- Bump sass from 1.75.0 to 1.76.0 [`829d6a7`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/829d6a73f5a0dac7af50190812faac6b5123bffe) +- Bump sass from 1.74.1 to 1.75.0 [`f2cc933`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/f2cc93396ffe1a47c9efbe833500623267752673) +- Bump sass from 1.72.0 to 1.74.1 [`3f87888`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/3f878882ae088efdfd2c117de0f5cf7307374d2a) +- Bump sass from 1.71.1 to 1.72.0 [`f89b75c`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/f89b75cb4511d44000bf404336aa68b175ed03df) +- ✨ invisible embed: start/end vars [`9229cbd`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/9229cbd2830fe38201ed70497ac1afb6446cc7ff) +- 👷 update FUNDING.yml [`d7fb283`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/d7fb2836f37605915fdf0cf669f993216352f6a6) + +### [1.0.0](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.21...1.0.0) + +> 10 March 2024 - Bump chokidar from 3.5.3 to 3.6.0 [`14f6d84`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/14f6d8426773e9f2f1c2474e510a9d93a27b74e7) - Bump sass from 1.71.0 to 1.71.1 [`0a3c410`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/0a3c4104d094448ee722a1248c6c9b208a502b61) diff --git a/manifest.json b/manifest.json index 7ab6009..2c161a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Ebullientworks", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.16.0", "author": "Ebullientworks", "authorUrl": "https://github.com/ebullient", diff --git a/package-lock.json b/package-lock.json index 9c154fc..e7d79af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-theme-ebullientworks", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-theme-ebullientworks", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 82e3c21..3c3c7de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel", diff --git a/publish.css b/publish.css index f4a2119..079c660 100644 --- a/publish.css +++ b/publish.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 1.0.0. A dark and light theme for Obsidian. +Ebullientworks 1.0.1. A dark and light theme for Obsidian. https://github.com/ebullient/obsidian-theme-ebullientworks */ @@ -1283,9 +1283,11 @@ div[src$="#small-right"] { } /** Ensure an individual embedded block to have borders and padding removed (nesting) */ -.internal-embed[alt=invisible-embed] { +.markdown-embed.internal-embed[alt=invisible-embed] { --embed-border-left: none; --embed-border-right: none; + --embed-border-start: none; + --embed-border-end: none; --embed-padding: 0; } diff --git a/tasks-snippet.css b/tasks-snippet.css index 0a0ff0d..de75b48 100644 --- a/tasks-snippet.css +++ b/tasks-snippet.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 1.0.0. A dark and light theme for Obsidian. +Ebullientworks 1.0.1. A dark and light theme for Obsidian. https://github.com/ebullient/obsidian-theme-ebullientworks */ diff --git a/theme.css b/theme.css index 5e51242..4768309 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 1.0.0. A dark and light theme for Obsidian. +Ebullientworks 1.0.1. A dark and light theme for Obsidian. https://github.com/ebullient/obsidian-theme-ebullientworks */ @@ -2428,9 +2428,11 @@ div[src$="#small-right"] { } /** Ensure an individual embedded block to have borders and padding removed (nesting) */ -.internal-embed[alt=invisible-embed] { +.markdown-embed.internal-embed[alt=invisible-embed] { --embed-border-left: none; --embed-border-right: none; + --embed-border-start: none; + --embed-border-end: none; --embed-padding: 0; } @@ -2524,6 +2526,8 @@ li .internal-embed .markdown-embed-content { .markdown-rendered.invisible-embed { --embed-border-left: none; --embed-border-right: none; + --embed-border-start: none; + --embed-border-end: none; --embed-padding: 0; }