Skip to content

Commit eaa8dfd

Browse files
chore: version package (#258)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6286b50 commit eaa8dfd

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.changeset/curly-schools-film.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vocs
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [`6286b509471f1f4a8a355b5a7c0aef3aeb775fc8`](https://github.com/wevm/vocs/commit/6286b509471f1f4a8a355b5a7c0aef3aeb775fc8) Thanks [@jxom](https://github.com/jxom)! - Added `TopNavEnd` layout export to `layout.tsx`.
8+
39
## 1.0.4
410

511
### Patch Changes

src/package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vocs",
33
"description": "React Documentation Generator, powered by Vite.",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"type": "module",
66
"bin": {
77
"vocs": "./_lib/cli/index.js"
@@ -94,12 +94,23 @@
9494
"license": "MIT",
9595
"homepage": "https://vocs.dev",
9696
"repository": "wevm/vocs",
97-
"authors": ["awkweb.eth", "jxom.eth"],
97+
"authors": [
98+
"awkweb.eth",
99+
"jxom.eth"
100+
],
98101
"funding": [
99102
{
100103
"type": "github",
101104
"url": "https://github.com/sponsors/wevm"
102105
}
103106
],
104-
"keywords": ["react", "static", "docs", "generator", "vite", "documentation", "mdx"]
107+
"keywords": [
108+
"react",
109+
"static",
110+
"docs",
111+
"generator",
112+
"vite",
113+
"documentation",
114+
"mdx"
115+
]
105116
}

0 commit comments

Comments
 (0)