Skip to content

Commit

Permalink
chore: 🧹 1.1.1
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2024-06-03)

### Style Changes

* 🎨 Changed the admin page to reflect the rest of the theme ([25a1abb](25a1abb))
  • Loading branch information
semantic-release-bot committed Jun 3, 2024
1 parent 25a1abb commit 5134c9a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following line includes the base theme as well as all our optional modules.
<div align="left">

```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");
```

</div>
Expand All @@ -28,7 +28,7 @@ If you just want the theme without all our modules integrated, simply copy this
<div align="left">

```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");
```

</div>
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
16 changes: 8 additions & 8 deletions theme/complete.css
Original file line number Diff line number Diff line change
Expand Up @@ -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");
@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");
2 changes: 1 addition & 1 deletion theme/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The general format to install a module is as followed, you will need to replace
<div align="left">

```css
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.0/theme/modules/<name>.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.1/theme/modules/<name>.css");
```

</div>
Expand Down

0 comments on commit 5134c9a

Please sign in to comment.