From 5134c9a87ab92826a39868f2fb7dfd3191a5b65b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jun 2024 15:25:11 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.1](https://github.com/JamsRepos/Jamfin/compare/v1.1.0...v1.1.1) (2024-06-03) ### Style Changes * :art: Changed the admin page to reflect the rest of the theme ([25a1abb](https://github.com/JamsRepos/Jamfin/commit/25a1abbfbdb730efdc64f78e54262914402a51c6)) --- 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 a913b7e..7241552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.1](https://github.com/JamsRepos/Jamfin/compare/v1.1.0...v1.1.1) (2024-06-03) + +### Style Changes + +* :art: Changed the admin page to reflect the rest of the theme ([25a1abb](https://github.com/JamsRepos/Jamfin/commit/25a1abbfbdb730efdc64f78e54262914402a51c6)) + ## [1.1.0](https://github.com/JamsRepos/Jamfin/compare/v1.0.13...v1.1.0) (2024-06-03) ### Bug Fixes diff --git a/README.md b/README.md index b1aca06..04e712e 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.0/theme/complete.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/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.0/theme/base.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/base.css"); ```
diff --git a/VERSION.txt b/VERSION.txt index 9084fa2..524cb55 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/theme/complete.css b/theme/complete.css index ebc7cb5..f6524bb 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.0/theme/base.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/central-libraries-small.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/change-logo.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/count-indicators.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/forgot-password.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/hide-my-media.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/moving-cards.css"); -@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/smaller-cast.css"); \ No newline at end of file +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/base.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/central-libraries-small.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/change-logo.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/count-indicators.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/forgot-password.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/hide-my-media.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/moving-cards.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/smaller-cast.css"); \ No newline at end of file diff --git a/theme/modules/README.md b/theme/modules/README.md index c763503..50659a9 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.0/theme/modules/.css"); +@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/.css"); ```