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/chatty-breads-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-points-cross.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gold-ideas-burn.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackflow/docs

## 2.1.0

### Minor Changes

- 89813a6: Add LLMs.txt and changelog section

### Patch Changes

- Updated dependencies [a136f96]
- @stackflow/[email protected]

## 2.0.3

### Patch Changes
Expand Down
20 changes: 20 additions & 0 deletions docs/components/ChangelogContent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 2025.11.25

Add LLMs.txt and changelog section [`89813a6`](https://github.com/daangn/stackflow/commit/89813a68adb385abfacd7f96e781cf3b853100d7)

Released packages:
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/docs/v/2.1.0)

---

Expose interfaces to modify dimensions of AppBar [`a136f96`](https://github.com/daangn/stackflow/commit/a136f9621b88e662bb2e28a28153b8e6f258ecee)

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

---

[`b0bbf6c`](https://github.com/daangn/stackflow/commit/b0bbf6cf8a3b78a64ddb761a0b582127a6dd5851)

---

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
"version": "2.0.3",
"version": "2.1.0",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"@seed-design/design-token": "^1.0.3",
"@stackflow/core": "^1.2.0",
"@stackflow/demo": "^1.4.0",
"@stackflow/plugin-basic-ui": "^1.13.1",
"@stackflow/plugin-basic-ui": "^1.17.0",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.5.0",
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.17.0

### Minor Changes

- a136f96: Expose interfaces to modify dimensions of AppBar

## 1.16.1

### Patch 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.16.1",
"version": "1.17.0",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5437,7 +5437,7 @@ __metadata:
"@seed-design/stylesheet": "npm:^1.0.4"
"@stackflow/core": "npm:^1.2.0"
"@stackflow/demo": "npm:^1.4.0"
"@stackflow/plugin-basic-ui": "npm:^1.13.1"
"@stackflow/plugin-basic-ui": "npm:^1.17.0"
"@stackflow/plugin-history-sync": "npm:^1.7.0"
"@stackflow/plugin-renderer-basic": "npm:^1.1.13"
"@stackflow/react": "npm:^1.5.0"
Expand Down Expand Up @@ -5520,7 +5520,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/plugin-basic-ui@npm:^1.13.1, @stackflow/plugin-basic-ui@npm:^1.9.2, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui":
"@stackflow/plugin-basic-ui@npm:^1.17.0, @stackflow/plugin-basic-ui@npm:^1.9.2, @stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui":
version: 0.0.0-use.local
resolution: "@stackflow/plugin-basic-ui@workspace:extensions/plugin-basic-ui"
dependencies:
Expand Down
Loading