From ded12c82ebecc407edfbc540321510c251e0f0b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jun 2024 17:04:01 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.3](https://github.com/JamsRepos/Jamfin/compare/v1.1.2...v1.1.3) (2024-06-03) ### Bug Fixes * :bug: Fixed issue with admin page touching the navigation menu ([2173de7](https://github.com/JamsRepos/Jamfin/commit/2173de7e375976d64ea9e0e69cb3ea204f918c84)) ### Documentation * :camera_flash: Updated image to reflect the new progress bars ([cbd62d8](https://github.com/JamsRepos/Jamfin/commit/cbd62d890f05065694ac91156eb73325fd805ba1)) --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- VERSION.txt | 2 +- theme/complete.css | 16 ++++++++-------- theme/modules/README.md | 2 +- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db19c8f..cb6dcd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.1.3](https://github.com/JamsRepos/Jamfin/compare/v1.1.2...v1.1.3) (2024-06-03) + +### Bug Fixes + +* :bug: Fixed issue with admin page touching the navigation menu ([2173de7](https://github.com/JamsRepos/Jamfin/commit/2173de7e375976d64ea9e0e69cb3ea204f918c84)) + +### Documentation + +* :camera_flash: Updated image to reflect the new progress bars ([cbd62d8](https://github.com/JamsRepos/Jamfin/commit/cbd62d890f05065694ac91156eb73325fd805ba1)) + ## [1.1.2](https://github.com/JamsRepos/Jamfin/compare/v1.1.1...v1.1.2) (2024-06-03) ### Code Refactoring diff --git a/README.md b/README.md index 1e4d18e..46e3d30 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.2/theme/complete.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/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.2/theme/base.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/base.css"); ```
diff --git a/VERSION.txt b/VERSION.txt index 45a1b3f..781dcb0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.2 +1.1.3 diff --git a/theme/complete.css b/theme/complete.css index 7c690bd..144081f 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.2/theme/base.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.2/theme/modules/central-libraries-small.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.2/theme/modules/change-logo.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.2/theme/modules/count-indicators.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.2/theme/modules/forgot-password.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.2/theme/modules/hide-my-media.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.2/theme/modules/moving-cards.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.2/theme/modules/smaller-cast.css"); \ No newline at end of file +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/base.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/central-libraries-small.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/change-logo.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/count-indicators.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/forgot-password.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/hide-my-media.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/moving-cards.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/smaller-cast.css"); \ No newline at end of file diff --git a/theme/modules/README.md b/theme/modules/README.md index 1110655..9e8dcfd 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.2/theme/modules/.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/.css"); ```