From 17623552aa7705ff87a27ab1ec20e1ba0abdf44a Mon Sep 17 00:00:00 2001 From: Fevol <8179397+Fevol@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:31:18 +0200 Subject: [PATCH] chore(release): 0.0.3 --- docs/package.json | 4 ++-- package.json | 4 ++-- packages/starlight-theme-obsidian/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index 5dd4310..6651d0f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "docs", "private": true, "type": "module", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "dev": "astro dev", "dev-host": "astro dev --host", @@ -19,4 +19,4 @@ "starlight-theme-obsidian": "file:../packages/starlight-theme-obsidian", "typescript": "^5.6.2" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index def4f18..a25850b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starlight-theme-obsidian", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "description": "A Starlight theme inspired by the Obsidian Publish website theme", "author": "Fevol", @@ -38,4 +38,4 @@ "dependencies": { "@types/node": "^22.4.0" } -} +} \ No newline at end of file diff --git a/packages/starlight-theme-obsidian/package.json b/packages/starlight-theme-obsidian/package.json index d713e48..bf2176a 100644 --- a/packages/starlight-theme-obsidian/package.json +++ b/packages/starlight-theme-obsidian/package.json @@ -1,7 +1,7 @@ { "name": "starlight-theme-obsidian", "author": "Fevol", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "description": "A Starlight theme inspired by the Obsidian Publish website theme", "type": "module", @@ -40,4 +40,4 @@ "dependencies": { "@astrojs/starlight": "^0.28.2" } -} +} \ No newline at end of file