Skip to content

Commit c869316

Browse files
committed
chore: setup for publish on @contentstech
Version Packages
1 parent 110ef12 commit c869316

File tree

69 files changed

+2030
-1416
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

+2030
-1416
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@stackflow/plugin-history-sync": minor
2+
"@contentstech/stackflow-plugin-history-sync": minor
33
---
44

5-
Enable usage of `encode` and `decode` with Future API as `encodePath` and `decodePath`
5+
Rebase over 5a9b0de76ed4b6b1ff359d7e529bd4642b25f898 and 916185d4d97c2cf283a8764d6f6ac428fa54460c

.changeset/two-hats-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@stackflow/plugin-history-sync": minor
2+
"@contentstech/stackflow-plugin-history-sync": minor
33
---
44

55
Allow setting priority for each route

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