Skip to content

Commit

Permalink
chore: version package (alpha) (#15)
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 Jan 13, 2024
1 parent 3a9b4e9 commit c77337f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"cool-seas-breathe",
"early-dodos-cough",
"four-cougars-draw",
"four-lamps-decide",
"giant-falcons-breathe",
"good-gorillas-exercise",
"great-worms-sniff",
Expand Down
6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vocs

## 1.0.0-alpha.8

### Patch Changes

- [`3a9b4e9`](https://github.com/wevm/vocs/commit/3a9b4e926e6e84096b1e85ffa33975f88b1bb7b4) Thanks [@jxom](https://github.com/jxom)! - Fixed components in MDX snippets.

## 1.0.0-alpha.7

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

0 comments on commit c77337f

Please sign in to comment.