Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/rotten-jars-shout.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions platforms/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/cloud",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"engines": {
"node": ">=20"
Expand Down
7 changes: 7 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down