Skip to content

Commit

Permalink
chore: setup for publish on @contentstech
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
XiNiHa committed Nov 15, 2024
1 parent 47520bb commit b733361
Show file tree
Hide file tree
Showing 69 changed files with 1,940 additions and 1,418 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"baseBranch": "ct",
"updateInternalDependencies": "patch",
"ignore": [],
"snapshot": {
Expand Down
5 changes: 0 additions & 5 deletions .changeset/orange-kangaroos-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-hotels-sleep.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/ten-moose-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@contentstech/stackflow-plugin-history-sync": minor
---

Fix invalid rebase
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on:
push:
branches:
- main
- ct

name: Release

Expand Down
2,045 changes: 1,026 additions & 1,019 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
75 changes: 75 additions & 0 deletions demo-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# @stackflow/demo-solid

## 1.4.3

### Patch Changes

- Updated dependencies [e3c7070]
- Updated dependencies [04f54c2]
- Updated dependencies [0a105c3]
- @contentstech/stackflow-link@0.4.0
- @contentstech/stackflow-plugin-basic-ui@0.6.0
- @contentstech/stackflow-plugin-history-sync@0.7.0
- @contentstech/stackflow-plugin-preload@0.4.0
- @contentstech/stackflow-plugin-renderer-basic@0.6.0
- @contentstech/stackflow-solid@0.7.0

## 1.4.2

### Patch Changes

- Updated dependencies [58da787]
- Updated dependencies [58da787]
- Updated dependencies [58da787]
- @contentstech/stackflow-solid@0.6.0
- @contentstech/stackflow-plugin-basic-ui@0.5.1
- @contentstech/stackflow-plugin-history-sync@0.6.1
- @contentstech/stackflow-plugin-renderer-basic@0.5.1

## 1.4.1

### Patch Changes

- Updated dependencies [ece2314]
- @contentstech/stackflow-link@0.3.0
- @contentstech/stackflow-plugin-basic-ui@0.5.0
- @contentstech/stackflow-plugin-history-sync@0.6.0
- @contentstech/stackflow-plugin-preload@0.3.0
- @contentstech/stackflow-plugin-renderer-basic@0.5.0
- @contentstech/stackflow-solid@0.5.0

## 1.4.0

### Patch Changes

- Updated dependencies [a2fa541]
- @contentstech/stackflow-link@0.2.0
- @contentstech/stackflow-plugin-basic-ui@0.4.0
- @contentstech/stackflow-plugin-history-sync@0.5.0
- @contentstech/stackflow-plugin-preload@0.2.0
- @contentstech/stackflow-plugin-renderer-basic@0.4.0
- @contentstech/stackflow-solid@0.4.0

## 1.3.3

### Patch Changes

- Updated dependencies [cde4ac9]
- Updated dependencies [cde4ac9]
- @contentstech/stackflow-plugin-basic-ui@0.3.0
- @contentstech/stackflow-plugin-history-sync@0.4.0
- @contentstech/stackflow-plugin-renderer-basic@0.3.0
- @contentstech/stackflow-solid@0.3.0
- @contentstech/stackflow-link@0.1.1
- @contentstech/stackflow-plugin-preload@0.1.1

## 1.2.24

### Patch Changes

- Updated dependencies [e9bb029]
- Updated dependencies [77814aa]
- @contentstech/stackflow-plugin-history-sync@0.2.0
- @contentstech/stackflow-plugin-basic-ui@0.1.1
- @stackflow/link@1.4.3
- @stackflow/plugin-preload@1.3.3
14 changes: 7 additions & 7 deletions demo-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo-solid",
"version": "1.4.0",
"version": "1.4.3",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -30,20 +30,20 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@contentstech/stackflow-link": "^0.4.0",
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
"@contentstech/stackflow-plugin-preload": "^0.4.0",
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
"@contentstech/stackflow-solid": "^0.7.0",
"@seed-design/design-token": "^1.0.3",
"@seed-design/stylesheet": "^1.0.4",
"@stackflow/compat-await-push": "^1.1.13",
"@stackflow/config": "^1.1.0",
"@stackflow/core": "^1.1.0",
"@stackflow/link": "^1.5.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-devtools": "^0.1.11",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-map-initial-activity": "^1.0.11",
"@stackflow/plugin-preload": "^1.4.3",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/plugin-stack-depth-change": "^1.1.5",
"@stackflow/solid": "^1.3.1",
"lorem-ipsum": "^2.0.8",
"lz-string": "^1.5.0",
"normalize.css": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion demo-solid/src/activities/Article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
type ActivityComponentType,
useActivityParams,
useLoaderData,
} from "@stackflow/solid/future";
} from "@contentstech/stackflow-solid/future";
import { For } from "solid-js";

import ArticleCard from "../components/ArticleCard";
Expand Down
4 changes: 2 additions & 2 deletions demo-solid/src/activities/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ActivityComponentType } from "@stackflow/solid/future";
import { useLoaderData } from "@stackflow/solid/future";
import type { ActivityComponentType } from "@contentstech/stackflow-solid/future";
import { useLoaderData } from "@contentstech/stackflow-solid/future";
import { For } from "solid-js";

import IconBell from "../assets/IconBell";
Expand Down
2 changes: 1 addition & 1 deletion demo-solid/src/components/ArticleCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useFlow } from "@stackflow/solid/future";
import { useFlow } from "@contentstech/stackflow-solid/future";
import { type Component, createMemo } from "solid-js";
import * as css from "./ArticleCard.css";

Expand Down
2 changes: 1 addition & 1 deletion demo-solid/src/components/FeedCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useFlow } from "@stackflow/solid/future";
import { useFlow } from "@contentstech/stackflow-solid/future";
import { type Component, createMemo } from "solid-js";
import * as css from "./FeedCard.css";

Expand Down
2 changes: 1 addition & 1 deletion demo-solid/src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AppScreen } from "@stackflow/plugin-basic-ui/solid";
import { AppScreen } from "@contentstech/stackflow-plugin-basic-ui/solid";
import type { Component, JSXElement } from "solid-js";

type PropOf<T> = T extends Component<infer U> ? U : never;
Expand Down
2 changes: 1 addition & 1 deletion demo-solid/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "normalize.css";
import "@seed-design/stylesheet/global.css";
import "@stackflow/plugin-basic-ui/index.css";
import "@contentstech/stackflow-plugin-basic-ui/index.css";
import "./styles/index.css";

import { render } from "solid-js/web";
Expand Down
8 changes: 4 additions & 4 deletions demo-solid/src/stackflow/Stack.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { basicUIPlugin } from "@contentstech/stackflow-plugin-basic-ui/solid";
import { historySyncPlugin } from "@contentstech/stackflow-plugin-history-sync/solid";
import { basicRendererPlugin } from "@contentstech/stackflow-plugin-renderer-basic/solid";
import { stackflow } from "@contentstech/stackflow-solid/future";
import { vars } from "@seed-design/design-token";
import { basicUIPlugin } from "@stackflow/plugin-basic-ui/solid";
import { historySyncPlugin } from "@stackflow/plugin-history-sync/solid";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic/solid";
import { stackflow } from "@stackflow/solid/future";
import { config } from "./stackflow.config";

import Article from "../activities/Article";
Expand Down
6 changes: 3 additions & 3 deletions demo-solid/src/stackflow/stackflow.docs.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { basicUIPlugin } from "@contentstech/stackflow-plugin-basic-ui/solid";
import { basicRendererPlugin } from "@contentstech/stackflow-plugin-renderer-basic/solid";
import { stackflow } from "@contentstech/stackflow-solid/future";
import { vars } from "@seed-design/design-token";
import { basicUIPlugin } from "@stackflow/plugin-basic-ui/solid";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic/solid";
import { stackflow } from "@stackflow/solid/future";
import { render } from "solid-js/web";
import { config } from "./stackflow.config";

Expand Down
24 changes: 24 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @stackflow/demo

## 1.4.2

### Patch Changes

- Updated dependencies [e3c7070]
- Updated dependencies [04f54c2]
- Updated dependencies [0a105c3]
- @contentstech/stackflow-link@0.4.0
- @contentstech/stackflow-plugin-basic-ui@0.6.0
- @contentstech/stackflow-plugin-history-sync@0.7.0
- @contentstech/stackflow-plugin-preload@0.4.0
- @contentstech/stackflow-plugin-renderer-basic@0.6.0

## 1.4.1

### Patch Changes

- Updated dependencies [ece2314]
- @contentstech/stackflow-link@0.3.0
- @contentstech/stackflow-plugin-basic-ui@0.5.0
- @contentstech/stackflow-plugin-history-sync@0.6.0
- @contentstech/stackflow-plugin-preload@0.3.0
- @contentstech/stackflow-plugin-renderer-basic@0.5.0

## 1.4.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo",
"version": "1.4.0",
"version": "1.4.2",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -30,18 +30,18 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@contentstech/stackflow-link": "^0.4.0",
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
"@contentstech/stackflow-plugin-preload": "^0.4.0",
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
"@seed-design/design-token": "^1.0.3",
"@seed-design/stylesheet": "^1.0.4",
"@stackflow/compat-await-push": "^1.1.13",
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/link": "^1.5.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-devtools": "^0.1.11",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-map-initial-activity": "^1.0.11",
"@stackflow/plugin-preload": "^1.4.3",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/plugin-stack-depth-change": "^1.1.5",
"@stackflow/react": "^1.4.0",
"lorem-ipsum": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/components/ArticleCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link } from "@stackflow/link/future";
import { Link } from "@contentstech/stackflow-link/future";
import { LazyLoadImage } from "react-lazy-load-image-component";
import * as css from "./ArticleCard.css";

Expand Down
2 changes: 1 addition & 1 deletion demo/src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AppScreen } from "@stackflow/plugin-basic-ui";
import { AppScreen } from "@contentstech/stackflow-plugin-basic-ui";

type PropOf<T> = T extends React.ComponentType<infer U> ? U : never;

Expand Down
2 changes: 1 addition & 1 deletion demo/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "normalize.css";
import "@seed-design/stylesheet/global.css";
import "@stackflow/plugin-basic-ui/index.css";
import "@contentstech/stackflow-plugin-basic-ui/index.css";
import "react-lazy-load-image-component/src/effects/opacity.css";
import "./styles/index.css";

Expand Down
6 changes: 3 additions & 3 deletions demo/src/stackflow/Stack.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { basicUIPlugin } from "@contentstech/stackflow-plugin-basic-ui";
import { historySyncPlugin } from "@contentstech/stackflow-plugin-history-sync";
import { basicRendererPlugin } from "@contentstech/stackflow-plugin-renderer-basic";
import { vars } from "@seed-design/design-token";
import { basicUIPlugin } from "@stackflow/plugin-basic-ui";
import { historySyncPlugin } from "@stackflow/plugin-history-sync";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic";
import { stackflow } from "@stackflow/react/future";
import Article from "../activities/Article";
import Main from "../activities/Main";
Expand Down
4 changes: 2 additions & 2 deletions demo/src/stackflow/stackflow.docs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { basicUIPlugin } from "@contentstech/stackflow-plugin-basic-ui";
import { basicRendererPlugin } from "@contentstech/stackflow-plugin-renderer-basic";
import { vars } from "@seed-design/design-token";
import { basicUIPlugin } from "@stackflow/plugin-basic-ui";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic";
import { stackflow } from "@stackflow/react/future";
import Article from "../activities/Article";
import Main from "../activities/Main";
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @stackflow/docs

## 2.0.2

### Patch Changes

- Updated dependencies [e3c7070]
- Updated dependencies [04f54c2]
- Updated dependencies [0a105c3]
- @contentstech/stackflow-plugin-basic-ui@0.6.0
- @contentstech/stackflow-plugin-history-sync@0.7.0
- @contentstech/stackflow-plugin-renderer-basic@0.6.0
- @stackflow/demo@1.4.2

## 2.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -10,13 +10,13 @@
"dev": "next -p 6006"
},
"dependencies": {
"@contentstech/stackflow-plugin-basic-ui": "^0.6.0",
"@contentstech/stackflow-plugin-history-sync": "^0.7.0",
"@contentstech/stackflow-plugin-renderer-basic": "^0.6.0",
"@mdx-js/react": "^3.0.1",
"@seed-design/design-token": "^1.0.3",
"@stackflow/core": "^1.1.0",
"@stackflow/demo": "^1.4.0",
"@stackflow/plugin-basic-ui": "^1.9.2",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/demo": "^1.4.2",
"@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/_app.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "nextra-theme-docs/style.css";
import "@stackflow/demo/style.css";
import "@stackflow/plugin-basic-ui/index.css";
import "@contentstech/stackflow-plugin-basic-ui/index.css";
import "@seed-design/stylesheet/global.css";
import "react-lazy-load-image-component/src/effects/opacity.css";
import "simple-reveal/index.css";
Expand Down
1 change: 1 addition & 0 deletions extensions/compat-await-push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@stackflow/compat-await-push",
"version": "1.1.13",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
Loading

0 comments on commit b733361

Please sign in to comment.