From 5cb8ecd3e8fa1706a279390b4d5d5be11c41ec86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 07:28:18 +0000 Subject: [PATCH] Version Packages --- .changeset/rotten-jars-shout.md | 15 --------------- packages/hyperbook/CHANGELOG.md | 14 ++++++++++++++ packages/hyperbook/package.json | 2 +- packages/markdown/CHANGELOG.md | 14 ++++++++++++++ packages/markdown/package.json | 2 +- platforms/cloud/CHANGELOG.md | 14 ++++++++++++++ platforms/cloud/package.json | 2 +- platforms/vscode/CHANGELOG.md | 7 +++++++ platforms/vscode/package.json | 2 +- 9 files changed, 53 insertions(+), 19 deletions(-) delete mode 100644 .changeset/rotten-jars-shout.md diff --git a/.changeset/rotten-jars-shout.md b/.changeset/rotten-jars-shout.md deleted file mode 100644 index 735905c29..000000000 --- a/.changeset/rotten-jars-shout.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@hyperbook/markdown": patch -"@hyperbook/cloud": patch -hyperbook: patch ---- - -Restore pull-to-refresh and the collapsing address bar on mobile - -On narrow screens the shell no longer pins itself to the viewport. It scrolled -the article pane inside a fixed grid, which left the document scroller -motionless — and a mobile browser drives both pull-to-refresh and the -auto-hiding address bar off that scroller, so neither ever fired. Below 1280px -the layout now flows normally with a sticky header, so the document scrolls and -both gestures work again. The desktop layout, where the sidebar needs to stay -put while the article moves, is unchanged. diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index ecd9b385a..fd0305660 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,19 @@ # hyperbook +## 0.106.1 + +### Patch Changes + +- [#1172](https://github.com/openpatch/hyperbook/pull/1172) [`b389c0b`](https://github.com/openpatch/hyperbook/commit/b389c0bc3dcc8846a86a21d7c727d053061f5cbf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Restore pull-to-refresh and the collapsing address bar on mobile + + On narrow screens the shell no longer pins itself to the viewport. It scrolled + the article pane inside a fixed grid, which left the document scroller + motionless — and a mobile browser drives both pull-to-refresh and the + auto-hiding address bar off that scroller, so neither ever fired. Below 1280px + the layout now flows normally with a sticky header, so the document scrolls and + both gestures work again. The desktop layout, where the sidebar needs to stay + put while the article moves, is unchanged. + ## 0.106.0 ### Minor Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index 60ed4cd4e..9f7a94bb6 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.106.0", + "version": "0.106.1", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index d5ba0dc5b..52c0e5340 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,19 @@ # @hyperbook/markdown +## 0.77.1 + +### Patch Changes + +- [#1172](https://github.com/openpatch/hyperbook/pull/1172) [`b389c0b`](https://github.com/openpatch/hyperbook/commit/b389c0bc3dcc8846a86a21d7c727d053061f5cbf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Restore pull-to-refresh and the collapsing address bar on mobile + + On narrow screens the shell no longer pins itself to the viewport. It scrolled + the article pane inside a fixed grid, which left the document scroller + motionless — and a mobile browser drives both pull-to-refresh and the + auto-hiding address bar off that scroller, so neither ever fired. Below 1280px + the layout now flows normally with a sticky header, so the document scrolls and + both gestures work again. The desktop layout, where the sidebar needs to stay + put while the article moves, is unchanged. + ## 0.77.0 ### Minor Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 05cc41174..472ffc34c 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.77.0", + "version": "0.77.1", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/platforms/cloud/CHANGELOG.md b/platforms/cloud/CHANGELOG.md index 771ed7878..22340f037 100644 --- a/platforms/cloud/CHANGELOG.md +++ b/platforms/cloud/CHANGELOG.md @@ -1,5 +1,19 @@ # @hyperbook/cloud +## 0.1.1 + +### Patch Changes + +- [#1172](https://github.com/openpatch/hyperbook/pull/1172) [`b389c0b`](https://github.com/openpatch/hyperbook/commit/b389c0bc3dcc8846a86a21d7c727d053061f5cbf) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Restore pull-to-refresh and the collapsing address bar on mobile + + On narrow screens the shell no longer pins itself to the viewport. It scrolled + the article pane inside a fixed grid, which left the document scroller + motionless — and a mobile browser drives both pull-to-refresh and the + auto-hiding address bar off that scroller, so neither ever fired. Below 1280px + the layout now flows normally with a sticky header, so the document scrolls and + both gestures work again. The desktop layout, where the sidebar needs to stay + put while the article moves, is unchanged. + ## 0.1.0 ### Minor Changes diff --git a/platforms/cloud/package.json b/platforms/cloud/package.json index 5968134db..dad43002d 100644 --- a/platforms/cloud/package.json +++ b/platforms/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/cloud", - "version": "0.1.0", + "version": "0.1.1", "private": true, "engines": { "node": ">=20" diff --git a/platforms/vscode/CHANGELOG.md b/platforms/vscode/CHANGELOG.md index 4083c182f..b609907b5 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperbook/vscode-extension +## 0.54.6 + +### Patch Changes + +- Updated dependencies [[`b389c0b`](https://github.com/openpatch/hyperbook/commit/b389c0bc3dcc8846a86a21d7c727d053061f5cbf)]: + - @hyperbook/markdown@0.77.1 + ## 0.54.5 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index a43e277bf..d502cfc3c 100644 --- a/platforms/vscode/package.json +++ b/platforms/vscode/package.json @@ -11,7 +11,7 @@ }, "homepage": "https://hyperbook.openpatch.org", "main": "./out/extension.js", - "version": "0.54.5", + "version": "0.54.6", "engines": { "vscode": "^1.125.0" },