Skip to content

Commit 1e4336b

Browse files
github-actions[bot]XiNiHa
authored andcommitted
Version Packages
1 parent b733361 commit 1e4336b

File tree

14 files changed

+82
-41
lines changed

14 files changed

+82
-41
lines changed

.changeset/ten-moose-pump.md

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

demo-solid/CHANGELOG.md

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

3+
## 1.4.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b733361]
8+
- @contentstech/stackflow-plugin-history-sync@0.8.0
9+
- @contentstech/stackflow-link@0.4.1
10+
- @contentstech/stackflow-plugin-preload@0.4.1
11+
312
## 1.4.3
413

514
### Patch Changes

demo-solid/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/demo-solid",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -30,10 +30,10 @@
3030
"typecheck": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"@contentstech/stackflow-link": "^0.4.0",
33+
"@contentstech/stackflow-link": "^0.4.1",
3434
"@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",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.8.0",
36+
"@contentstech/stackflow-plugin-preload": "^0.4.1",
3737
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
3838
"@contentstech/stackflow-solid": "^0.7.0",
3939
"@seed-design/design-token": "^1.0.3",

demo/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b733361]
8+
- @contentstech/stackflow-plugin-history-sync@0.8.0
9+
- @contentstech/stackflow-link@0.4.1
10+
- @contentstech/stackflow-plugin-preload@0.4.1
11+
312
## 1.4.2
413

514
### Patch Changes

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/demo",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -30,10 +30,10 @@
3030
"typecheck": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"@contentstech/stackflow-link": "^0.4.0",
33+
"@contentstech/stackflow-link": "^0.4.1",
3434
"@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",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.8.0",
36+
"@contentstech/stackflow-plugin-preload": "^0.4.1",
3737
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
3838
"@seed-design/design-token": "^1.0.3",
3939
"@seed-design/stylesheet": "^1.0.4",

docs/CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b733361]
8+
- @contentstech/stackflow-plugin-history-sync@0.8.0
9+
- @stackflow/demo@1.4.3
10+
311
## 2.0.2
412

513
### Patch Changes

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackflow/docs",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": true,
55
"description": "Mobile-first stack navigator framework with Composable Plugin System",
66
"license": "MIT",
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
14-
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
14+
"@contentstech/stackflow-plugin-history-sync": "^0.8.0",
1515
"@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.2",
19+
"@stackflow/demo": "^1.4.3",
2020
"@stackflow/react": "^1.4.0",
2121
"@types/react": "^18.3.3",
2222
"autoprefixer": "^10.4.20",

extensions/link/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b733361]
8+
- @contentstech/stackflow-plugin-history-sync@0.8.0
9+
310
## 0.4.0
411

512
### Minor Changes

extensions/link/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstech/stackflow-link",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -42,8 +42,8 @@
4242
"typecheck": "tsc --noEmit"
4343
},
4444
"devDependencies": {
45-
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
46-
"@contentstech/stackflow-plugin-preload": "^0.4.0",
45+
"@contentstech/stackflow-plugin-history-sync": "^0.8.0",
46+
"@contentstech/stackflow-plugin-preload": "^0.4.1",
4747
"@stackflow/config": "^1.2.0",
4848
"@stackflow/core": "^1.1.0",
4949
"@stackflow/esbuild-config": "^1.0.3",
@@ -56,7 +56,7 @@
5656
"typescript": "^5.5.3"
5757
},
5858
"peerDependencies": {
59-
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
59+
"@contentstech/stackflow-plugin-history-sync": "^0.8.0",
6060
"@contentstech/stackflow-plugin-preload": "^0.4.0",
6161
"@stackflow/core": "^1.1.0-canary.0",
6262
"@stackflow/react": "^1.3.2-canary.0",

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+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- b733361: Fix invalid rebase
8+
39
## 0.7.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)