Skip to content

Commit ef78a91

Browse files
committed
chore: setup for publish on @contentstech
Version Packages
1 parent 510c29e commit ef78a91

Some content is hidden

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

66 files changed

+1813
-1404
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/cool-elephants-think.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@contentstech/stackflow-link": minor
3+
"@contentstech/stackflow-plugin-basic-ui": minor
4+
"@contentstech/stackflow-plugin-history-sync": minor
5+
"@contentstech/stackflow-plugin-preload": minor
6+
"@contentstech/stackflow-plugin-renderer-basic": minor
7+
"@contentstech/stackflow-plugin-renderer-web": minor
8+
"@contentstech/stackflow-solid-ui-core": minor
9+
"@contentstech/stackflow-solid": minor
10+
---
11+
12+
Rebase over 0a105c3f669e27d3b06f9334289f53fe52c1d3fb

.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: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# @stackflow/demo-solid
2+
3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [58da787]
8+
- Updated dependencies [58da787]
9+
- Updated dependencies [58da787]
10+
- @contentstech/stackflow-solid@0.6.0
11+
- @contentstech/stackflow-plugin-basic-ui@0.5.1
12+
- @contentstech/stackflow-plugin-history-sync@0.6.1
13+
- @contentstech/stackflow-plugin-renderer-basic@0.5.1
14+
15+
## 1.4.1
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [ece2314]
20+
- @contentstech/stackflow-link@0.3.0
21+
- @contentstech/stackflow-plugin-basic-ui@0.5.0
22+
- @contentstech/stackflow-plugin-history-sync@0.6.0
23+
- @contentstech/stackflow-plugin-preload@0.3.0
24+
- @contentstech/stackflow-plugin-renderer-basic@0.5.0
25+
- @contentstech/stackflow-solid@0.5.0
26+
27+
## 1.4.0
28+
29+
### Patch Changes
30+
31+
- Updated dependencies [a2fa541]
32+
- @contentstech/stackflow-link@0.2.0
33+
- @contentstech/stackflow-plugin-basic-ui@0.4.0
34+
- @contentstech/stackflow-plugin-history-sync@0.5.0
35+
- @contentstech/stackflow-plugin-preload@0.2.0
36+
- @contentstech/stackflow-plugin-renderer-basic@0.4.0
37+
- @contentstech/stackflow-solid@0.4.0
38+
39+
## 1.3.3
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [cde4ac9]
44+
- Updated dependencies [cde4ac9]
45+
- @contentstech/stackflow-plugin-basic-ui@0.3.0
46+
- @contentstech/stackflow-plugin-history-sync@0.4.0
47+
- @contentstech/stackflow-plugin-renderer-basic@0.3.0
48+
- @contentstech/stackflow-solid@0.3.0
49+
- @contentstech/stackflow-link@0.1.1
50+
- @contentstech/stackflow-plugin-preload@0.1.1
51+
52+
## 1.2.24
53+
54+
### Patch Changes
55+
56+
- Updated dependencies [e9bb029]
57+
- Updated dependencies [77814aa]
58+
- @contentstech/stackflow-plugin-history-sync@0.2.0
59+
- @contentstech/stackflow-plugin-basic-ui@0.1.1
60+
- @stackflow/link@1.4.3
61+
- @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.2",
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.3.0",
34+
"@contentstech/stackflow-plugin-basic-ui": "^0.5.1",
35+
"@contentstech/stackflow-plugin-history-sync": "^0.6.1",
36+
"@contentstech/stackflow-plugin-preload": "^0.3.0",
37+
"@contentstech/stackflow-plugin-renderer-basic": "^0.5.1",
38+
"@contentstech/stackflow-solid": "^0.6.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";

demo-solid/src/activities/Main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { ActivityComponentType } from "@stackflow/solid/future";
2-
import { useLoaderData } from "@stackflow/solid/future";
1+
import type { ActivityComponentType } from "@contentstech/stackflow-solid/future";
2+
import { useLoaderData } from "@contentstech/stackflow-solid/future";
33
import { For } from "solid-js";
44

55
import IconBell from "../assets/IconBell";

demo-solid/src/components/ArticleCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useFlow } from "@stackflow/solid/future";
1+
import { useFlow } from "@contentstech/stackflow-solid/future";
22
import { type Component, createMemo } from "solid-js";
33
import * as css from "./ArticleCard.css";
44

0 commit comments

Comments
 (0)