Skip to content

Commit

Permalink
chore: version package (alpha) (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 1, 2024
1 parent 28db19b commit 17628c3
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 @@ -68,6 +68,7 @@
"smooth-news-try",
"soft-olives-behave",
"sour-beans-hope",
"stale-eels-sing",
"strange-chairs-build",
"strange-lions-kick",
"strong-rocks-hammer",
Expand All @@ -86,6 +87,7 @@
"twenty-colts-hide",
"unlucky-geese-yell",
"weak-fishes-smoke",
"wild-poems-film",
"young-months-beg"
]
}
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.47

### Patch Changes

- [`28db19b`](https://github.com/wevm/vocs/commit/28db19b5c9d502b193dd0f0c90eeddecd2035617) Thanks [@jxom](https://github.com/jxom)! - Added `search` config option.

- [#144](https://github.com/wevm/vocs/pull/144) [`35c6314`](https://github.com/wevm/vocs/commit/35c63149e18c6b56c8a20c9bcc2c2c62fde8f0a5) Thanks [@voliva](https://github.com/voliva)! - Fixed outline with basePath config

## 1.0.0-alpha.46

### 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.40'
export const version = '1.0.0-alpha.47'
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.46",
"version": "1.0.0-alpha.47",
"type": "module",
"bin": {
"vocs": "./_lib/cli/index.js"
Expand Down

0 comments on commit 17628c3

Please sign in to comment.