Skip to content

Commit 9da3f03

Browse files
github-actions[bot]XiNiHa
authored andcommitted
Version Packages
1 parent 0c99d77 commit 9da3f03

File tree

15 files changed

+88
-46
lines changed

15 files changed

+88
-46
lines changed

.changeset/sweet-hotels-sleep.md

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

.changeset/two-hats-push.md

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

demo-solid/CHANGELOG.md

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

3+
## 1.4.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc2d1cb]
8+
- Updated dependencies [916185d]
9+
- @contentstech/stackflow-plugin-history-sync@0.10.0
10+
- @contentstech/stackflow-link@0.4.3
11+
- @contentstech/stackflow-plugin-preload@0.4.3
12+
313
## 1.4.5
414

515
### 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.5",
3+
"version": "1.4.6",
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.2",
33+
"@contentstech/stackflow-link": "^0.4.3",
3434
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
35-
"@contentstech/stackflow-plugin-history-sync": "^0.9.0",
36-
"@contentstech/stackflow-plugin-preload": "^0.4.2",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.10.0",
36+
"@contentstech/stackflow-plugin-preload": "^0.4.3",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @stackflow/demo
22

3+
## 1.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc2d1cb]
8+
- Updated dependencies [916185d]
9+
- @contentstech/stackflow-plugin-history-sync@0.10.0
10+
- @contentstech/stackflow-link@0.4.3
11+
- @contentstech/stackflow-plugin-preload@0.4.3
12+
313
## 1.4.4
414

515
### 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.4",
3+
"version": "1.4.5",
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.2",
33+
"@contentstech/stackflow-link": "^0.4.3",
3434
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
35-
"@contentstech/stackflow-plugin-history-sync": "^0.9.0",
36-
"@contentstech/stackflow-plugin-preload": "^0.4.2",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.10.0",
36+
"@contentstech/stackflow-plugin-preload": "^0.4.3",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @stackflow/docs
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc2d1cb]
8+
- Updated dependencies [916185d]
9+
- @contentstech/stackflow-plugin-history-sync@0.10.0
10+
- @stackflow/demo@1.4.5
11+
312
## 2.0.4
413

514
### 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.4",
3+
"version": "2.0.5",
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.9.0",
14+
"@contentstech/stackflow-plugin-history-sync": "^0.10.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.4",
19+
"@stackflow/demo": "^1.4.5",
2020
"@stackflow/react": "^1.4.0",
2121
"@types/react": "^18.3.3",
2222
"autoprefixer": "^10.4.20",

extensions/link/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc2d1cb]
8+
- Updated dependencies [916185d]
9+
- @contentstech/stackflow-plugin-history-sync@0.10.0
10+
311
## 0.4.2
412

513
### Patch 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.2",
3+
"version": "0.4.3",
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.9.0",
46-
"@contentstech/stackflow-plugin-preload": "^0.4.2",
45+
"@contentstech/stackflow-plugin-history-sync": "^0.10.0",
46+
"@contentstech/stackflow-plugin-preload": "^0.4.3",
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.9.0",
59+
"@contentstech/stackflow-plugin-history-sync": "^0.10.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",

0 commit comments

Comments
 (0)