Skip to content

Commit

Permalink
chore: version package (alpha) (#103)
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 Feb 18, 2024
1 parent a138c82 commit 458d43f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"strong-rocks-hammer",
"sweet-pants-yawn",
"tall-buttons-give",
"tall-clouds-live",
"tall-mangos-ring",
"tame-brooms-smell",
"tasty-grapes-smile",
Expand Down
7 changes: 7 additions & 0 deletions playgrounds/custom-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# custom-layout

## 0.0.1-alpha.1

### Patch Changes

- Updated dependencies [[`a138c82`](https://github.com/wevm/vocs/commit/a138c82d61d7d93a5476482327e649a5b921ef88)]:
- [email protected]

## 0.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/custom-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-layout",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vocs

## 1.0.0-alpha.37

### Patch Changes

- [`a138c82`](https://github.com/wevm/vocs/commit/a138c82d61d7d93a5476482327e649a5b921ef88) Thanks [@jxom](https://github.com/jxom)! - Added `search-index` command to CLI to build search index separately.

## 1.0.0-alpha.36

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

0 comments on commit 458d43f

Please sign in to comment.