Skip to content

Commit

Permalink
🔖 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 10, 2024
1 parent 324a56d commit 5b546f4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 58 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ 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)

- 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)
- Bump sass from 1.70.0 to 1.71.0 [`d38804b`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/d38804b65e60eb02a7c5297167fb7cf6532fc334)
- Bump sass from 1.69.7 to 1.70.0 [`07a50ef`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/07a50ef2e6d7597f8dc445f41b81dcf9d8adc40b)
- Bump sass from 1.69.6 to 1.69.7 [`0953fd4`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/0953fd43a448a7b733fe4c111f7b197e8e072b68)
- Bump sass from 1.69.5 to 1.69.6 [`ed24675`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/ed24675cd92e6b2b62076dff8f72cfd1cee34dda)
- 🎨 lighten whitespace for show-whitespace plugin [`324a56d`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/324a56d19cec0546fa7ecb01b87fa588b2b99e90)

#### [0.7.21](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.20...0.7.21)

> 15 December 2023
- 🐛 Fix size of external link background (remove unnecessary style) [`8401ebd`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8401ebd71129e247c9bf904c336540aed5dcf5c1)

#### [0.7.20](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.19...0.7.20)
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": "0.7.21",
"version": "1.0.0",
"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": "0.7.21",
"version": "1.0.0",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
Expand Down
2 changes: 1 addition & 1 deletion publish.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks 0.7.21. A dark and light theme for Obsidian.
Ebullientworks 1.0.0. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
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 0.7.21. A dark and light theme for Obsidian.
Ebullientworks 1.0.0. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down
55 changes: 3 additions & 52 deletions theme.css

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

0 comments on commit 5b546f4

Please sign in to comment.