From eb6e431d81366dbc9258138512228247686bd73d Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Fri, 13 Dec 2024 14:00:11 +0100 Subject: [PATCH] Update accessible-astro-components to version 3.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f27013..a6971f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-starter", "description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.", - "version": "3.2.1", + "version": "3.2.2", "author": "Mark Teekman", "homepage": "https://accessible-astro.netlify.app/", "scripts": { @@ -32,6 +32,6 @@ "tailwindcss": "^3.4.15" }, "dependencies": { - "accessible-astro-components": "^3.0.0" + "accessible-astro-components": "^3.0.1" } }