From aa7108a2a6d41f57aad4a5a5543d78f6b9bb7213 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2024 19:02:24 +0000 Subject: [PATCH] [ci] release --- .changeset/friendly-sloths-cough.md | 7 ------- packages/starlight-multi-sidebar/CHANGELOG.md | 8 ++++++++ packages/starlight-multi-sidebar/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/friendly-sloths-cough.md diff --git a/.changeset/friendly-sloths-cough.md b/.changeset/friendly-sloths-cough.md deleted file mode 100644 index 93991f1..0000000 --- a/.changeset/friendly-sloths-cough.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@lorenzo_lewis/starlight-multi-sidebar": patch ---- - -Refactor horizontal tab styles. - -If you are familiar with Astro docs prior to the Starlight migration this may look familiar 😉 diff --git a/packages/starlight-multi-sidebar/CHANGELOG.md b/packages/starlight-multi-sidebar/CHANGELOG.md index 5f3bfd4..80b225b 100644 --- a/packages/starlight-multi-sidebar/CHANGELOG.md +++ b/packages/starlight-multi-sidebar/CHANGELOG.md @@ -1,5 +1,13 @@ # @lorenzo_lewis/starlight-multi-sidebar +## 0.1.3 + +### Patch Changes + +- 668249b: Refactor horizontal tab styles. + + If you are familiar with Astro docs prior to the Starlight migration this may look familiar 😉 + ## 0.1.2 ### Patch Changes diff --git a/packages/starlight-multi-sidebar/package.json b/packages/starlight-multi-sidebar/package.json index 09efd88..6a9f302 100644 --- a/packages/starlight-multi-sidebar/package.json +++ b/packages/starlight-multi-sidebar/package.json @@ -1,7 +1,7 @@ { "name": "@lorenzo_lewis/starlight-multi-sidebar", "author": "Lorenzo Lewis", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "description": "Enable multiple sidebars with your Starlight site.", "type": "module",