Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Oct 4, 2024
1 parent 1cd1237 commit 4632583
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
Expand All @@ -19,4 +19,4 @@
"starlight-theme-obsidian": "file:../packages/starlight-theme-obsidian",
"typescript": "^5.6.2"
}
}
}
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.3",
"version": "0.0.2",
"license": "MIT",
"description": "A Starlight theme inspired by the Obsidian Publish website theme",
"author": "Fevol",
Expand Down Expand Up @@ -38,4 +38,4 @@
"dependencies": {
"@types/node": "^22.4.0"
}
}
}
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.3",
"version": "0.0.2",
"license": "MIT",
"description": "A Starlight theme inspired by the Obsidian Publish website theme",
"type": "module",
Expand Down Expand Up @@ -40,4 +40,4 @@
"dependencies": {
"@astrojs/starlight": "^0.28.2"
}
}
}

0 comments on commit 4632583

Please sign in to comment.