From 067ac95a6454c365b958a43ac2f0aef40c7a35d8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 19 Sep 2024 06:25:20 -0700 Subject: [PATCH] chore: make colors a little less abrupt --- package-lock.json | 10 +++++----- package.json | 2 +- src/includes/partials/home/recent-activity.liquid | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab4e6f1fc..47407097b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "24.19.0", + "version": "24.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "24.19.0", + "version": "24.19.1", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", @@ -1083,9 +1083,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001660", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz", - "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==", + "version": "1.0.30001662", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001662.tgz", + "integrity": "sha512-sgMUVwLmGseH8ZIrm1d51UbrhqMCH3jvS7gF/M6byuHOnKyLOBL7W8yz5V02OHwgLGA36o/AFhWzzh4uc5aqTA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 2e34682ec..4301866a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "24.19.0", + "version": "24.19.1", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/includes/partials/home/recent-activity.liquid b/src/includes/partials/home/recent-activity.liquid index 3cf024d9e..012216c75 100644 --- a/src/includes/partials/home/recent-activity.liquid +++ b/src/includes/partials/home/recent-activity.liquid @@ -8,10 +8,10 @@ Recent activity {% render "partials/blocks/banners/rss.liquid", url: "/feeds", text: "Subscribe to my movies, books, links or activity feed(s)" %} \ No newline at end of file