Skip to content

Commit

Permalink
chore: version package (alpha) (#167)
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 Jul 16, 2024
1 parent 02c8a6d commit 09e9e01
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"orange-plums-change",
"plenty-cats-cough",
"polite-spiders-brake",
"quick-guests-sort",
"real-elephants-deny",
"shaggy-steaks-exist",
"silly-buttons-prove",
"slimy-rockets-judge",
"slow-rabbits-appear",
Expand Down
8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vocs

## 1.0.0-alpha.53

### Patch Changes

- [`7b49059`](https://github.com/wevm/vocs/commit/7b490595316be2618b5d8220735ebca984883efe) Thanks [@jxom](https://github.com/jxom)! - Updated dependencies.

- [`879f297`](https://github.com/wevm/vocs/commit/879f297e5cfaceb592044802b85bf4d179842fbd) Thanks [@jxom](https://github.com/jxom)! - Allow navigable sidebar section header.

## 1.0.0-alpha.52

### 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.52",
"version": "1.0.0-alpha.53",
"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 09e9e01

Please sign in to comment.