From c8c223f164bb2fe8209c27b872d641b9d1638913 Mon Sep 17 00:00:00 2001 From: Christian Olsen <9137189+Chrede88@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:04:31 +0100 Subject: [PATCH] :bookmark: preparing release v1.9.1 --- CHANGELOG.md | 5 +++++ assets/css/compiled/main.css | 5 +++-- assets/css/main.css | 5 +++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92626e9..82e8aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [1.9.1] - 2024-10-28 + +### Added +- New icon `PGP-key`. + ## [1.9.0] - 2024-10-27 ### Added diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 214beaa..107637b 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.9.0 | MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.9.1 | MIT License | https://github.com/Chrede88/L1nkr */ /*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */ @@ -1169,7 +1169,8 @@ video { background: conic-gradient(#7fba00 0% 25%, #ffb900 25% 50%, #00a4ef 50% 75%, #f25022 75% 100%); } -.link-pgp-key, .link-PGP-Key { +.link-pgp-key, +.link-PGP-Key { background-color: #a13c94; } diff --git a/assets/css/main.css b/assets/css/main.css index 702aae4..1c0f160 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,4 @@ -/*! L1nkr v1.9.0 | MIT License | https://github.com/Chrede88/L1nkr */ +/*! L1nkr v1.9.1 | MIT License | https://github.com/Chrede88/L1nkr */ @tailwind base; @tailwind components; @@ -242,6 +242,7 @@ background-color: #f25022; background: conic-gradient(#7fba00 0% 25%, #ffb900 25% 50%, #00a4ef 50% 75%, #f25022 75% 100%); } -.link-pgp-key, .link-PGP-Key { +.link-pgp-key, +.link-PGP-Key { background-color: #a13c94; } diff --git a/package.json b/package.json index fe5331b..0473882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "l1nkr", - "version": "1.9.0", + "version": "1.9.1", "description": "L1nkr theme for Hugo", "main": "index.js", "scripts": {