Skip to content

Commit 9920a24

Browse files
github-actions[bot]XiNiHa
authored andcommitted
Version Packages
1 parent e3c7070 commit 9920a24

File tree

26 files changed

+213
-105
lines changed

26 files changed

+213
-105
lines changed

.changeset/cool-elephants-think.md

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

.changeset/orange-kangaroos-camp.md

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

.changeset/sweet-hotels-sleep.md

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

demo-solid/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e3c7070]
8+
- Updated dependencies [04f54c2]
9+
- Updated dependencies [0a105c3]
10+
- @contentstech/stackflow-link@0.4.0
11+
- @contentstech/stackflow-plugin-basic-ui@0.6.0
12+
- @contentstech/stackflow-plugin-history-sync@0.7.0
13+
- @contentstech/stackflow-plugin-preload@0.4.0
14+
- @contentstech/stackflow-plugin-renderer-basic@0.6.0
15+
- @contentstech/stackflow-solid@0.7.0
16+
317
## 1.4.2
418

519
### Patch Changes

demo-solid/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/demo-solid",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -30,12 +30,12 @@
3030
"typecheck": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"@contentstech/stackflow-link": "^0.3.0",
34-
"@contentstech/stackflow-plugin-basic-ui": "^0.5.1",
35-
"@contentstech/stackflow-plugin-history-sync": "^0.6.1",
36-
"@contentstech/stackflow-plugin-preload": "^0.3.0",
37-
"@contentstech/stackflow-plugin-renderer-basic": "^0.5.1",
38-
"@contentstech/stackflow-solid": "^0.6.0",
33+
"@contentstech/stackflow-link": "^0.4.0",
34+
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
36+
"@contentstech/stackflow-plugin-preload": "^0.4.0",
37+
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
38+
"@contentstech/stackflow-solid": "^0.7.0",
3939
"@seed-design/design-token": "^1.0.3",
4040
"@seed-design/stylesheet": "^1.0.4",
4141
"@stackflow/compat-await-push": "^1.1.13",

demo/CHANGELOG.md

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

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e3c7070]
8+
- Updated dependencies [04f54c2]
9+
- Updated dependencies [0a105c3]
10+
- @contentstech/stackflow-link@0.4.0
11+
- @contentstech/stackflow-plugin-basic-ui@0.6.0
12+
- @contentstech/stackflow-plugin-history-sync@0.7.0
13+
- @contentstech/stackflow-plugin-preload@0.4.0
14+
- @contentstech/stackflow-plugin-renderer-basic@0.6.0
15+
316
## 1.4.1
417

518
### 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.4.1",
3+
"version": "1.4.2",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -30,11 +30,11 @@
3030
"typecheck": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"@contentstech/stackflow-link": "^0.3.0",
34-
"@contentstech/stackflow-plugin-basic-ui": "^0.5.0",
35-
"@contentstech/stackflow-plugin-history-sync": "^0.6.0",
36-
"@contentstech/stackflow-plugin-preload": "^0.3.0",
37-
"@contentstech/stackflow-plugin-renderer-basic": "^0.5.0",
33+
"@contentstech/stackflow-link": "^0.4.0",
34+
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
36+
"@contentstech/stackflow-plugin-preload": "^0.4.0",
37+
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
3838
"@seed-design/design-token": "^1.0.3",
3939
"@seed-design/stylesheet": "^1.0.4",
4040
"@stackflow/compat-await-push": "^1.1.13",

docs/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e3c7070]
8+
- Updated dependencies [04f54c2]
9+
- Updated dependencies [0a105c3]
10+
- @contentstech/stackflow-plugin-basic-ui@0.6.0
11+
- @contentstech/stackflow-plugin-history-sync@0.7.0
12+
- @contentstech/stackflow-plugin-renderer-basic@0.6.0
13+
- @stackflow/demo@1.4.2
14+
315
## 2.0.1
416

517
### Patch Changes

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/docs",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"description": "Mobile-first stack navigator framework with Composable Plugin System",
66
"license": "MIT",
@@ -10,13 +10,13 @@
1010
"dev": "next -p 6006"
1111
},
1212
"dependencies": {
13-
"@contentstech/stackflow-plugin-basic-ui": "^0.5.0",
14-
"@contentstech/stackflow-plugin-history-sync": "^0.6.0",
15-
"@contentstech/stackflow-plugin-renderer-basic": "^0.5.0",
13+
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
14+
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
15+
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
1616
"@mdx-js/react": "^3.0.1",
1717
"@seed-design/design-token": "^1.0.3",
1818
"@stackflow/core": "^1.1.0",
19-
"@stackflow/demo": "^1.4.0",
19+
"@stackflow/demo": "^1.4.2",
2020
"@stackflow/react": "^1.4.0",
2121
"@types/react": "^18.3.3",
2222
"autoprefixer": "^10.4.20",

extensions/link/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- e3c7070: Rebase over 0a105c3f669e27d3b06f9334289f53fe52c1d3fb
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e3c7070]
12+
- Updated dependencies [04f54c2]
13+
- Updated dependencies [0a105c3]
14+
- @contentstech/stackflow-plugin-history-sync@0.7.0
15+
- @contentstech/stackflow-plugin-preload@0.4.0
16+
317
## 0.3.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)