Skip to content

Commit

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

### Bug Fixes

* 🐛 Fixed issue with admin page touching the navigation menu ([2173de7](2173de7))

### Documentation

* 📸 Updated image to reflect the new progress bars ([cbd62d8](cbd62d8))
  • Loading branch information
semantic-release-bot committed Jun 3, 2024
1 parent 2173de7 commit ded12c8
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2/theme/complete.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/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.2/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/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.2
1.1.3
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.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");
@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");
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.2/theme/modules/<name>.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.3/theme/modules/<name>.css");
```

</div>
Expand Down

0 comments on commit ded12c8

Please sign in to comment.