Skip to content

Commit dfe9fe3

Browse files
Version Packages (#516)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 412de46 commit dfe9fe3

File tree

19 files changed

+108
-95
lines changed

19 files changed

+108
-95
lines changed

.changeset/friendly-tips-end.md

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

.changeset/heavy-pumpkins-obey.md

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

.changeset/perfect-impalas-marry.md

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

.changeset/pre.json

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

config/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 7b1780f: feat: Support `<Link />` in Future API
8+
- 412de46: add `config` property in loader args
9+
310
## 1.1.0
411

512
### Minor Changes

config/package.json

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

demo/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 7b1780f: feat: Support `<Link />` in Future API
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [dc26742]
12+
- Updated dependencies [7b1780f]
13+
- Updated dependencies [412de46]
14+
- @stackflow/plugin-history-sync@1.7.0
15+
- @stackflow/react@1.4.0
16+
- @stackflow/link@1.5.0
17+
- @stackflow/config@1.2.0
18+
- @stackflow/plugin-preload@1.4.3
19+
320
## 1.3.3-canary.0
421

522
### Patch Changes

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/demo",
3-
"version": "1.3.3-canary.0",
3+
"version": "1.4.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -33,17 +33,17 @@
3333
"@seed-design/design-token": "^1.0.3",
3434
"@seed-design/stylesheet": "^1.0.4",
3535
"@stackflow/compat-await-push": "^1.1.13",
36-
"@stackflow/config": "^1.1.0",
36+
"@stackflow/config": "^1.2.0",
3737
"@stackflow/core": "^1.1.0",
38-
"@stackflow/link": "^1.4.6-canary.0",
38+
"@stackflow/link": "^1.5.0",
3939
"@stackflow/plugin-basic-ui": "^1.9.2",
4040
"@stackflow/plugin-devtools": "^0.1.11",
41-
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
41+
"@stackflow/plugin-history-sync": "^1.7.0",
4242
"@stackflow/plugin-map-initial-activity": "^1.0.11",
43-
"@stackflow/plugin-preload": "^1.4.3-canary.0",
43+
"@stackflow/plugin-preload": "^1.4.3",
4444
"@stackflow/plugin-renderer-basic": "^1.1.13",
4545
"@stackflow/plugin-stack-depth-change": "^1.1.5",
46-
"@stackflow/react": "^1.3.2",
46+
"@stackflow/react": "^1.4.0",
4747
"lorem-ipsum": "^2.0.8",
4848
"lz-string": "^1.5.0",
4949
"normalize.css": "^8.0.1",

docs/CHANGELOG.md

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

3+
## 1.2.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dc26742]
8+
- Updated dependencies [7b1780f]
9+
- Updated dependencies [412de46]
10+
- @stackflow/plugin-history-sync@1.7.0
11+
- @stackflow/react@1.4.0
12+
- @stackflow/demo@1.4.0
13+
314
## 1.2.28-canary.0
415

516
### Patch Changes

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/docs",
3-
"version": "1.2.28-canary.0",
3+
"version": "1.2.28",
44
"private": true,
55
"description": "Mobile-first stack navigator framework with Composable Plugin System",
66
"license": "MIT",
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@mdx-js/react": "^3.0.1",
1414
"@stackflow/core": "^1.1.0",
15-
"@stackflow/demo": "^1.3.3-canary.0",
15+
"@stackflow/demo": "^1.4.0",
1616
"@stackflow/plugin-basic-ui": "^1.9.2",
17-
"@stackflow/plugin-history-sync": "^1.6.4-canary.0",
17+
"@stackflow/plugin-history-sync": "^1.7.0",
1818
"@stackflow/plugin-renderer-basic": "^1.1.13",
19-
"@stackflow/react": "^1.3.2",
19+
"@stackflow/react": "^1.4.0",
2020
"@types/react": "^18.3.3",
2121
"next": "^14.2.4",
2222
"nextra": "^2.13.4",

0 commit comments

Comments
 (0)