From 08dcd82290f19c9f0e56038f3e7b352e3e5c08a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 15:49:03 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=201.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.7](https://github.com/JamsRepos/Jamfin/compare/v1.1.6...v1.1.7) (2024-06-04) ### Code Refactoring * :camera_flash: Updated logo to the height of the navigation bar ([ce263ef](https://github.com/JamsRepos/Jamfin/commit/ce263efcff13a689b9d4beb96d7bb4bc003d916e)) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- VERSION.txt | 2 +- theme/complete.css | 16 ++++++++-------- theme/modules/README.md | 2 +- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d225a23..612fd1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.7](https://github.com/JamsRepos/Jamfin/compare/v1.1.6...v1.1.7) (2024-06-04) + +### Code Refactoring + +* :camera_flash: Updated logo to the height of the navigation bar ([ce263ef](https://github.com/JamsRepos/Jamfin/commit/ce263efcff13a689b9d4beb96d7bb4bc003d916e)) + ## [1.1.6](https://github.com/JamsRepos/Jamfin/compare/v1.1.5...v1.1.6) (2024-06-04) ### Documentation diff --git a/README.md b/README.md index 45823c6..869eaf9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The following line includes the base theme as well as all our optional modules.
```css -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/complete.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/complete.css"); ```
@@ -28,7 +28,7 @@ If you just want the theme without all our modules integrated, simply copy this
```css -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/base.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/base.css"); ```
diff --git a/VERSION.txt b/VERSION.txt index 0664a8f..2bf1ca5 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.6 +1.1.7 diff --git a/theme/complete.css b/theme/complete.css index 2edbd5c..f5a4517 100644 --- a/theme/complete.css +++ b/theme/complete.css @@ -4,11 +4,11 @@ You can grab the base theme by changing jamfin.css to base.css in the first line. */ -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/base.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/central-libraries-small.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/change-logo.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/count-indicators.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/forgot-password.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/hide-my-media.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/moving-cards.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/smaller-cast.css"); \ No newline at end of file +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/base.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/central-libraries-small.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/change-logo.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/count-indicators.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/forgot-password.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/hide-my-media.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/moving-cards.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/smaller-cast.css"); \ No newline at end of file diff --git a/theme/modules/README.md b/theme/modules/README.md index e3007f4..757190d 100644 --- a/theme/modules/README.md +++ b/theme/modules/README.md @@ -12,7 +12,7 @@ The general format to install a module is as followed, you will need to replace
```css -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.6/theme/modules/.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/.css"); ```