Skip to content

Commit

Permalink
chore(release): 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Dec 12, 2024
1 parent 05679ac commit 017dc9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"private": true,
"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starlight-theme-obsidian",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"description": "A Starlight theme inspired by the Obsidian Publish website theme",
"author": "Fevol",
Expand Down Expand Up @@ -40,4 +40,4 @@
"@types/node": "^22.10.2",
"prettier": "^3.4.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/starlight-theme-obsidian/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight-theme-obsidian",
"author": "Fevol",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"description": "A Starlight theme inspired by the Obsidian Publish website theme",
"type": "module",
Expand Down Expand Up @@ -38,4 +38,4 @@
"astro": "^4.15.11",
"starlight-site-graph": "^0.1.11"
}
}
}

0 comments on commit 017dc9d

Please sign in to comment.