Skip to content

Commit

Permalink
chore: version package (alpha) (#215)
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 Sep 27, 2024
1 parent 6ebc071 commit a084be2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@
"orange-plums-change",
"plenty-cats-cough",
"polite-spiders-brake",
"pretty-rice-heal",
"quick-guests-sort",
"rare-pots-add",
"real-elephants-deny",
"rich-eggs-look",
"shaggy-steaks-exist",
"shiny-boats-rest",
"silly-buttons-prove",
"slimy-rockets-judge",
"slow-rabbits-appear",
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.60

### Patch Changes

- [`6ebc071`](https://github.com/wevm/vocs/commit/6ebc071e13f68d3ba69fdc8761c10fa6a3f02753) Thanks [@jxom](https://github.com/jxom)! - Fixed inline code highlighter.

- [`13db87c`](https://github.com/wevm/vocs/commit/13db87c1eeabe0f7cbccbdada70f95ea14c5908f) Thanks [@jxom](https://github.com/jxom)! - Updated dependencies.

- [`13db87c`](https://github.com/wevm/vocs/commit/13db87c1eeabe0f7cbccbdada70f95ea14c5908f) Thanks [@jxom](https://github.com/jxom)! - Fixed copy button not displaying on code snippets.

## 1.0.0-alpha.59

### Patch Changes
Expand Down
17 changes: 14 additions & 3 deletions 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.59",
"version": "1.0.0-alpha.60",
"type": "module",
"bin": {
"vocs": "./_lib/cli/index.js"
Expand Down Expand Up @@ -91,12 +91,23 @@
"license": "MIT",
"homepage": "https://vocs.dev",
"repository": "wevm/vocs",
"authors": ["awkweb.eth", "jxom.eth"],
"authors": [
"awkweb.eth",
"jxom.eth"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wevm"
}
],
"keywords": ["react", "static", "docs", "generator", "vite", "documentation", "mdx"]
"keywords": [
"react",
"static",
"docs",
"generator",
"vite",
"documentation",
"mdx"
]
}

0 comments on commit a084be2

Please sign in to comment.