Skip to content

Commit b733361

Browse files
committed
chore: setup for publish on @contentstech
Version Packages
1 parent 47520bb commit b733361

File tree

69 files changed

+1940
-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

+1940
-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/ten-moose-pump.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+
Fix invalid rebase

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