Skip to content

Commit

Permalink
chore: version package (alpha) (#20)
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 e0dee4a commit 371006d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,21 @@
"calm-buckets-brake",
"cool-seas-breathe",
"early-dodos-cough",
"famous-dingos-rescue",
"fast-steaks-approve",
"four-cougars-draw",
"four-lamps-decide",
"giant-falcons-breathe",
"good-gorillas-exercise",
"gorgeous-files-decide",
"great-worms-sniff",
"mighty-houses-admire",
"moody-guests-fry",
"smooth-days-shop",
"tall-buttons-give",
"tall-mangos-ring",
"tasty-vans-explode"
"tasty-grapes-smile",
"tasty-vans-explode",
"twenty-colts-hide"
]
}
22 changes: 22 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# vocs

## 1.0.0-alpha.11

### Major Changes

- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `twoslash.defaultCompilerOptions` to `twoslash.compilerOptions` in the Vocs config.

### Minor Changes

- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - Updated Shikiji to `0.10.0-beta.1`.

- [`db95f75`](https://github.com/wevm/vocs/commit/db95f75710c2d027e25ff8c068455a11a5e4d8ec) Thanks [@jxom](https://github.com/jxom)! - Added `banner` property to the Vocs config.

### Patch Changes

- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - Decreased code block font size to 14px.

- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - Added JSDoc to Twoslash snippets.

- [`738864d`](https://github.com/wevm/vocs/commit/738864df5304e68827b9d9af2ccc4502d4ace74a) Thanks [@jxom](https://github.com/jxom)! - Fixed Twoslash leaking into clipboard.

- [`0f10595`](https://github.com/wevm/vocs/commit/0f105951bb40547077dba0c3d693b24775803813) Thanks [@jxom](https://github.com/jxom)! - Added external link arrow.

## 1.0.0-alpha.10

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

0 comments on commit 371006d

Please sign in to comment.