Skip to content

Commit

Permalink
chore: version package (alpha) (#21)
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 15, 2024
1 parent b58217c commit 5ceaab2
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 @@ -26,6 +26,7 @@
"good-gorillas-exercise",
"gorgeous-files-decide",
"great-worms-sniff",
"hip-seals-hope",
"mighty-houses-admire",
"moody-guests-fry",
"smooth-days-shop",
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.12

### Patch Changes

- [`b58217c`](https://github.com/wevm/vocs/commit/b58217ccca8376f42564940df901d11eda2ef906) Thanks [@jxom](https://github.com/jxom)! - Fixed google fonts.

## 1.0.0-alpha.11

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

0 comments on commit 5ceaab2

Please sign in to comment.