From 3b26f4a85217143498498a9745221bced3fd3283 Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Sun, 22 Oct 2023 14:01:09 +0200 Subject: [PATCH 1/2] Update Accessible Astro Components package to version 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be3666d..f35ba2e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/tailwind": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", - "accessible-astro-components": "^2.2.0", + "accessible-astro-components": "^2.3.0", "astro": "^3.0.10", "astro-compress": "^2.0.6", "astro-icon": "^0.7.3", From e25d4b2808ac165c66a4484e1f6fbc2e264d2fb1 Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Sun, 22 Oct 2023 14:01:21 +0200 Subject: [PATCH 2/2] Update version to 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f35ba2e..643c289 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-starter", "description": "An Accessible Starter Theme for Astro including several accessiblity features and tools to help you build faster.", - "version": "3.0.0", + "version": "3.0.1", "author": "Mark Teekman", "homepage": "https://accessible-astro.netlify.app/", "scripts": {