Skip to content

Commit

Permalink
chore(release): 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Oct 8, 2024
1 parent 5877170 commit cbd0b01
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.1.5",
"version": "0.1.6",
"scripts": {
"dev": "astro dev",
"dev-host": "astro dev --host",
Expand All @@ -19,4 +19,4 @@
"starlight-site-graph": "workspace:*",
"typescript": "^5.5.4"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starlight-site-graph",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "Starlight plugin adding a graph component to the site's right-sidebar",
"author": "Fevol",
Expand Down Expand Up @@ -39,4 +39,4 @@
"@types/node": "^22.4.0",
"prettier": "^3.3.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/starlight-site-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight-site-graph",
"author": "Fevol",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "Starlight plugin adding a graph component to the site's right-sidebar",
"type": "module",
Expand Down Expand Up @@ -49,4 +49,4 @@
"optional": true
}
}
}
}

0 comments on commit cbd0b01

Please sign in to comment.