Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 744b900

Browse files
authored
Merge pull request #17 from Saul-Mirone/changeset-release/main
Version Packages
2 parents 7869fe9 + 7001840 commit 744b900

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/stupid-rules-tell.md

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

gh-pages/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vite-plugin-book/gh-pages
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 55ec6fd: Fix anchor scroll bug.
8+
39
## 0.0.4
410

511
### Patch Changes

gh-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vite-plugin-book/gh-pages",
33
"private": "true",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"scripts": {
66
"start": "vite",
77
"build": "vite build",

packages/vite-plugin-book/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 55ec6fd: Fix anchor scroll bug.
8+
39
## 0.0.4
410

511
### Patch Changes

packages/vite-plugin-book/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-book",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A vite plugin to help you write a book.",
55
"module": "true",
66
"main": "./dist/render/index.js",

0 commit comments

Comments
 (0)