Skip to content

Commit b55d22f

Browse files
Version Packages
1 parent 7907371 commit b55d22f

File tree

10 files changed

+52
-25
lines changed

10 files changed

+52
-25
lines changed

.changeset/real-swans-tickle.md

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

.changeset/slow-trees-hunt.md

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

.changeset/thirty-melons-invite.md

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

.changeset/warm-news-cross.md

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

docs/components/ChangelogContent.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 2025.11.27
2+
3+
Fix edge height [`151b13f`](https://github.com/daangn/stackflow/commit/151b13f8c1dc511a3905ff50a94f53ad80f933e0)
4+
5+
Released packages:
6+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/plugin-basic-ui/v/1.18.0)
7+
8+
---
9+
10+
Expose interfaces to modify width of edge [`4e4c0d9`](https://github.com/daangn/stackflow/commit/4e4c0d946990388713df3b7c2951ef3209ed4584)
11+
12+
Released packages:
13+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/plugin-basic-ui/v/1.18.0)
14+
15+
---
16+
17+
Parameterize default appscreen transition offset and appscreen dim height [`151b13f`](https://github.com/daangn/stackflow/commit/151b13f8c1dc511a3905ff50a94f53ad80f933e0)
18+
19+
Released packages:
20+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/plugin-basic-ui/v/1.18.0)
21+
22+
---
23+
24+
Export StaticActivityComponentType type hepler [`7907371`](https://github.com/daangn/stackflow/commit/7907371b7bcdbf8fbb402eeb74b1fe01207b52cc)
25+
26+
Released packages:
27+
- 📦 [@stackflow/[email protected]](https://npmjs.com/package/@stackflow/react/v/1.9.0)
28+
29+
---
30+
131
## 2025.11.25
232

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

extensions/plugin-basic-ui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stackflow/plugin-basic-ui
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 4e4c0d9: Expose interfaces to modify width of edge
8+
- 151b13f: Parameterize default appscreen transition offset and appscreen dim height
9+
10+
### Patch Changes
11+
12+
- 151b13f: Fix edge height
13+
314
## 1.17.0
415

516
### Minor Changes

extensions/plugin-basic-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-basic-ui",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@stackflow/core": "^1.2.0",
4444
"@stackflow/esbuild-config": "^1.0.3",
45-
"@stackflow/react": "^1.6.0",
45+
"@stackflow/react": "^1.9.0",
4646
"@types/react": "^18.3.3",
4747
"esbuild": "^0.23.0",
4848
"react": "^18.3.1",

integrations/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackflow/react
22

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- 7907371: Export StaticActivityComponentType type hepler
8+
39
## 1.8.0
410

511
### Minor Changes

integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/react",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5526,7 +5526,7 @@ __metadata:
55265526
dependencies:
55275527
"@stackflow/core": "npm:^1.2.0"
55285528
"@stackflow/esbuild-config": "npm:^1.0.3"
5529-
"@stackflow/react": "npm:^1.6.0"
5529+
"@stackflow/react": "npm:^1.9.0"
55305530
"@stackflow/react-ui-core": "npm:^1.3.3"
55315531
"@types/react": "npm:^18.3.3"
55325532
"@vanilla-extract/css": "npm:^1.15.3"
@@ -5733,7 +5733,7 @@ __metadata:
57335733
languageName: unknown
57345734
linkType: soft
57355735

5736-
"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@npm:^1.4.2, @stackflow/react@npm:^1.5.0, @stackflow/react@npm:^1.6.0, @stackflow/react@npm:^1.7.0, @stackflow/react@workspace:integrations/react":
5736+
"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@npm:^1.4.2, @stackflow/react@npm:^1.5.0, @stackflow/react@npm:^1.7.0, @stackflow/react@npm:^1.9.0, @stackflow/react@workspace:integrations/react":
57375737
version: 0.0.0-use.local
57385738
resolution: "@stackflow/react@workspace:integrations/react"
57395739
dependencies:

0 commit comments

Comments
 (0)