Skip to content

Commit 12e1359

Browse files
Version Packages
1 parent da84eeb commit 12e1359

File tree

14 files changed

+47
-47
lines changed

14 files changed

+47
-47
lines changed

.changeset/chubby-pianos-heal.md

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

.changeset/crazy-rats-accept.md

Lines changed: 0 additions & 5 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.

.changeset/sad-adults-prove.md

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

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-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)