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: 0 additions & 5 deletions .changeset/tame-flies-clean.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/components/ChangelogContent.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2025.11.28

Add interface to inject appBar.minHeight [`d76f1d1`](https://github.com/daangn/stackflow/commit/d76f1d1d89d66cecf66abbcdcb67b4b5ffa52943)

Released packages:
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/plugin-basic-ui/v/1.18.1)

---

## 2025.11.27

Fix edge height [`151b13f`](https://github.com/daangn/stackflow/commit/151b13f8c1dc511a3905ff50a94f53ad80f933e0)
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-basic-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-basic-ui

## 1.18.1

### Patch Changes

- d76f1d1: Add interface to inject appBar.minHeight

## 1.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugin-basic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-basic-ui",
"version": "1.18.0",
"version": "1.18.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
Loading