Skip to content

Commit

Permalink
chore: 🧹 1.1.7
Browse files Browse the repository at this point in the history
## [1.1.7](v1.1.6...v1.1.7) (2024-06-04)

### Code Refactoring

* 📸 Updated logo to the height of the navigation bar ([ce263ef](ce263ef))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent d0b6777 commit 08dcd82
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.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
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/[email protected].6/theme/complete.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/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/[email protected].6/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/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.6
1.1.7
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/[email protected].6/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/central-libraries-small.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/change-logo.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/count-indicators.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/forgot-password.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/hide-my-media.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/moving-cards.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].6/theme/modules/smaller-cast.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/central-libraries-small.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/change-logo.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/count-indicators.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/forgot-password.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/hide-my-media.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/moving-cards.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/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/[email protected].6/theme/modules/<name>.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/[email protected].7/theme/modules/<name>.css");
```

</div>
Expand Down

0 comments on commit 08dcd82

Please sign in to comment.