Skip to content

Commit bd65894

Browse files
committed
chore: setup for publish on @contentstech
Version Packages
1 parent c75a649 commit bd65894

File tree

69 files changed

+1986
-1418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1986
-1418
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "restricted",
8-
"baseBranch": "main",
8+
"baseBranch": "ct",
99
"updateInternalDependencies": "patch",
1010
"ignore": [],
1111
"snapshot": {

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

.changeset/tiny-geckos-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@contentstech/stackflow-plugin-history-sync": minor
3+
---
4+
5+
Rebase over 8f688349790df7dd28c29914e012b93964f57b42

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
on:
44
push:
55
branches:
6-
- main
6+
- ct
77

88
name: Release
99

.pnp.cjs

Lines changed: 1026 additions & 1019 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

demo-solid/CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# @stackflow/demo-solid
2+
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+
12+
## 1.4.3
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [e3c7070]
17+
- Updated dependencies [04f54c2]
18+
- Updated dependencies [0a105c3]
19+
- @contentstech/stackflow-link@0.4.0
20+
- @contentstech/stackflow-plugin-basic-ui@0.6.0
21+
- @contentstech/stackflow-plugin-history-sync@0.7.0
22+
- @contentstech/stackflow-plugin-preload@0.4.0
23+
- @contentstech/stackflow-plugin-renderer-basic@0.6.0
24+
- @contentstech/stackflow-solid@0.7.0
25+
26+
## 1.4.2
27+
28+
### Patch Changes
29+
30+
- Updated dependencies [58da787]
31+
- Updated dependencies [58da787]
32+
- Updated dependencies [58da787]
33+
- @contentstech/stackflow-solid@0.6.0
34+
- @contentstech/stackflow-plugin-basic-ui@0.5.1
35+
- @contentstech/stackflow-plugin-history-sync@0.6.1
36+
- @contentstech/stackflow-plugin-renderer-basic@0.5.1
37+
38+
## 1.4.1
39+
40+
### Patch Changes
41+
42+
- Updated dependencies [ece2314]
43+
- @contentstech/stackflow-link@0.3.0
44+
- @contentstech/stackflow-plugin-basic-ui@0.5.0
45+
- @contentstech/stackflow-plugin-history-sync@0.6.0
46+
- @contentstech/stackflow-plugin-preload@0.3.0
47+
- @contentstech/stackflow-plugin-renderer-basic@0.5.0
48+
- @contentstech/stackflow-solid@0.5.0
49+
50+
## 1.4.0
51+
52+
### Patch Changes
53+
54+
- Updated dependencies [a2fa541]
55+
- @contentstech/stackflow-link@0.2.0
56+
- @contentstech/stackflow-plugin-basic-ui@0.4.0
57+
- @contentstech/stackflow-plugin-history-sync@0.5.0
58+
- @contentstech/stackflow-plugin-preload@0.2.0
59+
- @contentstech/stackflow-plugin-renderer-basic@0.4.0
60+
- @contentstech/stackflow-solid@0.4.0
61+
62+
## 1.3.3
63+
64+
### Patch Changes
65+
66+
- Updated dependencies [cde4ac9]
67+
- Updated dependencies [cde4ac9]
68+
- @contentstech/stackflow-plugin-basic-ui@0.3.0
69+
- @contentstech/stackflow-plugin-history-sync@0.4.0
70+
- @contentstech/stackflow-plugin-renderer-basic@0.3.0
71+
- @contentstech/stackflow-solid@0.3.0
72+
- @contentstech/stackflow-link@0.1.1
73+
- @contentstech/stackflow-plugin-preload@0.1.1
74+
75+
## 1.2.24
76+
77+
### Patch Changes
78+
79+
- Updated dependencies [e9bb029]
80+
- Updated dependencies [77814aa]
81+
- @contentstech/stackflow-plugin-history-sync@0.2.0
82+
- @contentstech/stackflow-plugin-basic-ui@0.1.1
83+
- @stackflow/link@1.4.3
84+
- @stackflow/plugin-preload@1.3.3

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.0",
3+
"version": "1.4.4",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -30,20 +30,20 @@
3030
"typecheck": "tsc --noEmit"
3131
},
3232
"dependencies": {
33+
"@contentstech/stackflow-link": "^0.4.1",
34+
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.8.0",
36+
"@contentstech/stackflow-plugin-preload": "^0.4.1",
37+
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
38+
"@contentstech/stackflow-solid": "^0.7.0",
3339
"@seed-design/design-token": "^1.0.3",
3440
"@seed-design/stylesheet": "^1.0.4",
3541
"@stackflow/compat-await-push": "^1.1.13",
3642
"@stackflow/config": "^1.1.0",
3743
"@stackflow/core": "^1.1.0",
38-
"@stackflow/link": "^1.5.0",
39-
"@stackflow/plugin-basic-ui": "^1.9.2",
4044
"@stackflow/plugin-devtools": "^0.1.11",
41-
"@stackflow/plugin-history-sync": "^1.7.0",
4245
"@stackflow/plugin-map-initial-activity": "^1.0.11",
43-
"@stackflow/plugin-preload": "^1.4.3",
44-
"@stackflow/plugin-renderer-basic": "^1.1.13",
4546
"@stackflow/plugin-stack-depth-change": "^1.1.5",
46-
"@stackflow/solid": "^1.3.1",
4747
"lorem-ipsum": "^2.0.8",
4848
"lz-string": "^1.5.0",
4949
"normalize.css": "^8.0.1",

demo-solid/src/activities/Article.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
type ActivityComponentType,
33
useActivityParams,
44
useLoaderData,
5-
} from "@stackflow/solid/future";
5+
} from "@contentstech/stackflow-solid/future";
66
import { For } from "solid-js";
77

88
import ArticleCard from "../components/ArticleCard";

0 commit comments

Comments
 (0)