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
5 changes: 5 additions & 0 deletions .changeset/dependabot-pr-1057.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@knocklabs/react": patch
---

chore(deps): bump @telegraph/layout from 0.6.0 to 0.6.1 in the telegraph-packages group
2 changes: 1 addition & 1 deletion examples/nextjs-app-dir-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@telegraph/combobox": ">=0.5.0",
"@telegraph/icon": ">=0.6.0",
"@telegraph/input": ">=0.5.0",
"@telegraph/layout": ">=0.6.0",
"@telegraph/layout": ">=0.6.1",
"@telegraph/select": ">=0.1.0",
"@telegraph/textarea": ">=0.4.0",
"@telegraph/tokens": ">=0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@telegraph/combobox": ">=0.5.0",
"@telegraph/icon": ">=0.6.0",
"@telegraph/input": ">=0.5.0",
"@telegraph/layout": ">=0.6.0",
"@telegraph/layout": ">=0.6.1",
"@telegraph/select": ">=0.1.0",
"@telegraph/textarea": ">=0.4.0",
"@telegraph/tokens": ">=0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@telegraph/button": ">=0.8.0",
"@telegraph/combobox": ">=0.5.0",
"@telegraph/icon": ">=0.6.0",
"@telegraph/layout": ">=0.6.0",
"@telegraph/layout": ">=0.6.1",
"@telegraph/segmented-control": ">=0.4.0",
"@telegraph/select": ">=0.1.0",
"@telegraph/tag": ">=0.3.0",
Expand Down
23 changes: 19 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4877,7 +4877,7 @@ __metadata:
"@telegraph/button": "npm:>=0.8.0"
"@telegraph/combobox": "npm:>=0.5.0"
"@telegraph/icon": "npm:>=0.6.0"
"@telegraph/layout": "npm:>=0.6.0"
"@telegraph/layout": "npm:>=0.6.1"
"@telegraph/segmented-control": "npm:>=0.4.0"
"@telegraph/select": "npm:>=0.1.0"
"@telegraph/style-engine": "npm:^0.4.0"
Expand Down Expand Up @@ -7172,7 +7172,22 @@ __metadata:
languageName: node
linkType: hard

"@telegraph/layout@npm:>=0.6.0, @telegraph/layout@npm:^0.6.0":
"@telegraph/layout@npm:>=0.6.1":
version: 0.6.1
resolution: "@telegraph/layout@npm:0.6.1"
dependencies:
"@telegraph/compose-refs": "npm:^0.0.9"
"@telegraph/helpers": "npm:^0.2.0"
"@telegraph/style-engine": "npm:^0.4.0"
clsx: "npm:^2.1.1"
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
checksum: 10c0/a82fdf4ad38c067b3aa23df7e027545bca71ab3f540cd754a28164ac6c144815bd6e668d54916f7b335add2a074486a88bbec4f74c124de336ecd7c205552af8
languageName: node
linkType: hard

"@telegraph/layout@npm:^0.6.0":
version: 0.6.0
resolution: "@telegraph/layout@npm:0.6.0"
dependencies:
Expand Down Expand Up @@ -16498,7 +16513,7 @@ __metadata:
"@telegraph/combobox": "npm:>=0.5.0"
"@telegraph/icon": "npm:>=0.6.0"
"@telegraph/input": "npm:>=0.5.0"
"@telegraph/layout": "npm:>=0.6.0"
"@telegraph/layout": "npm:>=0.6.1"
"@telegraph/select": "npm:>=0.1.0"
"@telegraph/textarea": "npm:>=0.4.0"
"@telegraph/tokens": "npm:>=0.2.2"
Expand Down Expand Up @@ -16539,7 +16554,7 @@ __metadata:
"@telegraph/combobox": "npm:>=0.5.0"
"@telegraph/icon": "npm:>=0.6.0"
"@telegraph/input": "npm:>=0.5.0"
"@telegraph/layout": "npm:>=0.6.0"
"@telegraph/layout": "npm:>=0.6.1"
"@telegraph/select": "npm:>=0.1.0"
"@telegraph/textarea": "npm:>=0.4.0"
"@telegraph/tokens": "npm:>=0.2.2"
Expand Down
Loading