Skip to content

Commit

Permalink
chore: version package (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 19, 2024
1 parent cab7046 commit baf81bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"four-cougars-draw",
"four-lamps-decide",
"fresh-onions-behave",
"fuzzy-tomatoes-tickle",
"giant-falcons-breathe",
"good-gorillas-exercise",
"gorgeous-files-decide",
Expand All @@ -65,6 +66,7 @@
"plenty-cats-cough",
"polite-spiders-brake",
"real-elephants-deny",
"shaggy-steaks-exist",
"silly-buttons-prove",
"slimy-rockets-judge",
"slow-rabbits-appear",
Expand Down
8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vocs

## 1.0.0-alpha.53

### Patch Changes

- [`6754dfe`](https://github.com/wevm/vocs/commit/6754dfed8fe714aea6f1cd06ad08af56a59e8dac) Thanks [@RichardIrala](https://github.com/RichardIrala)! - Fixed collapsible nav titles now redirect to their first sub-nav option and highlight when selected.

- [`879f297`](https://github.com/wevm/vocs/commit/879f297e5cfaceb592044802b85bf4d179842fbd) Thanks [@jxom](https://github.com/jxom)! - Allow navigable sidebar section header.

## 1.0.0-alpha.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/cli/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.0.0-alpha.51'
export const version = '1.0.0-alpha.53'
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vocs",
"description": "React Documentation Generator, powered by Vite.",
"version": "1.0.0-alpha.52",
"version": "1.0.0-alpha.53",
"type": "module",
"bin": {
"vocs": "./_lib/cli/index.js"
Expand Down

0 comments on commit baf81bf

Please sign in to comment.