Skip to content

Commit 1d56db7

Browse files
Merge branch 'main' into fix-history-sync-refresh
2 parents 4832d59 + 55934da commit 1d56db7

File tree

14 files changed

+49
-38
lines changed

14 files changed

+49
-38
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.

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
changeset:
102102
name: Check the status of Changesets
103103
runs-on: ubuntu-latest
104+
if: github.head_ref != 'changeset-release/main'
104105
steps:
105106
- uses: actions/checkout@v4
106107
with:

core/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 83ee5ed: Expose events used to build a stack via `Stack.events`
8+
39
## 1.2.0
410

511
### Minor Changes

core/package.json

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

extensions/plugin-history-sync/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
- 83ee5ed: Expose stack initialization process status for users to disable logging or fetching while initialization transition
9+
310
## 1.7.1
411

512
### Patch Changes

extensions/plugin-history-sync/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-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",
@@ -49,9 +49,9 @@
4949
"devDependencies": {
5050
"@graphql-tools/schema": "^10.0.5",
5151
"@stackflow/config": "^1.2.1",
52-
"@stackflow/core": "^1.1.1",
52+
"@stackflow/core": "^1.3.0",
5353
"@stackflow/esbuild-config": "^1.0.3",
54-
"@stackflow/react": "^1.4.2",
54+
"@stackflow/react": "^1.7.0",
5555
"@swc/core": "^1.6.6",
5656
"@swc/jest": "^0.2.36",
5757
"@types/jest": "^29.5.12",

extensions/plugin-history-sync/src/useIsActivatedActivity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { ActivityActivationCountsContext } from "./ActivityActivationCountsContext";
21
import { useActivity } from "@stackflow/react";
32
import { useContext } from "react";
3+
import { ActivityActivationCountsContext } from "./ActivityActivationCountsContext";
44

55
export function useIsActivatedActivity() {
66
const { id } = useActivity();

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

0 commit comments

Comments
 (0)