Skip to content

Commit

Permalink
chore: version package (alpha) (#141)
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 Mar 31, 2024
1 parent c1a23b7 commit 6e0c841
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"calm-buckets-brake",
"calm-taxis-confess",
"clean-keys-admire",
"cool-baboons-fly",
"cool-seas-breathe",
"curly-walls-enjoy",
"cyan-pears-clap",
Expand Down Expand Up @@ -55,6 +56,7 @@
"nasty-ladybugs-whisper",
"new-dancers-notice",
"nice-goats-begin",
"orange-plums-change",
"plenty-cats-cough",
"polite-spiders-brake",
"real-elephants-deny",
Expand All @@ -64,6 +66,7 @@
"smooth-days-shop",
"smooth-news-try",
"soft-olives-behave",
"sour-beans-hope",
"strange-chairs-build",
"strange-lions-kick",
"strong-rocks-hammer",
Expand Down
10 changes: 10 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# vocs

## 1.0.0-alpha.45

### Patch Changes

- [`c1a23b7`](https://github.com/wevm/vocs/commit/c1a23b75b27b2447ceb485ba125c828db245f200) Thanks [@jxom](https://github.com/jxom)! - Fixed frontmatter parsing.

- [`d3de99d`](https://github.com/wevm/vocs/commit/d3de99d40ff8605ff1b01214f2f2eb51d280ca97) Thanks [@jxom](https://github.com/jxom)! - Added assertion to `CodeGroup`.

- [`c1a23b7`](https://github.com/wevm/vocs/commit/c1a23b75b27b2447ceb485ba125c828db245f200) Thanks [@jxom](https://github.com/jxom)! - Fixed nullish state case.

## 1.0.0-alpha.44

### Patch Changes
Expand Down
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.44",
"version": "1.0.0-alpha.45",
"type": "module",
"bin": {
"vocs": "./_lib/cli/index.js"
Expand Down

0 comments on commit 6e0c841

Please sign in to comment.