Skip to content

Commit bd16859

Browse files
Version Packages
1 parent f298988 commit bd16859

File tree

10 files changed

+32
-29
lines changed

10 files changed

+32
-29
lines changed

.changeset/chubby-pianos-heal.md

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

.changeset/gold-groups-own.md

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

.changeset/new-pandas-return.md

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

extensions/plugin-history-sync/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- f298988: Add `defaultHistory` route option to pre-seed stack for better deep link experiences
8+
39
## 1.7.1
410

511
### Patch Changes

extensions/plugin-history-sync/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-history-sync",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -50,7 +50,7 @@
5050
"@stackflow/config": "^1.2.1",
5151
"@stackflow/core": "^1.1.1",
5252
"@stackflow/esbuild-config": "^1.0.3",
53-
"@stackflow/react": "^1.4.2",
53+
"@stackflow/react": "^1.7.0",
5454
"@swc/core": "^1.6.6",
5555
"@swc/jest": "^0.2.36",
5656
"@types/jest": "^29.5.12",

extensions/plugin-preload/CHANGELOG.md

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

3+
## 1.4.4
4+
5+
### Patch Changes
6+
7+
- f298988: Sync with type constraint changes in stackflow/react
8+
39
## 1.4.3
410

511
## 1.4.3-canary.0

extensions/plugin-preload/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/plugin-preload",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"@stackflow/core": "^1.1.0",
3535
"@stackflow/esbuild-config": "^1.0.3",
36-
"@stackflow/plugin-history-sync": "^1.7.0",
37-
"@stackflow/react": "^1.4.0",
36+
"@stackflow/plugin-history-sync": "^1.8.0",
37+
"@stackflow/react": "^1.7.0",
3838
"@types/react": "^18.3.3",
3939
"esbuild": "^0.23.0",
4040
"react": "^18.3.1",

integrations/react/CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- f298988: `StructuredActivityComponentType` is added.
8+
9+
Structured activity components are components modeling activity view while exposing major features of an activity.
10+
Allowing developers easily customize user experience of an activity view, it even allow stackflow to perform various kinds of optimizations.
11+
312
## 1.6.0
413

514
### 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.6.0",
3+
"version": "1.7.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daangn/stackflow.git",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5347,15 +5347,15 @@ __metadata:
53475347
languageName: unknown
53485348
linkType: soft
53495349

5350-
"@stackflow/plugin-history-sync@npm:^1.7.0, @stackflow/plugin-history-sync@npm:^1.7.1, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
5350+
"@stackflow/plugin-history-sync@npm:^1.7.0, @stackflow/plugin-history-sync@npm:^1.7.1, @stackflow/plugin-history-sync@npm:^1.8.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
53515351
version: 0.0.0-use.local
53525352
resolution: "@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync"
53535353
dependencies:
53545354
"@graphql-tools/schema": "npm:^10.0.5"
53555355
"@stackflow/config": "npm:^1.2.1"
53565356
"@stackflow/core": "npm:^1.1.1"
53575357
"@stackflow/esbuild-config": "npm:^1.0.3"
5358-
"@stackflow/react": "npm:^1.4.2"
5358+
"@stackflow/react": "npm:^1.7.0"
53595359
"@swc/core": "npm:^1.6.6"
53605360
"@swc/jest": "npm:^0.2.36"
53615361
"@types/jest": "npm:^29.5.12"
@@ -5406,8 +5406,8 @@ __metadata:
54065406
dependencies:
54075407
"@stackflow/core": "npm:^1.1.0"
54085408
"@stackflow/esbuild-config": "npm:^1.0.3"
5409-
"@stackflow/plugin-history-sync": "npm:^1.7.0"
5410-
"@stackflow/react": "npm:^1.4.0"
5409+
"@stackflow/plugin-history-sync": "npm:^1.8.0"
5410+
"@stackflow/react": "npm:^1.7.0"
54115411
"@types/react": "npm:^18.3.3"
54125412
esbuild: "npm:^0.23.0"
54135413
react: "npm:^18.3.1"
@@ -5497,7 +5497,7 @@ __metadata:
54975497
languageName: unknown
54985498
linkType: soft
54995499

5500-
"@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@workspace:integrations/react":
5500+
"@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":
55015501
version: 0.0.0-use.local
55025502
resolution: "@stackflow/react@workspace:integrations/react"
55035503
dependencies:

0 commit comments

Comments
 (0)