Skip to content

Commit 1d81aaa

Browse files
chore(repo): version packages (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f88d0f7 commit 1d81aaa

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/fix-config-reload-cache.md

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

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @zpress/cli
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- f88d0f7: Fix config changes not propagating during dev
8+
9+
Disable Rspress's persistent build cache on config-reload restarts. The cache's digest only tracks sidebar/nav structure, so changes to title, theme, colors, and other `source.define` values were invisible to it, causing stale output to be served after a restart.
10+
311
## 0.5.3
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zpress/cli",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "CLI for building and serving zpress documentation sites",
55
"keywords": [
66
"cli",

packages/zpress/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zpress/kit
22

3+
## 0.2.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f88d0f7]
8+
- @zpress/cli@0.5.4
9+
310
## 0.2.12
411

512
### Patch Changes

packages/zpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zpress/kit",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "Documentation framework powered by Rspress with a config-driven information architecture",
55
"keywords": [
66
"docs",

0 commit comments

Comments
 (0)