From d4161d44f74ea36071b7a565f448d7465d964c05 Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Fri, 1 Sep 2023 13:36:35 +0200 Subject: [PATCH 1/2] chore: Update Accessible Astro Components package, fixes #73 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37ed01d..a490c28 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/tailwind": "^3.0.0", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", - "accessible-astro-components": "^2.1.0", + "accessible-astro-components": "^2.2.0", "astro": "^2.0.1", "astro-compress": "^2.0.6", "astro-icon": "^0.7.3", From b1f9de9f6751c744d8769154f5ac5c66caf0bf1e Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Fri, 1 Sep 2023 13:56:45 +0200 Subject: [PATCH 2/2] Update version to 2.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a490c28..47b52e9 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": "2.0.6", + "version": "2.0.7", "author": "Mark Teekman", "homepage": "https://accessible-astro.netlify.app/", "scripts": {