Skip to content

Commit 77dce09

Browse files
Version Packages
1 parent 75543b1 commit 77dce09

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/rare-crabs-bake.md

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

.changeset/seven-jokes-vanish.md

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

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"packages/gitbook": {
9898
"name": "gitbook",
99-
"version": "0.19.1",
99+
"version": "0.19.2",
100100
"dependencies": {
101101
"@gitbook/api": "catalog:",
102102
"@gitbook/browser-types": "workspace:*",

packages/gitbook/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- 75543b1: Update minimum Node version in .npmrc
8+
- 511f1cf: Add scroll margin to Expandable
9+
310
## 0.19.1
411

512
### Patch Changes

packages/gitbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"private": true,
55
"dependencies": {
66
"@gitbook/api": "catalog:",

0 commit comments

Comments
 (0)