Skip to content

Commit 27cfeb0

Browse files
chore: version package (alpha) (#196)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1d02a16 commit 27cfeb0

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"tame-brooms-smell",
8888
"tasty-grapes-smile",
8989
"tasty-vans-explode",
90+
"thin-ants-walk",
9091
"three-moons-obey",
9192
"tiny-masks-jam",
9293
"tricky-numbers-wink",

src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vocs
22

3+
## 1.0.0-alpha.56
4+
5+
### Patch Changes
6+
7+
- [`1d02a16`](https://github.com/wevm/vocs/commit/1d02a166e14771259198d69e68897cd4d25cf7c6) Thanks [@jxom](https://github.com/jxom)! - Fixed location match for collapsed sidebars.
8+
39
## 1.0.0-alpha.55
410

511
### Patch Changes

src/cli/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.0.0-alpha.55'
1+
export const version = '1.0.0-alpha.56'

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vocs",
33
"description": "React Documentation Generator, powered by Vite.",
4-
"version": "1.0.0-alpha.55",
4+
"version": "1.0.0-alpha.56",
55
"type": "module",
66
"bin": {
77
"vocs": "./_lib/cli/index.js"

0 commit comments

Comments
 (0)