Skip to content

Commit

Permalink
🔖 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent efc3e7d commit 7844509
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 10 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 4 additions & 2 deletions publish.css
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion tasks-snippet.css
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
8 changes: 6 additions & 2 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7844509

Please sign in to comment.